Call REST API from S/4HANA system | Consume Cloud data in SAP S/4HANA On Premise

Поделиться
HTML-код
  • Опубликовано: 29 янв 2020
  • In this video, we will learn, How to consume an external RESTful web service, write some ABAP to consume it from the SAP S/4HANA On-Premise side, and expose that data to user in internal table.
    We will use a free rest service provided by odata org and consume that via G type destination and creating HTTP client object using ABAP programming in SAP S/4HANA system.
    Course Page: www.anubhavtrainings.com/aoh-...
    Call us on +91-84484 54549
    Mail us on contact@anubhavtrainings.com
    Website: www.anubhavtrainings.com
    Our forum: www.anubhavtrainings.com/anub...
    Join Our Telegram Channel : t.me/Anubhavlearningseries12
    Linkedin: / anubhav-oberoy-3a216957
    Pinterest: / anubhavtrainings
    Twitter Page: / anubhavoberoy
    Facebook : / anubhavtraining
    Instagram : / anubhavtrainings
    Linkedin: / anubhavtrainings
    Feel free to call us on +91 8448454549, Or mail us on contact@anubhavtrainings.com
    You can download the ppt of this session from below
    anubhavtrainings.com/anubhav-...

Комментарии • 25

  • @lahcenaityoussef4180
    @lahcenaityoussef4180 2 месяца назад

    Thank you from Morocco for this video 😍

  • @hakimsap
    @hakimsap 2 месяца назад

    Great Content Sir.

  • @jacobrobert5069
    @jacobrobert5069 4 года назад +1

    What an explanation....At the end, after watching many videos of REST API from S/4HANA system i got one, that makes sense.... Beautifully well explained....Trust me you are no. 1 trainer as you are .. Keep it up Anubhav

  • @deepakpareek2938
    @deepakpareek2938 Год назад

    Thank you so much for this educational video, I learned so much.

  • @lokesh037
    @lokesh037 5 месяцев назад

    Thanks for the detailed explanation!! is there any way to see the logs in the S4 SAP system?

  • @santoshhiremath8220
    @santoshhiremath8220 4 года назад

    Thanks Anubhav, Would love to see by calling externals APIs in ABAP to load data from SAP to import external system/service.

  • @sushanths6009
    @sushanths6009 4 года назад

    Hello Anubhav, Thanks a lot for this video. Could you also show us how you can create a plain RESTFUL API in ABAP to talk to a service in the cloud.

  • @chanduutube
    @chanduutube 4 года назад

    Anubhav, thanks for the video!! How do we handle if the response is not structured? For ex: let's say based on product type the response has different set of properties. How can we deserialize that json data?

  • @highmonk1546
    @highmonk1546 4 года назад

    Does it support oauth connection or only basic authentication, i have similar kind of requirement, but my target system Api's does not support basic auth.

  • @97669021
    @97669021 3 года назад

    gr8 guidance ..i m getting first screen after closing that screen getting error as- Invalid access to a string (offset too large).Where i is i m wrong

  • @ajaygupta2143
    @ajaygupta2143 3 года назад +1

    Is it also possible to upload an image to an external REST API using the HTTP_CLIENT object? The image will be uploaded using CREATE_STREAM method from DPC_EXT Class.

  • @gabujo1
    @gabujo1 3 года назад

    Hi please where is the video in the what explained ssl certificate generate, i need generate one

  • @Surya-bb8zv
    @Surya-bb8zv 3 года назад

    Hi anubhav thanks for all the knowledge sharing
    Can you make a vedio on how to consume 3rd party APIs using soap
    How to send the resquest and get response and also how to use postman

    • @AnubhavOberoy
      @AnubhavOberoy  3 года назад +1

      already here: ruclips.net/video/v_xPlRumdbE/видео.html

  • @ayacconsultancy2499
    @ayacconsultancy2499 4 года назад

    Is it possible to send a request unsing batch option through the class CL_REST_HTTP_CLIENT ?
    I need to send multiple POST requests in a batch ?
    Any sample code on how to achieve this?

  • @swathivuddala4147
    @swathivuddala4147 4 года назад

    Thank you ....Can we read data from SAP Cloud Platform as well similarly?

  • @shwetaag6641
    @shwetaag6641 3 года назад

    Hi Anubhav, the PPT or code never opens up for download , can you please help with it ?

  • @singhprbt
    @singhprbt 3 года назад

    How can we consume this in a CDS view onprem?

  • @barathi1828
    @barathi1828 4 года назад

    Hi anubhav..this is very nice explanation.how can we update hana db using this rest api data

    • @barathi1828
      @barathi1828 4 года назад

      Can u help this? How can we update Hana db using this rest api data?

  • @97669021
    @97669021 3 года назад

    Anubhav how to consume Rest Api using rest handler class.

  • @dwayndepereira
    @dwayndepereira 4 года назад

    How do you do a post call using this ?

    • @97669021
      @97669021 3 года назад

      post call i have to learn as well