REST API in SAP - Use GET Method with URI Parameters [english]

Поділитися
Вставка
  • Опубліковано 24 лют 2024
  • In this video we extend the GET method to retrieve data from SAP via a REST API using URL parameters.
    I extend a video of mine which I link here: 🎬 • Create REST API in SAP...
    The content of this video is the extension of the redefined method if_rest_resource~get.
    #sap #abap #rest #api #get #method
    ▬▬ Literature 📚 ▬▬▬▬▬▬▬▬▬▬▬▬▬
    ▶ ABAP: An Introduction 2020 amzn.to/45CLTqk
    ▶ Complete ABAP 2023 amzn.to/45D5UNM
    ▶ ABAP to the Future 2022 amzn.to/42cgWGs
    ▶ Clean ABAP 2022 amzn.to/3KAqmow
    ▬▬ My Hardware 💻 ▬▬▬▬▬▬▬▬▬▬▬▬▬
    ▶ Microphone: amzn.to/3zj2UIz
    ▶ Headphone: amzn.to/3GUBRFg
    ▬▬ My Software (free) 💾 ▬▬▬▬▬▬▬▬▬▬▬
    ▶ Video Recorder: bit.ly/678fgh6
    ▶ Video Editor: bit.ly/38Rj9lb
    ▶ Thumbnail: bit.ly/CustAndCodeThumbnail
    ▶ Gamma AI: bit.ly/3nsdvgr
    ▬▬ Further Links 🔗 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    ⭐Become my subscriber: bit.ly/CustAndCodeSub
    🎬All videos in English: bit.ly/CustAndCodeENG
    ☕Buy me a Coffee 😀: bit.ly/3dih2cl
    *The links are affiliate links. There are no additional costs.
    📍Attribution:
    UA-cam Subscribe Animations: pixabay.com/videos/search/sub...

КОМЕНТАРІ • 13

  • @CustAndCode
    @CustAndCode  4 місяці тому

    This video is an extension of this video here:
    🎬ua-cam.com/video/qh1TYZ496s8/v-deo.html 🤗

  • @_Marecki_
    @_Marecki_ 4 місяці тому +1

    I admire your ABAP knowledge and would like to thank you for sharing your experience. Respect!🙏

    • @CustAndCode
      @CustAndCode  4 місяці тому

      Thank you! And thanks for watching and commenting! 🤗

  • @rowheadrex
    @rowheadrex 4 місяці тому +1

    if no one else has thanked then i will: Thank you very much sir for this continuous effort especially the extra burdon of making the video in two languages.

    • @CustAndCode
      @CustAndCode  4 місяці тому +1

      Thank you very much for your kind feedback! That makes me very happy! 🤗😀

    • @rowheadrex
      @rowheadrex 4 місяці тому +1

      @@CustAndCode currently I work with SAPUI5, Javascript and my ABAP knowledge is rather limited. this channel of yours seems to be a good place to start. perhabs having so many viedeos can be confusing for a starter. is there a certain playlist that you would recommend starting with than a sequence of other playlists "the playlists on this channel are quite many". "Just an idea" perhaps... a channel walkthrough video dedicated for startups would be a nice add-on to this channel.

    • @CustAndCode
      @CustAndCode  4 місяці тому +1

      @@rowheadrex I understand you, it is also difficult for me to group the videos and keep an overview. The problem is that my videos usually cover one area or topic and are usually just a solution to a problem or task. It is not a classic "learning channel" For this channel you should already know a few basics about ABAP. Otherwise, I try to explain it in a way that even very new beginners can do something with it (hopefully). 🤗 Unfortunately I do not have the time to maintain a blog too. 🙄

    • @rowheadrex
      @rowheadrex 4 місяці тому

      @@CustAndCode I got you, vielen Dank nochmal !

    • @CustAndCode
      @CustAndCode  4 місяці тому

      @@rowheadrex 🤗🤗🤗

  • @sandeep-4433
    @sandeep-4433 4 місяці тому

    Is it mandatory to pass user credentials in postman for api execution

    • @CustAndCode
      @CustAndCode  4 місяці тому

      You must log in to the system or authenticate yourself. You see in Postman that there are different options. In my example here we need user and pass. 🤗

    • @Tomas-fn4pf
      @Tomas-fn4pf 2 місяці тому

      @@CustAndCode can you give some information about alternative authentication methods?

    • @CustAndCode
      @CustAndCode  2 місяці тому

      Is user and pass not possible for you? I have unfortunately no experience in other methods like oauth 🤔