Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding Custom Fields in ME53N

Former Member
0 Likes
2,887

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,088

Hi

Find Screen-exits for particular Transaction and add your own custom fields

Ranga

5 REPLIES 5
Read only

Former Member
0 Likes
2,089

Hi

Find Screen-exits for particular Transaction and add your own custom fields

Ranga

Read only

Former Member
0 Likes
2,088

Hi Martin,

This is the screen exit for ME53N "ME53NRM_MEREQ_GUI"

Hope might help you.

Read only

aaron_morden2
Contributor
0 Likes
2,088

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.

Read only

former_member194669
Active Contributor
2,088

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®

Read only

0 Likes
2,088

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.