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

ME57 ALV Grid adding custom fields (columns)

Former Member
0 Likes
1,871

In ME57, we would like to add a column to the "Items overview" grid.

I did not see how this possible in MEREQ001 (SMOD).

Nor did I see how this was possible in an implementation of ME_PROCESS_REQ_CUST (BADI).

We can easily update our new field in EBAN using method PROCESS_ITEMS in the ME_PROCESS_REQ_CUST BADI. Now, we need to show this field (column) in ME57. How?????????????

In ME57, we would like to add a column to the "Items overview" grid.

I did not see how this possible in MEREQ001 (SMOD).

Nor did I see how this was possible in an implementation of ME_PROCESS_REQ_CUST (BADI).

We can easily update our new field in EBAN using method PROCESS_ITEMS in the ME_PROCESS_REQ_CUST BADI. Now, we need to show this field (column) in ME57. How?????????????

1 REPLY 1
Read only

Former Member
0 Likes
989

Hi,

If you are working on ECC 6.0, you can probably look for some enhancement options wherein you can add the required field in suitable APPEND structure and write the code .to populate the field.