AnmolBhat
Participant
Member since ‎2017 Oct 26

User Statistics

  • 32 Posts
  • 3 Solutions
  • 38 Kudos given
  • 60 Kudos received

User Activity

We wanted to extend Mange Sales contract app for custom requirements.The App uses OData V4 protocall. New adaptation project is created and added new Fragment and controller to the filterbar using adaptation editor.But, here I am not able to add a cu...
Dear Experts,In my Fiori app preview I can not see Line item reference on the Object page. I have following Business object scenarioTable A has 0 to 1 association to Table BTable B has 0 to many association to Table C.I have created RAP object for th...
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....