2010 Feb 15 8:00 PM
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?????????????
2010 Mar 01 12:01 PM
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.