‎2008 Dec 22 3:04 PM
Hi All,
I need to add a custom field to display data in the Tx. ME53N, "Status" tab.
Do you know any screen exit or badi for this requirement? I only need dsiplays the field added to the EBAN table.
Thanks in Advance!
Regards,
Martin.
‎2008 Dec 22 3:07 PM
Hi
Find Screen-exits for particular Transaction and add your own custom fields
Ranga
‎2008 Dec 22 3:07 PM
Hi
Find Screen-exits for particular Transaction and add your own custom fields
Ranga
‎2008 Dec 22 3:11 PM
Hi Martin,
This is the screen exit for ME53N "ME53NRM_MEREQ_GUI"
Hope might help you.
‎2008 Dec 22 6:27 PM
There are no enhancements to add a custom field to the Status Tab. Enhancement MEREQ001 will allow you to create your own customer tab with custom fields.
Read the documentation provided in SMOD for MEREQ001.
‎2008 Dec 22 6:48 PM
1. create your custom fields via structure CI_EBANDB.
2. Use badi ME_PROCESS_REQ_CUST to display custom fields created in CI_EBANDB
PS You can find a detailed documentation in badi ME_PROCESS_REQ_CUST thru SE18
a®
‎2008 Dec 30 8:36 PM
Hi,
Do have any example code of adding custom fields in Tx. ME53N with this BADI ME_PROCESS_REQ_CUST ?? It will be very helpful!
Thanks in advance,
Martin.