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

ENHANCE REPORT ME56 tcode

Former Member
0 Likes
807

Hi all,

I have a requirement to add fields to the ME56 output. If i am giving the scope list as ALV it is going to the screen like this

I need to add some fields from MARA table to above shown table. Is it possible to do so ? Please advice

Also if i am giving 'A' as scope list it is showing a list display.. Is it possible to enhance the list out put in the same way?

2 REPLIES 2
Read only

SandySingh
Active Contributor
0 Likes
667

Hello

You can append new fields in SAP standard structure using append structure and then use an implicit enhancement point to get the values.

Refer to similar solution below

http://scn.sap.com/thread/828704

Regards

sandy

Read only

0 Likes
667

Hi Sandy,

For ME56 its not easy to do as you said. Because ME56 program is calling another program to display the output and inside that there is a FM which displays the above mentioned screen.