Video 5: OData Service - CURD Operations & HTTP method

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025
  • Explained about CURD operations, different HTTP methods and how the relevant entity methods are getting executed.

ความคิดเห็น • 29

  • @flaviatorezani
    @flaviatorezani 2 หลายเดือนก่อน

    I very rarely comment on a video, but this one finally explained all the details of the POST method. Excellent material. Thank you very much.

    • @just2shareji
      @just2shareji  หลายเดือนก่อน

      Thank you and Welcome!!!

  • @shireeshasadula3388
    @shireeshasadula3388 9 หลายเดือนก่อน +3

    I wanted to comment on each video saying 'Great Video, well explained.' You are doing a great job. Thanks🙏

    • @just2shareji
      @just2shareji  9 หลายเดือนก่อน

      Thank you, glad my videos are useful.

  • @Ddddd-04
    @Ddddd-04 24 วันที่ผ่านมา +1

    Hi sir I export table to odata that have date field finally getting error like property name 'date field's value '2022-04-'i try increase length of that field but getting error

  • @NivasNrb
    @NivasNrb ปีที่แล้ว

    Ganesh ji thanks a lot. Very great vedios. God bless you 🙏

  • @REAL_TIME_OBJECTS
    @REAL_TIME_OBJECTS ปีที่แล้ว +1

    sir ,for POST i fetched csrf still i have getting error 403 which is forbidden .please give me a solution for that

    • @just2shareji
      @just2shareji  ปีที่แล้ว

      Could you please check the detailed error log for more information?

  • @RamiwalDsilva
    @RamiwalDsilva 6 หลายเดือนก่อน

    Thanks for another great video Ganesh. However, at 35:00 min in this video, I was trying to replicate your solution during a post method and get an error "CSRF Token Validation failed". I looked up online but there seems to be no straight-foward solution to this. Do you know how this can be solved?

    • @just2shareji
      @just2shareji  4 หลายเดือนก่อน

      Thank you, I have explained one of my videos and not sure which one it is and could you please drop an Email I will send the steps to overcome this issue - if you not resolved yet.

  • @merajzafir3246
    @merajzafir3246 6 หลายเดือนก่อน

    I want to read JSON data of GET request inside GET_ENTITYSET method and based on JSON data, i want to fetch records from the table and send it back in the output response. How can i do this?

  • @Usharani-ys5cc
    @Usharani-ys5cc 6 หลายเดือนก่อน

    Hi Ganesh, in uri given with key fields to delete is it necessary to use 'use as request' in http request for deletion?

    • @just2shareji
      @just2shareji  4 หลายเดือนก่อน

      Normally, before delete we need to get the data as UI doesn't have it. And "use as request" is to get the same format to delete. If you are fine to add manually then not required.

  • @mahidharrocks
    @mahidharrocks ปีที่แล้ว

    Hi Ganesh, may I know if its possible to send multiple values as input to my GET method URI? I am looking for something like I need to GET the records based on the range of values or multiple values in the URI? Thanks.

  • @sanchitagosavi750
    @sanchitagosavi750 6 หลายเดือนก่อน

    Hi Sir,
    I have a issue with get entityset method for cost center dropdown. Actually requirement is as per the company code, cost center values should be display as a dropdown values. And company code need to fetch from sy-uname or employee no. Could you please help me to solve this

    • @just2shareji
      @just2shareji  6 หลายเดือนก่อน

      Sure, could you please write to me what is the issue? Did you try with function import for the same?

  • @kuttubhat
    @kuttubhat 3 ปีที่แล้ว

    Hi Ganesh , thanks. I have one query . While creating Entity type, is it mandatory to fill ABAP Field Name? what is the relevance of this field when we are filling manually the filed type and max length (example edm.String etc..)

    • @PavanKumar-jt2mo
      @PavanKumar-jt2mo 3 ปีที่แล้ว +1

      Just to add a point , left side fields names is used by front end consumption and it should follow camel case naming convention . @ganesh great work 🙏

  • @VinodKumar-li8fh
    @VinodKumar-li8fh 3 ปีที่แล้ว +1

    Well explained..

  • @saikrishna4720
    @saikrishna4720 2 ปีที่แล้ว

    Sir can you please explain about Put and merge HTTP methods

  • @Anilkumar-jz8uc
    @Anilkumar-jz8uc ปีที่แล้ว

    Thank you for sharing....

  • @tamilpick7950
    @tamilpick7950 2 ปีที่แล้ว

    Thanks for sharing...

  • @NagabothuRajasekhar
    @NagabothuRajasekhar 5 หลายเดือนก่อน

    Thank u sir