0% found this document useful (0 votes)
516 views2 pages

Transport of ABAP Query

The document discusses how to transport ABAP queries between SAP systems after an upgrade from 4.5B to 4.6C, as users were unable to find reports in the QA system that existed in production. It provides steps to use program RSAQR3TR to export queries, user groups, and infosets from the source system into a transport file, release the transport request, and then import the objects into the target system.

Uploaded by

tarunaggarwal11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
516 views2 pages

Transport of ABAP Query

The document discusses how to transport ABAP queries between SAP systems after an upgrade from 4.5B to 4.6C, as users were unable to find reports in the QA system that existed in production. It provides steps to use program RSAQR3TR to export queries, user groups, and infosets from the source system into a transport file, release the transport request, and then import the objects into the target system.

Uploaded by

tarunaggarwal11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Transport of ABAP Query

I am involved in this upgrade project to 4.7


The users are not able to find any reports (in QA System) which were there before
the upgrade in SQ01. But they can see them in production which is not yet
upgraded. They want me to copy all the reports to the QA system now....I dont have
any idea how to do that.

I remember a similar problem upgrading to 4.6C from 4.5B ......


Take a look at OOS note 672784.

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.

Just wanted to share my experience of transporting queries:


I needed to move a user group, 2 infosets and 3 queries from a 4.6 system to a 4.7
system.
When I tried doing this via the SQ* transactions I did not get the import/export option, so
instead ran RSAQR3TR.

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).

Step 4. In my example I still couldn't find the queries, so ran RSAQR3TR one more time,
this time specifying 'Copy Standard Area -> Global Area'.

(Now my queries etc were available in new system).

Perhaps there are better ways, but after 1.5 days of struggling I was glad to get this far.

need to transport query


Reply from Marcelo Bitencourt on 9/20/2007 9:00 AM
Hello David,
just follow the steps:
(1) Source:
Tcode SQ03
- Transport(truck)
- Uncheck “test run”
- Check Download
- Choose “Transport User Grups”
- Run(F8)
- Enter a path to export file

(2) Target:
Tcode SQ03
- Transport(truck)
- Uncheck “test run”
- Check “Overwriting Allowed”
- Choose “Upload”
- Choose “Transport User Grups”
- Run(F8)
- Enter same path to export file

Obs: Repet steps (1) and (2) for “Infoset and Queries”

-------------------
Marcelo Bitencourt
Administração SAP R/3 BASIS
Database & SAP Management

You might also like