‎2011 Nov 01 11:43 AM
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
‎2011 Nov 01 11:56 AM
Hi ,
Small confusion.You created a custom transaction and assigned a custom program for it. Here where you struck.
Regards,
Madhu.
‎2011 Nov 01 12:01 PM
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.
‎2011 Nov 01 12:04 PM
Hi,
Just go through the report SAPLSRT2. You will get an idea what are those parameters.
Regards,
Madhu.
‎2011 Nov 16 5:30 PM
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.