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....
Hi Junwu, thanks a lot for your reply.However, I already tried this way but I get following error in the console. I guess, standard app of type Odata V4 is expecting MDC target aggregation only.2024-12-10 10:56:11.183800 Change 'id_1733824468021_223...
Hi AVG, Thanks for your replies.The Model design in such a way that we have Root table assigned to B table with 0 to 1 cardinality and then next B to C with 0 to many.I already tried what you suggested and put the lineitem reference in the metadata f...
Hi Udita,
I dont know if you still have the problem. If yes I think the problem could be that there is a commit work. RAP does not expect to have exclusive commit work.
My initial guess is that the BP(Vendor) does not have the Vendor role assigned somehow.Can you verify this. This happens when some of the mandatory fields are entered during conversion or any other errors.Not sure if this helps you.Regards,Anmol
In that case, you have to pass the LT operator to the select option.you can do that in the initialization event, so the user also see that on the selection screen or if you want to do this silently then just do that before the select query"in the ini...