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: 

Adding new column in IDCNAP standard report

indrajit12345
Explorer
0 Kudos
878

Hi

Can anyone pls elaborate is it possible to add one or two columns in T-code - IDCNAP standard report.

some BAdis are available but not sure whether it would work or not.

2 REPLIES 2

Jeansy
Active Contributor
0 Kudos
611

Hi,

I checked the mentioned transaction and found also some BAdIs that can be used.

Follwoing steps need to be implemented for adding new columns into the report:

  • Add append structure (including your additional fields) to the following DDIC-structures as these are the leading strucures for the output tables (ALV)

  • Implementation of the following BAdI-definition (using T-Code SE19)

  • Adding code into method POST_SELECTION_CONTROL that fills the new columns you added before to the structures.

I hope this helps you.

Kind regards
Jens

anaz_ba_boo
Newcomer
0 Kudos
265

Hi ,

Need to know whether the new additional fields have to append in both header and item structures?
The problem is while adding in header structure ,the report is showing error. and could you please share where exactly need to code.