Create REST API in SAP - without ODATA - REST Service in ABAP [english]

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 24

  • @VijayaLaxmi-xk3ds
    @VijayaLaxmi-xk3ds Před měsícem

    How we convert deep table data or deep internal data from abap to json ...i have seen deep structure video what about deep internal data conversions ?

  • @davutkesmuk1093
    @davutkesmuk1093 Před 6 měsíci +1

    Süper video thx bro🎉🎉

  • @N-007a
    @N-007a Před 2 měsíci

    Thanks for sharing!
    Could you suggest solution in case of following error message when trying to Test the service in SICF: "Hmmm… can't reach this page server" and "IP address could not be found"?

    • @CustAndCode
      @CustAndCode  Před 2 měsíci

      I'm glad that you liked it. 🤗 Which SAP system do you use? is it a trial system? 🤔

    • @N-007a
      @N-007a Před 2 měsíci

      It's the 'sandbox' system within our company, not a trial one.

  • @Aravindinduchudan
    @Aravindinduchudan Před 6 měsíci +1

    good one. But will it be useful in any scenarios?

    • @CustAndCode
      @CustAndCode  Před 6 měsíci +1

      One of my clients use rest apis to create SAP accounts from an external identity provider. You can use it to fetch some SAP data with external programs too. 🤗

  • @nCem18
    @nCem18 Před 3 měsíci

    Thanks for shareing

    • @CustAndCode
      @CustAndCode  Před 3 měsíci

      I'm glad you liked it. And thank you for watching! 🤗

  • @user-ep9fc8ck6v
    @user-ep9fc8ck6v Před 6 měsíci

    I like your youtube But is there any abap program like using sap standard program?? Forexample , I want to create a program that uses fv50 to generate large amounts of document. Could you help me??

    • @CustAndCode
      @CustAndCode  Před 6 měsíci

      Unfortunately I'm not an FI expert. I know that module from the view of a programmer but not from the view of a key user. 🙄

  • @sandeep-4433
    @sandeep-4433 Před 6 měsíci

    Is it necessary yo enter username and password.. if we dnt have production server credentials.. what should we do? Kindly suggest and make video

    • @CustAndCode
      @CustAndCode  Před 6 měsíci

      I am not sure If I understand the question right, but you need an authorization? 🤔

    • @sandeep-4433
      @sandeep-4433 Před 6 měsíci

      I want to ask.. lets suppose i created the same in developer server and moves the Transport request to quality server and then to production server. Do i need to pass username and password in popup to access the api...??

    • @CustAndCode
      @CustAndCode  Před 4 měsíci

      ​@@sandeep-4433 yes you can provide a username and a password on the production system as well because I think you don't have the same password on your development system and production system. But I think there is another option where you not need to pass a username and a password but I have to check this first. 🤗

  • @edonovanto
    @edonovanto Před 6 měsíci

    Which REST implementation is recommended for enterprise scale? using OData or implementation in the video is good enough?
    anyway the video is great, thanks bro

    • @CustAndCode
      @CustAndCode  Před 6 měsíci

      Depends on your special need. I can't judge that exactly. Maybe I should implement one service with ODATA first. 😉🤗

    • @edonovanto
      @edonovanto Před 6 měsíci

      @@CustAndCode Thank you for your response😀

    • @CustAndCode
      @CustAndCode  Před 6 měsíci

      @@edonovanto 🤗🤗🤗

    • @edonovanto
      @edonovanto Před 6 měsíci

      @@CustAndCode May i know the reason why you choose to implement service with ODATA first rather than using SICF?

    • @CustAndCode
      @CustAndCode  Před 6 měsíci

      @@edonovanto I meant that I want to create a video of how to use a REST Call with ODATA 🤗

  • @lahirumadhumadha
    @lahirumadhumadha Před 6 měsíci

    i have also used this method to a client who didn't have SAP PI/PO