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

Transporting an ABAP QUERY

Former Member
0 Likes
855

Hi guys/gals,

I've created an abap query in testing client.

May I know how to transport the ABAP query into quality and production server??

Regards

Jiku

Hi guys/gals,

I've created an abap query in testing client.

May I know how to transport the ABAP query into quality and production server??

Regards

Jiku

6 REPLIES 6
Read only

Former Member
0 Likes
788

Hi

ABAP Query is CLient specific and User specific

You can't transport it from one client to other client

You have to recreate it again in the other client

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
788

Hi Jiku,

Transaction SQ02 menu "Envrionment/transport" (=Ctrl+F3).

For transport, select "export" and the objects you want to transport.

This will generate a request which you'll be able to process normally.

An other solution is to download your object from the source system and then to upload it from your target system, if this one is open (and if you have the requested rights).

Reward if useful.

Regards,

Aneesh.

Read only

Former Member
0 Likes
788

Hi,

Quary is not a transportable object. U can not transpor the query. U have to write the query in all servers directly.

Regards,

Nandha

Reward if it helps

Read only

Former Member
0 Likes
788

Hi,

Quary is not a transportable object. U can not transpor the query. U have to write the query in all servers directly.

Regards,

Nandha

Reward if it helps

Read only

0 Likes
788

I've created thru SQVI transaction....

Is there any way to transport the query like SQ02...

Read only

0 Likes
788

Hi,

You have to use the Std Report RSAQR3TR to transport Infosets/Queries

Thanks,

Anitha