‎2008 Sep 10 5:18 AM
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.
‎2008 Sep 10 5:27 AM
Hi,
Do it in the same way as you do it for report program.
Anirban
‎2008 Sep 10 5:33 AM
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).
‎2009 Jan 28 12:30 PM