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

SQ01 create query / transaction

Former Member
0 Likes
570

Hi,

I have created a query in SQ01, and the output report should be linked to a given transaction code. This works ok in developmentsystem, but I cannot create the transaction code for the output report in the testsystem.

I have tried to transport the transaction code, from the developmentsystem-->test, but the transport fails with error code 8.

Anyone know how to solve this, so that I can link the report to a transaction?

Thanks!

Best regards

Arne Jakob

Hi,

I have created a query in SQ01, and the output report should be linked to a given transaction code. This works ok in developmentsystem, but I cannot create the transaction code for the output report in the testsystem.

I have tried to transport the transaction code, from the developmentsystem-->test, but the transport fails with error code 8.

Anyone know how to solve this, so that I can link the report to a transaction?

Thanks!

Best regards

Arne Jakob

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
494

make sure the objects in the Transport req. are all active and are available..

Read only

0 Likes
494

Hi,

You cannot transport the queries directly ;

ABAP Queries can be transported to different clients by the following two ways:

1) By using the standard program u2018RSAQR3TRu2019

2) By using the transport option available on the application bar in Transactions SQ02 or SQ03.

The transports are to be made in the following order:

1. User Group transport

2. Infoset transport

3. Infoset and Query transport

4. Queries transport

The transports are to be made in the specified order. The User Group is to be transported first, followed by the Infoset and then the Queries

Hope this helps you

Regards

Shiva