2011 Mar 16 10:18 AM
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.
2011 Mar 23 7:24 AM
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.
2011 Mar 23 9:34 AM
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.
2011 Mar 23 10:28 AM
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.
2011 May 13 2:32 PM
I am able to clone the CN41 report....Modified the INT_S000[] table for new fields and it is working as expected.
Thanks,
Meenu.