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: 

Download / Upload queries gives "Error when generating transport dataset"

former_member699400
Active Participant
0 Kudos

Hi!

I need to transfer some queries from one system to other.

Systems are not connected with each other, so no TRs are available!

I am doing like this:

- running program RSAQR3TR in "old" system

- downloading a query as TXT file into my local PC

- running program RSAQR3TR in "new" system

- uploading TXT file into "new" system and get a message - "Error when generating transport dataset"

Any ideas?

Will reward,

Mindaugas

1 ACCEPTED SOLUTION

former_member196280
Active Contributor
0 Kudos

Check whether this info is useful,

Transporting a query

Transporting a query means only the query itself is transported.

Importing a query is possible only if a corresponding user group (see below) and a corresponding InfoSet exist in the target client and if the InfoSet is assigned to the user group. To demonstrate the effect of the import options, suppose that the query has the name QU and belongs to the user group BQ in the source client.

The import option REPLACE overwrites the query QU of the user group BQ in the target client if the user group exists.

The import option GROUP=ug overwrites the query QU of the user group UG in the target client if the user group exists. In this case, the query is explicitly assigned to a user group in the target client. This target user group may be differnet from the user group in the source client.

Rgds,

SaiRam

4 REPLIES 4

Former Member
0 Kudos

Check with below link :

http://help.sap.com/saphelp_sm32/helpdata/en/d2/cb4699455611d189710000e8322d00/content.htm

I guess if versions are diffrent ,then you may get syntax error.

Thanks

Seshu

0 Kudos

yes, systems are different: 4.6C and ECC 5

M.

0 Kudos

Hi M.

There has been lot of change in the underneath program of the queries in both the version. It will not be possible for you to upload the queries from older version into newer version using the program.

Regards,

Atish

former_member196280
Active Contributor
0 Kudos

Check whether this info is useful,

Transporting a query

Transporting a query means only the query itself is transported.

Importing a query is possible only if a corresponding user group (see below) and a corresponding InfoSet exist in the target client and if the InfoSet is assigned to the user group. To demonstrate the effect of the import options, suppose that the query has the name QU and belongs to the user group BQ in the source client.

The import option REPLACE overwrites the query QU of the user group BQ in the target client if the user group exists.

The import option GROUP=ug overwrites the query QU of the user group UG in the target client if the user group exists. In this case, the query is explicitly assigned to a user group in the target client. This target user group may be differnet from the user group in the source client.

Rgds,

SaiRam