anmolamb
Participant
Member since ‎10-26-2017

User Statistics

  • 28 Posts
  • 3 Solutions
  • 37 Kudos given
  • 56 Kudos received

User Activity

RestFul ABAP programming model for S4HANA Since 1909 release SAP came up with new innovation in the programming model of SAP for Services. That is RESTFul programming Model ( RAP),  this is huge improvement over current BOPF framework and has lots o...
I have a requirement in which I have to extend the Generated app with a action button. On click of this button the data should be created to the attached default service. In my research I found that SAP provides ExtensionAPI with methods like creat...
Hello Experts, I am trying to pass the data fetched using inline declaration to next method. For that tried below code method get_data. select 1,2,3,, from abc into table @data(it). data(gv_data) = ref #( it ). endmethod. method process_data....