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

Program name in SE93...

Wil_Wilstroth
Active Participant
0 Likes
1,646

Hi all,

Something weird happen. I had this transaction code ZFIR11. When i check it in se93 (maintain transaction), the tcode ZFIR11 has a program name like below tie to it:

Tcode : ZFIR11

Program Name : GP405HWKY2DOPHAAUBDVGH6XOGW300

Whenever i run the tcode, it comes out error dump!

Why the program name is in this way?

<b>**** Latest Update:</b>

I found program GP405HWKY2DOPHAAUBDVGH6XOGW300.

I found the program in <b>PRODCUTION[/]. But now, how can i copy it from PRODUCTION into DEV?

Thanks,

William Wilstroth

Message was edited by:

william wilstroth

Message was edited by:

william wilstroth

William Wilstroth
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,344

Hello William,

My understanding is as in query the ABAP program is automatically generated in background. Now when u say the program exsists in production means u have transported the report painter query into production but in development somebody has gone ahead and modified the report painter.

Check if the development system has the report painter query? If yes u could generate the report and get the name of the report painter query and modify ur tcode. If u have significantly dchanged the query and want to take it to production also then transport the tcode also with the latest program name other wise u will have problems in production.

9 REPLIES 9
Read only

Former Member
0 Likes
1,344

Hi William

I guess the report name is generated via Report Painter. Please check the same.

Kind Regards

Eswar

Read only

Wil_Wilstroth
Active Participant
0 Likes
1,344

hi eswar,

how do i check it in report painter. I've been to the report painter and the names listed in there doesn't have any resemblance to it.

Please advice...

Thanks

William Wilstroth

William Wilstroth
Read only

0 Likes
1,344

HI William

Please use SE38 to display the program: GP405HWKY2DOPHAAUBDVGH6XOGW300.

In the screen you will find something similar to below:

REPORT GP0UZ3YNB1RQ2OUHTU5LER6XOFZ666 MESSAGE-ID GR
                NO STANDARD PAGE HEADING
                LINE-SIZE 132 LINE-COUNT 64.
*----------------------------------------------------------------------*
*         selections for report(s) of <b>library 8A2</b>                      *
*         01 -> <b>8A2A-001 </b> PrCtr List w/o EIBV                          *
*----------------------------------------------------------------------*
*         <b>report group   : 8A2A</b> Profit Center: Area List Plan/Act.     *
*         program class  : RW_SELECTION                                *
*         program version: 00000001                                    *
*         client         : 666                                         *
*----------------------------------------------------------------------*

I guess you can check basing on the highlighted portions above.

Transaction GR33 can be used to display the report.

Kind Regards

Eswar

Read only

0 Likes
1,344

Thanks Eswar,

for pointing this to me... however, in se38, the editor say this program GP405HWKY2DOPHAAUBDVGH6XOGW300 does not exist...

if it says does not exist... does it mean the program has been deleted?

You know its strange when the tcode is there but the program name has error dump saying 'does not exist'

Thanks

William Wilstroth

William Wilstroth
Read only

0 Likes
1,344

I can assume the report doesnot exist due to following reasons:

1. The report has been deleted via: GR34.

2. The program reference is changed. Generally this happens during upgradation.

Maybe you can explore more on this via navigation path:

SAP Easy Access->Information Systems->Ad Hoc Reports-> Report Painter.

Here we can find all options of report painter.

Hope this helps you in tracking.

Kind Regards

Eswar

Read only

0 Likes
1,344

Hi Eswar,

i finally found the program for GP405HWKY2DOPHAAUBDVGH6XOGW300 in Production.

How can i copy that and put it into DEV?

Thanks

Regards,

William Wilstroth

William Wilstroth
Read only

Former Member
0 Likes
1,345

Hello William,

My understanding is as in query the ABAP program is automatically generated in background. Now when u say the program exsists in production means u have transported the report painter query into production but in development somebody has gone ahead and modified the report painter.

Check if the development system has the report painter query? If yes u could generate the report and get the name of the report painter query and modify ur tcode. If u have significantly dchanged the query and want to take it to production also then transport the tcode also with the latest program name other wise u will have problems in production.

Read only

Wil_Wilstroth
Active Participant
0 Likes
1,344

This issue was resolve by using GR37 in PRD to export the report.

Then it is import by GR38 in DEV to get the report back

Many thanks to the contributors who have been very patient in answering my question.

Really appreciate it. Thank you very much again.

William Wilstroth
Read only

0 Likes
1,344

Hi,

Its good that you were able to copy program from Production to development system.

Also there is another way to do this.

If the program is present in production and has been deleted from Development, then just create a new program with same name in Development. Automatically the versions of that program will be fetched and you will be able to see them when you check the versions.

From the versions, retrive the previous version which is same as the Production version.

Regards,

Shahu