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

User-exit - Adding a field to ME51N t.code

Former Member
0 Likes
769

Hi Team,

I would like to know what is the exit to be used to add a new field at item level in ME51N transaction code.

Pl respond and would be awarded.

Regards

Badari

Hi Team,

I would like to know what is the exit to be used to add a new field at item level in ME51N transaction code.

Pl respond and would be awarded.

Regards

Badari

5 REPLIES 5
Read only

Former Member
0 Likes
741

Hi

In release => 4.7 there's a BADI but now I'm working on 4.6 and don't remember the name, I believe it's like REQCUSTOM*.

The exits are in enhancement MEREQ001

Max

Read only

Former Member
0 Likes
741

Hi Badari,

I'm not shure but

the exit MEREQ001 is used by ME51N.

Hope this helps

Regards

Bernd

Read only

0 Likes
741

Hi,

BADI is ME_REQ_HEADER_TEXT. check it.

Regards

Muthappan

Read only

0 Likes
741

But this is to copy the header text not in item level.

Read only

0 Likes
741

The BADI is ME_PROCESS_REQ_CUST

Max