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

Standard report output modification

Former Member
0 Likes
677

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
Read only

former_member156446
Active Contributor
0 Likes
632

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

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

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
633

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

Read only

Former Member
0 Likes
632

hi venkata

check this thread

hope it helps you.

thanks

SAchin

Read only

Former Member
0 Likes
632

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