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

adding column in standard ALV

Former Member
0 Likes
1,816

Hi All,

Is it possible to add a column in standard ALV report.can somebody send me the procedure for the same?

Regards

Lalit

Hi All,

Is it possible to add a column in standard ALV report.can somebody send me the procedure for the same?

Regards

Lalit

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
1,236

Lalit.

Yes it can be done.Just check how the fieldcatalog is designed in the standard program,depending on that you can go ahead with your requirement.

But to change a standard program one has to get the access key.Better copy that standard program to Z and proceed with your requirement.

K.Kiran

Read only

Former Member
0 Likes
1,236

Check whether that column is already available in the field catalog of the standard SAP report. if available, include that column in your default layout by pressing the "Change Layout" button on the toolbar.

If the column is not available then you may have to use access key to change the standard report to include the column. In that case you can copy the standard report to a Z-program and add the column to the output.

Hope this helps.

Thanks

Balaji

Read only

Former Member
0 Likes
1,236

Check if any user exit or BADI is available, for the transaction to change the alv layout.

Read only

Former Member
0 Likes
1,236

hi lalith,

recntly I added fields to the standard report.

3 ways.

1)plz check the field catelog for all the availabel fields and check if you field is available..if so change the layout.

2)

copy to Z-program and add

3)this is approach I used.

Search for any OSS note for that report from www.service.sap.com ...if you find the note...in that he will clearly give the procedure to add new fileds.

In my case I found one OSS note(325546) ..in that there was an userexit and insrtuctions to add new fileds.

plz go through this note and try to find notes for your standard report.

reward points if you feel helpful.

regards

Parthu