2016 Feb 15 9:53 AM
Dear experts,
I have a question about using the BOPF Action in CDS view.
I wrote the following code:
@UI.lineItem: [ {
position: 50,
label: 'Confrm',
type: #AS_DATAPOINT,
dataAction: 'Z_PSO_BOPF_999:ACTION'
} ]
key dpr.time_unit as time_unit,
but it seems it does not work. Can somebody give me a hint how to make it work. Thank you.
2016 Feb 16 6:24 AM
Hello Christian,
is the action (function import) exposed in the metadata document of your service?
Do you use SmartTemplate based UI?
Best regards
Tilmann
2016 Feb 16 6:24 AM
Hello Christian,
is the action (function import) exposed in the metadata document of your service?
Do you use SmartTemplate based UI?
Best regards
Tilmann
2016 Feb 25 2:47 PM
2016 Feb 26 4:37 AM
Hello Simon,
we're currently working on a more detailed documentation about this CDS topic but it while still take a while. We're going to also publish that content on the SCN, so you won't miss it if you subsribe to http://scn.sap.com/community/abap/bopf.
Best regards
Tilmann
2016 Feb 26 7:59 AM
Hi Tilmann,
thanks for your reply.
I hope it takes not too long. Internally in my company we develop a new product based on S/4. So it would be important for us to get informations about this topic as soon as possible to adopt this new programming model for our new product.
Best regards
Simon
2016 Mar 02 12:25 PM
Dear All,
it works fine now, I just tried to call different Business Objects Actions and it worked.
Thank you for your help
Best
Christian