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

ABAP query

Former Member
0 Likes
535

HI ABAPer's,

I have one ABAPquery in quality system now i want to copy the ABAP query into Development system is there any procedure to copy the ABAP query or just like normal report copying , Could you clarify me please.

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi,

Do it in the same way as you do it for report program.

Anirban

Read only

Former Member
0 Likes
489

hi,

You can transport queries between systems in SQ02 (hit the lorry button) or run program RSAQR3TR.

You download the infosets, queries etc into a file and load them into whichever system you wish

Step 1. Run RSAQR3TR in 'old' system. Select EXPORT and specify the objects to be transported.

(System includes these in an automatically created transport request)

Step 2. Release this transport and request it be transported to 'new' system.

(This results in the entries being populated in transport table AQTDB in 'new' system).

Step 3. Run RSAQR3TR in 'new' system. Select IMPORT and tick the Overwrite checkbox. Specify the transport number in the field labelled 'dataset with imports'.

(RSAQR3TR gives the message that stuff has been imported OK).

Read only

Former Member
0 Likes
489

asdf