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: 

How to find the query name by seeing the program name?

Former Member
0 Kudos

Hi,

i have one auto generated program in production AQCSPU==========ZPSPOWHO======

Now user executing this program by taking help of se38 and sa38 t-code.But now suddenly sa38 and sa38 access blocked for the user so thay are now unable to execute the above program(which was a report).

They are asking to craete a t-code for this program.How to do it? because in dev. system this program doesnot exist.

Please help regarding this issue.

1 ACCEPTED SOLUTION

Former Member

Hello,

Sanjoy Ghose suggestion is a good one. It should work.

However i would advice that you download the query and infoset from your production system and then upload in your development system. Then assign the Tcode and move it across production. The advantage being that tomorrow if authorization for creation/changes in queries is taken our in production then you have a development copy to work on.

Use program 'RSAQR3TR' to download the query and the infoset.

Thanks,

Neeraj

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

query-name is ZPSPOWHO -> goto sq01

A.

Former Member
0 Kudos

Hi,

Asign Tcode through trasaction SE93. Then move the tcode Production.

0 Kudos

Hi,

probleam is program not exists in dev. system but exists in production system.

How can i create t-code for this??

Former Member
0 Kudos

Why Not...

You can create tcode through transaction SE93. System not check program present or not. Yes obviously its not run in a devlopment system becoz program is not created but run in production. You just create then move to production it will be run prduction.

Thanks

Rahul

Former Member

Hello,

Sanjoy Ghose suggestion is a good one. It should work.

However i would advice that you download the query and infoset from your production system and then upload in your development system. Then assign the Tcode and move it across production. The advantage being that tomorrow if authorization for creation/changes in queries is taken our in production then you have a development copy to work on.

Use program 'RSAQR3TR' to download the query and the infoset.

Thanks,

Neeraj