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: 

CO Reports

Former Member
0 Kudos
239

is there anyway I can look at the code for the SAP standard delivered reports for CO.

ie: Report S_ALR_87013610

or any others.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
74

Go to the transaction and do an F1 on any field. Click the hammer/wrench button (Tech. Info) and double click on the report name (or copy/paste it to se38).

Regards,

Jason

2 REPLIES 2

Former Member
0 Kudos
75

Go to the transaction and do an F1 on any field. Click the hammer/wrench button (Tech. Info) and double click on the report name (or copy/paste it to se38).

Regards,

Jason

Former Member
0 Kudos
74

Or you can go to the transaction S_ALR_87013610

and sytem->status

This will give you the program name associated..

But the tricky bit is that there is common program calling other program through submit statement, depending on your report..

What do want from this..

the best way would to get into debug mode, with a breakpoint on call statement..