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

KE 30 . view source code .

Former Member
0 Likes
1,260

Hi friens I am new to report painter/report write. I had to debug a COPA report, but really don't know where to look for the source code.

Please help me.

Regards

Lakhbir

10 REPLIES 10
Read only

Former Member
0 Likes
1,105

Hi,

When you choose the report of the list that you want to see, the report is executed and show an screen with selection parameters... In this screen go to System->Status and look for report name.

Regards

PabloX

Read only

0 Likes
1,105

If you only want to debbug the report, put a /h in the selection screen of the report you want to run.

PabloX

Read only

0 Likes
1,105

Thnaks,

the main thing is how can I change the source code, It is asking for SSCR key and i think it is not a standard sap report.

regards

Lakhbir

Read only

0 Likes
1,105

Lakhbir,

If the report or transaction name start without a Z or a Y, it is a standard SAP program.

Rishi

Read only

0 Likes
1,105

If you need to modify an standar query, copy it in a custom one (starting Z) and modify the copy... Is the best you can do.

Regards

PabloX

Read only

0 Likes
1,105

If you want to change it, You have to request SSCR Key from your System BC, but that's very dangerous and not recommended.

as Pablo wrote, you'd better copy it in a custom zone(Y or Z) and change it.

Read only

0 Likes
1,105

Since the program is generated your changes will be overwritten by the next generation. Why do you want to change the coding?

Christian

Read only

0 Likes
1,105

Hi Christan,

Actally, the report if picking the cedit memo's for wich goods return is not posted.

Read only

0 Likes
1,105

Sorry,

I do not understand the requirement - does that mean, the report select too much line itmes?

Can't they be identified by the characteristics?

I think you should reconsider the design of co-pa (especially the use of the characteristics and how the reporting should be set up proplery.

As an alternative (if you also need information which is not available in the line item) you could write your own program (which most likely does not benefit from summarization levels and is not as fancy as the interactive reporting) but would print the desired result - better than the modification of KE30 reports anyway.

Christian

Read only

0 Likes
1,105

From my experience working with KE30 reports, the output is driven directly from the CO-PA tables (ie. CE1xxxx, CE2xxxx, etc.) or by calculations defined in the Report Writer/Painter.

I would suggest you look at what data has been configured to be captured in the CO-PA tables. For example, take a look at table CE1xxxx where "xxxx" is the Operating Concern, to make sure your credit memo data is being captured.