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

Customize CATS_DA

Former Member
0 Likes
978

Hi All,

I have a requirement to add two new columns (Org, manager) to the standard report generated by transaction cats-da.

Has anyone done that before and what would be the best approach to achieve this?

Regards,

~Mark

1 ACCEPTED SOLUTION
Read only

ChandranGanesan
Active Contributor
0 Likes
827

Hello Mark,

You can copy the report into a custom report and add the required column.

Goto SE80 -> Select the Program ->Right Click -> Create -> Transaction Code

and create a custom transaction code for the report.

But if you want to modify the standard report then you need a access key, and is not generally recommmended practise.

Hope it helps.

Thanks

Chandran

Hi All,

I have a requirement to add two new columns (Org, manager) to the standard report generated by transaction cats-da.

Has anyone done that before and what would be the best approach to achieve this?

Regards,

~Mark

4 REPLIES 4
Read only

ChandranGanesan
Active Contributor
0 Likes
828

Hello Mark,

You can copy the report into a custom report and add the required column.

Goto SE80 -> Select the Program ->Right Click -> Create -> Transaction Code

and create a custom transaction code for the report.

But if you want to modify the standard report then you need a access key, and is not generally recommmended practise.

Hope it helps.

Thanks

Chandran

Read only

0 Likes
827

Thanks for your reply chandran.

When I copy the program, do I need to copy the subroutines as well into a z subroutines or should I just use the delivered subroutines and only create copies of the routines where I need modifications?

Thanks,

Mark

Read only

0 Likes
827

youy need to copy the standard report the zreport / subroutine will be existing in the system and they can be called from u r copied report so no need to copy a z program.

Read only

Former Member
0 Likes
827

..