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

A Z tcode created using START_REPORT

Former Member
0 Likes
4,439

Hi ,

i am having a Z tcode that has been created as a Transaction Parameters from START_REPORT tcode.

The Z tcode is behaving differently and it is not fetching the correct data.

When I tried to find out the underlying program from System->Status I found out the report as 'GPD3LVFP8ZHV1ZG5X30DLWAUX9S'.

Can anyone please suggest why the program name is showing like this.

The report is related to PS module and it fetches the Project - Network data

4 REPLIES 4
Read only

madhu_vadlamani
Active Contributor
0 Likes
2,597

Hi ,

Small confusion.You created a custom transaction and assigned a custom program for it. Here where you struck.

Regards,

Madhu.

Read only

0 Likes
2,597

No I have created a Custom tcode but that is calling the tcode 'START_REPORT' tcode with the selection parameters like

Report Typ = RE

Ext.Name = KP 01RPSCO_X ZBP1P2AC

I am not able to find out what are the above parameters indicating.

Read only

0 Likes
2,597

Hi,

Just go through the report SAPLSRT2. You will get an idea what are those parameters.

Regards,

Madhu.

Read only

0 Likes
2,597

Hi,

START_REPORT can run a variety of SAP programs and reports. In this case it looks as if someone has created a report called ZBP1P2AC probably in transaction CJE0. This is where certain SAP/PS reports are created. These reports get their data from a table called RPSCO which also features in your parameters.

The program name GPD3LVFP8ZHV1ZG5X30DLWAUX9S is created automatically by SAP when you save the report in CJE0.

So it looks as if someone has tried to simplify how you call the report by assigning a Z transaction to it.

If it is not working correctly someone will need to change the report (ZBP1P2AC ) in CJE0. Someone with Report Painter or Report Writer skills will probably be required.

I hope this helps.