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

Problem in transporting generated program of SAP Query

Former Member
0 Likes
614

<h5> Hi all,

I created a SAP query in development server and generated the program for the same, I transported the infoset and the user group etc. to the next server but couldnot transfer the program, since the program is not a Z Program, so coudlnot save it and capture it in request so that the same can be transported.

What could be the possible solution for the same????

Regards, </h5>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Just leave the program where it is and just re-gen your query in the target environment.

3 REPLIES 3
Read only

Former Member
0 Likes
559

Just leave the program where it is and just re-gen your query in the target environment.

Read only

0 Likes
558

Thanks,

Did the same only but can I have some more feasble solution coz its not always possbile to take T-code authorisation for servers, espcially production

Read only

0 Likes
558

Yep, this gets a bit tricky. Remember that SAP Query is designed as an end-user tool. To this end, the creation of queries could be done in a productive environment. The maintenance of infosets could be restricted to Development systems only. I know that some sites do not allow this.

Through the use of authorisations, you could appoint an administrator to generate the queries in PRD for the users.

The name of the ABAP is a combination of the query name, infoset and the client number (I think - going from memory). You could possibly change the package name of the generated program and then attach it to a transport, but it becomes very messy and I wouldn't recommend it.