Application Development 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: 

user exit MEREQ001 for me51n

former_member188827
Active Contributor
0 Kudos

hi all,

I need to add extra fields at item level in me51n.Can anybody plz let me knw as how to implement this using MEREQ001 .

thnx& rgds.

1 REPLY 1

Former Member
0 Kudos

Hi,

You add your customer fields, which should be saved in the database, to

the include CI_EBANDB (in table EBAN). You can also add customer fields

that you want to use during the program run to the include CI_EBANMEM

(in structure MEREQ_ITEM) These fields are not stored in database table

EBAN.

Hope this helps you