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

Inlcude SAP query generated program into Transport request

0 Likes
2,150

Hi All,

Is there any way to include the program generated from SAP query to include in any transport request.

Thank You!

Regards,

Arun Rajoriya

Hi All,

Is there any way to include the program generated from SAP query to include in any transport request.

Thank You!

Regards,

Arun Rajoriya

3 REPLIES 3
Read only

Former Member
0 Likes
1,529

Hi,

Just execute the query and then go to system-->status

Under program you find out the ABAP name, it's something like

AQZZ/FSCMA/IS===QUERY01=====

You can then either copy it or put it directly in a transport.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
1,529

Hi Arun,

-> Go to SE03

-> Object directory entries

-> Execute

->R3TR AQQU <QUERY NAME> and click on create button.

Here It will ask request.

Regards,

E.Ananthachari.

Read only

Sandra_Rossi
Active Contributor
1,529

I don't understand the interest of transporting the generated program alone, without transporting the query! Usually, either one transports the query (the program will be generated in the target systems), or one copies the query program to a Z program and transport it (in that case, usually, the Z program is adapted to suit your needs).