Application Development 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: 

Standard report output modification

Former Member
0 Kudos
114

Dear,

we have one requirement in Standard report modification that is i would like to add some fields columns in the output. For this i have added what ever fields i want in the final internal table but those are not displaying in the output so please guide me to do this.

those fiedls i added are not coming in the field catalog also . standard program is from IA09 Transaction.

Venkata Ramesh J

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos
69

try manually filling the field catalog... and fc-no_display = ' '

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos
70

try manually filling the field catalog... and fc-no_display = ' '

Former Member
0 Kudos
69

hi venkata

check this thread

hope it helps you.

thanks

SAchin

Former Member
0 Kudos
69

Hi venkata,

yes you can modify you internal table by adding the new fields but what you need to do is modify your fieldcatalogue also. or other option is to use field symbols directly and build you field catalogue.

Cheers