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: 

ME51N/ME52N: Editable customer columns in ALV grid item overview

Former Member
0 Kudos

Hi All,

In purchase requisition ME51N-ME53N I added a customer tab with customer fields. But they are outputed every time in ALV grid item overview in display mode.

Hence my question is how I can make them editable for tcodes ME51N/ME52N?

The customer tab I implemented with the User-Exit enhancement MEREQ001. In the forum I found that I have to use for handling the fields in the ALV grid the BADI ME_PROCESS_REQ_CUST.

Can anyone give me a working example?

Thank you very much  in advance for your support!

Kind regards

Silvan

2 REPLIES 2

Former Member
0 Kudos

Hello Silvan,

Why dont you pass the EDIT field as 'X'  for Catalog structure before calling the ALV Grid Functionality(Grip Function modules) in BADI "ME_PROCESS_REQ_CUST"

Regards,

Sankarbabu

0 Kudos

Hi Sankarbabu

Thanks a lot for your reply.

May you have an example to modify the field catalog? I didn't find out how this can be done.

Do I have to do the changes in the method "FIELDSELECTION_ITEM"? Curiously this method wouldn't be called...

Kind regards,

Silvan