2020 Oct 08 8:15 PM
Hi,
I try to add a standard property in a standard OData service.
I use the SEGW Transaction.
The external service name is "FAC_FINANCIAL_DOCUMENT_SRV_01" >> used in FIORI application "Manage Journal Entries (F0717)".
The standard project in SEGW is "FAC_FINANCIAL_DOCUMENT".
I try to add the property "EMPFB" (Payee/Payer).
This property exist in the ABAP Structure "FAC_S_ACCDOC_GL_ITM_ODATA_DSP" used in the entity type "Item" in the project "FAC_FINANCIAL_DOCUMENT".
She exist in the structure but not in the Properties of the Item's entities.
I tried to :
My request seemed to be easy, but finally ... no
Do you have an idea ?
Thanks and Regards,
Youri
2021 Aug 27 2:31 PM
Hello.
If somebody else still faces this issue then use Implicit Enhancement in MPC_EXT class to add required field from structure for display in Fiori. Then it will work. For me it didn't work either with redefining standard oData service.
2024 Apr 14 6:28 AM
Hi @vladislavssem, can you please add more details and a working example to add property "EMPFB" (Payee/Payer) for view and update in FAC_FINANCIAL_DOCUMENT_SRV_01? thanks in advance...