cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to enable custom field on Create Supplier Invoice - Advanced?

SAPSupport
Employee
Employee
0 Likes
1,731

In "Custom Fields and Logic" app, I have created a custom field with a business context.
I can add the field through APP Create Supplier Invoice(F0859).

But how could I show the field in APP Create Supplier Invoice - Advanced(MIRO)?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

The custom fields maintained for the Fiori app do not have effects on the advanced app because another back-end logic is in use, with respect to the user interface.

For MIRO, you can maintain custom fields on transaction SHD0 or OLMRLIST.
Then, you can manage logic for the custom fields by implementing your custom logic. BAdIs INVOICE_UPDATE and MRM_HEADER_CHECK may help, as well as user exit EXIT_SAPLMRMP_010.

sankar1781
Participant
0 Likes

Hi  SAPSupport

Employee,

We have a requirement to extend MIRO to add custom tab in the item details. For that, MRM_ITEM_CUSTFIELDS BADI to be implemented. We are in S4 HANA and we already have Fiori custom fields created for the app.  The ZZ fields are appended in the RSEG table. 

Therefore, instead of creating new fields again (in DRSEG_CI and CI_DRSEG_CUST) is there a way to call the Fiori custom fields already existing in the RSEG table for MIRO in SAP ECC? 

Would be very happy and much appreciated if I get your answer for this OR is there any other way to bring those fields to MIRO? 

Answers (1)

Answers (1)

Youssef_
Discoverer
0 Likes

Hello,

Could you please mention the business context you used to enable the custom field in "create supplier invoice app" as well as the steps you followed to add that field there ?

Thanks,