Application Development 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: 

Copying table to transportable table

former_member227232
Active Contributor
0 Kudos

Hi,

My intention is to transfer SAP query.

There is a mandatory requirement to copy the objects to be transported must first be copied from source client using an export from the table AQDB into transportable table TAQTS.

How to do the above?

Being a functional resource will be pleased if details can be sent step by step.

Regards,

Vengat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Here are the steps

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

Regards

Sudheer

2 REPLIES 2

Former Member
0 Kudos

Hi,

Here are the steps

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

Regards

Sudheer

0 Kudos

Excellent Sudheer,

Problem is solved

Thanks & Regards

Vengat