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

new field

Former Member
0 Likes
467

How to add a new field in an already existing ALV report.

How to make it get displayed.

thanks

How to add a new field in an already existing ALV report.

How to make it get displayed.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
449

You need to add the new field to the internal table and also added to the catalog.

If you want to add a new field to a standard program...You should make a copy of the program and do the above instructions.

Greetings,

Blag.

Read only

naveen1241
Participant
0 Likes
449

HI....

just add tht field to the internal table, query it from db

and add the field to the field catalog .......

nothing else...

Regards,

Naveen