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: 

Customize CN41 Transaction

Former Member
0 Kudos
324

Hi All,

I have a requirement to clone CN41 tcode to ZCN41 and add some extra fields to the report. I have copied the CN41 trasaction to custom one and modified the report. I am able to add new columns to the report but not able to add data to the report. I have tried modifying AUS_S000[] internal table with extra fields but it is not working.

If anyone has already worked on the similar requirement kindly revert back.

Thanks and Regards,

Meenu.

4 REPLIES 4

Former Member
0 Kudos
83

Since the cloning did not work i am modifying CN41 trnasaction itself. to add extra fields to the existing report of CN41. I have added new fields to custom include CI_PSMERK. Now those fields are showing up in the report but how to populate the data in it. Can anyone help on this. I tried to code in CNEX0025 exit. but this exit is not triggering when I am executing CN41 transaction. Really appreacite your help on this.

Thanks Meenu.

0 Kudos
83

Hi,

Run the t-code in debugging mode and try to find how data is populating in the existing fields. If possible, using enhacements add your code there to populate the newly added fields. You can try implicit-explicit enhancements.

Else try using the exit EXIT_FDBPS000_001.

0 Kudos
83

When I run CN41 it is not stopping even at exit EXIT_FDBPS000_001. I have switched on system debugging and checked still it is not stopping thaere.

Former Member
0 Kudos
83

I am able to clone the CN41 report....Modified the INT_S000[] table for new fields and it is working as expected.

Thanks,

Meenu.