on 2023 Aug 26 9:44 AM
MM_PUR_PURCHASE_ORDER is purchase order form. and this standard form uses the FDP_EF_PURCHASE_ORDER_SRV service as data provider. this works fine.

But when similar approach is done to billing invoice, it results in error. pls explain why is there issue with billing and how to correct it.
Form - SDBIL_CI_PROF_SRV_DE
Odata service - FDP_V3_BD_PROF_SERV

Redefine Service

Copy All and Finish

Error
Also in the below link, how CRETAE option is showing up while changing std. OData project. Is it possible to change in std. ?
Adobe form output using Gateway Services [OData] : SAP | SAP Blogs

Request clarification before answering.
Can you share the screenshot of code from Define method in class CL_FDP_V3_BD_PROF_SERV_MPC_EXT. I want to have a look at the code w.r.t your system version.
Regards,
Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please share the screenshot of the define method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a standard code which disables certain fields in the entity and to redefine the standard service follow the below process.
Place breakpoint in DEFINE method of the MPC extension class CL_FDP_V3_BD_PROF_SERV_MPC_EXT.
In the debug mode skip the lines from line No 5 to 59 ( i.e skip lines after the statement "super->define( )" )
This method will trigger multiple times and skip all these lines in each iteration.
Regards,
Manojkumar Kotti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 28 | |
| 14 | |
| 13 | |
| 6 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.