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: 

How to transport SAP QUERY

Former Member
0 Kudos

Hi All,

We have created some SAP QUERY through Transaction SQVI,but not able to transport it to the Production system.Can anyone help me telling how to do that?

Thx in advance.

Atrai.

8 REPLIES 8

Former Member
0 Kudos

Hi Atrai,

We had the same kind of problem before. SAP Queries cannot be included in a Transport Request but to overcome that you have to create the same kind of Query in the production system, if in case you have any code written then you can copy it from Developement and paste it in production.

Thanks & Regards,

YJR.

0 Kudos

Hi ,

I think we need to generate the program so that it becomes active ,than we can transport it , we had the same kind of problem when as we were upgrading from 4.7 to 5.0 . Solution would be that we need to geneate the program in SQ01 (Query/More functions/Generate Program) and it should work.

Thanks and Regards,

Anil.

Former Member
0 Kudos

Hello Atrai,

How about generating the program and copying into Z then downloading and uploading it as normal abap program.

Former Member
0 Kudos

HI

GOOD

BEFORE TRANSPORTING TO THE PRODUCTION SYSTEM CHECK OUT WITH YOUR BASIS GUY THIS IS COMPLETELY A BASIS PROBLEM.AFTER CREATING TEH QUERY YOU MUST HAVE STORED IT IN A REQUEST UNDER A DIRECTORY AND THE BASIS GUY HAVE TO RELESE THAT OR YOUR TEAM LEAD.

THANKS

MRUTYUN

0 Kudos

Hi,

The program will be active when you generate the Query and that program should be transported as a request to

the production system with the help of Basis guy.

Thanks and Regards,

Anil.

0 Kudos

hi,

try to transport with transaction <b>sq02</b>

-transports

Andreas

Lakshmant1
Active Contributor
0 Kudos

Hi Atrai,

Check program RSAQR3TR.

Thanks

Lakshman

naimesh_patel
Active Contributor
0 Kudos

Hello,

To convert Quickview made in SQVI to Query, follow these steps:

1. Go to Sq01. First select user group in which you wnat to create your query, then go to Query > Convert QUickview

2. Give your QUickview name, press enter

3. Give your query name and FUnction area . Press enter, quickview is now created in Qurey

4. Then Run RSAQR3TR, give your query and functional area. Run the report it will create a TR.

Regards,

Naimesh