How To Create a Json Rest Api with SAP Abap

แชร์
ฝัง

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

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

    Excellent, it works nice.

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

    Thanks, man. Really liked the video

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

    Hi Beyhan, This method works with Basic Auth Method, because the http connection made via SM59 access the source with only user id and password. What about if the Auth. type OAuth 2.0? Is there anyway to extract data? because you have first to generate a token and then the get method. I think, first call is Post Methods and then get the token and then Get methods and then the data comes in Json format.

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

    Hi Beyhan, many thanks

  • @8270913905
    @8270913905 16 วันที่ผ่านมา

    Is this process suitable for ECC6?

  • @017-balagurus4
    @017-balagurus4 หลายเดือนก่อน

    Hi man, .I am try to use postman to get response with newly created rest api... It's working in browser but not working in postman (getting error this browser is unsupported ) response as 500
    Please provide Your input

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

    Hi Could you elaborate how to consume data from non-sap to sap table using rest api(json format)?

    • @8270913905
      @8270913905 16 วันที่ผ่านมา

      I can help you with the same

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

    Hi Beyhan, firstful thanks for the video. I get result but it is not what i want. i dont want '/' (slash) in the json . How do i fix this problem.

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

    i'm getting CORS problem when calling the request from localhost server

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

      You may get cors error from REST Api and solution is empty implementation of HANDLE_CSRF_TOKEN method in ZREST_CL_HTTP_HANDLER class. If you have done that check it with postman. if you are not getting cors in postman but on browser, you need to change browser settings to ignore cors or you can use proxy in your web framework.

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

      ​@@beyhanmeyrali6208 I've already left the implementation blank for the HANDLE_CSRF_TOKEN. In the broswer and insomnia/postman it works fine. In the JAVA server localhost application it gets CORS error

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

      Did you able to find a way to handle this cors issue.?

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

    Hi Please make a video on jwt token authorization from sap to Google server
    Thanks !

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

    How to make it as https?