on 2018 Feb 18 4:11 PM
Hello,
I need some insigth on BOPF inplementation. I want to create a simple Sales Order transactional application by following the example from the help.
But what I want is not using EPM demo table (which is not the real life) but VBAK and VBAP.
When the BOPF is generated, I want to bypass the "normal" behavior of the API by using the BAPI : BAPI_SALESORDER_CREATEFROMDAT2.
Do I have to create a Determination, if yes, how to stop the database writing process and replace it by the BAPI.
Because at this point, my BOPF is linked to VBAK.
Thanks,
Joseph
One way is to create Ztables with the fields that you plan for the VBAK and VBAP and then look at the CRUD methods that are callled in the implementations and redefine these methods or do enhancments to call the bapi and skip the Ztable CRUD . It is possible there could be a better way.
Ramesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See the url
https://blogs.sap.com/2018/02/18/abap-programming-model-for-sap-fiori-a-tutorial/ -
in the section custom business action ‘ZTOGL_URL_SLASH’ - this should help you to figure out.
Ramesh
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.