Transporting a query created in system development to quality and prod ...

Hi All,
I'd like to know how to transport a query created in system development to quality and prod?
Thanks

From the menu on top in SQVI or SQ01 transactions, choose Query -> More functions -> Generate program.  Then choose Query -> More functions -> Display report name.  This report is an ABAP report (just like any other ABAP program).  Please check with an ABAPer if this report can be pushed into a Workbench Transport request, so you could then move it to QA and Prod.

Similar Messages

  • How to transport a query created in system development to quality and prod?

    Hi All,
    I'd like to know ow to transport a query created in system development to quality and prod?
    Thanks

    Hi,
    Queries are not saved under any transport request.
    We would have to go to transaction sq02 and click on the 'Transport' button ( with truck icon).
    In the screen specify your query name, infoset name, and usergroup name and select the option 'Download'.
    Save the downloaded file on your desktop.
    In your quality or production system, go to SQ02 and click on teh same button,
    select 'Upload' and specify the name of the query, infoset and usergroup which you want to upload.
    Select the downloaded file.
    Select the option 'Overwritting allowed' as applicable.
    Thanks,
    Harini

  • Transporting an Object from Development to quality and then to Production

    Hello SAP Friends
    I want to know the step by step navigation for Transporting an Object from Development to Quality and from there to production..
    Please give some detailed Navigation...

    Hi Kiran,
    use transport connection to collect the objects to request, rsa1->transprot connection.
    use infocube as starting point to collect objects, left side choose 'object type', middle frame choose 'infocube' expand 'select objects', locate/search your infocube' and 'transfer', it will go to right side.
    in right up, there are buttons, click 'mode' and choose manual, and grouping 'only necessary objects', and execute, this will collect infocube and required objects like infoobjects, infoarea, etc.
    after that change grouping 'in dataflow before' and execute, this will collect update rules, ods, infosource, transfer rules, datasource assigned etc.
    remember to assign source system, click yellow box with X icon and mark the source system.
    after that use grouping 'in dataflow afterwards' to collect query, web template, role etc.
    take a look transport docs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/38e1824eb711d182bf0000e829fbfe/frameset.htm
    Re: Transport Organizer---
    transport query (bex objects)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/38/5ee7377a98c17fe10000009b38f842/frameset.htm
    hope this helps.
    (Courtesy AHP from Re: transport)
    Bye
    Dinesh

  • What is the use of transporting BEx query to production from development ?

    Hi !
    if create a query by copying an existing query and make some modification in production and sent it to client..and client is happy as it satisfies all his requirement .
    Then what is the use of creating Bex query in development and transport it in quality and then to production if we can create directly in production ?

    Hi,
    There is something called as SOX compliance..and three system landscape.
    First of all you are not suppose to make changes to standard qeuries.
    You can give it to the client a new copied query wirth required changes and it is very much accepted as well but how will it be tracked for future support.
    Suppose there is a change in the underlying cube...this will affect all the queries and the new copied query which no one knows about will be affected too.How will you test it if its workinf fine with the new flow.
    If you want to do the testing in production as well.... then you are not following SAP guidelines and may be you are violating the contract signed by you and your client.
    Thanks
    Ajeet

  • Transporting objects from Development System to Testing,Quality and Produtn

    Hi Experts,
    We have developed one scenario in our project in Development System.
    Now we need to transport the same to Testing System and test it there and then transport to Quality system and after that to production system.
    Can any one let me know what are all the steps required for transporting like
    1) like wat are all the SLD changes to be done.
    2) Do I need to create all the SLD settings of development in testing and Quality as well.
    Also please let me know if there are any other things other than SLD settings.
    Regards,
    Pruthvi

    Hi Pruthvi,
    >But I didnt get a clear idea of what exactly needs to be done.
    Please explain kindly what exactly you are missing or did not understand. If you just want to have an overview please read: [SAP help: Transporting XI Objects|http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm]
    Regards,
    Udo

  • Transporting infosets from Development to quality and then to production

    Hi,
    I created a infoset in development under the Standard Area.
    I want to move it to Quality and finally to production after the testing. When I created the infoset it never asked for any package and transport request.
    How should I go about this ?
    TIA
    Rahul

    when you are in transaction SQ02, click on the truck button (Transports)
    you will get to the transport utility. This one allows to export/import infosets, usergroups and queries from a system to another.
    select the type of objects you want to transport (you may need to do it once for usergroups and once for infoset + queries)
    look at the Information button to know how it works

  • Query Execution time is different in DEV and PROD

    Hi,
    Query is as follows:
    SELECT DISTINCT tds.*
    FROM testdev.contract_trans npq, testdev.contract_trans_group tds
    WHERE npq.contract_trans_group_id = tds.id
    AND tds.contract_id <> :contractid
    AND tds.tradingday_date BETWEEN :fromtradingday AND :totradingday
    AND tds.category_id = :categoryid
    AND tds.state_id = :entitystateid
    AND EXISTS
    (SELECT *
    FROM testdev.contract_trans npq1,
    testdev.contract_trans_group tds1
    WHERE npq1.contract_trans_group_id = tds1.id
    AND tds1.contract_id = :contractid
    AND (npq.network_point_id = npq1.network_point_id
    OR (npq.network_point_id IS NULL
    AND npq1.network_point_id IS NULL))
    AND tds.tradingday_date = tds1.tradingday_date
    AND tds.category_id = tds1.category_id
    AND tds.state_id = tds1.state_id)
    This query is taking 500ms of time to execute in DEV and when it is executing in Prod it is execuiting in 1.10min. I also analyze the table as well as use hint on this. But the time is not getting reduce in Prod. I compare the tables of dev and prod but data is on shink.
    row execution plan for DEV :
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.01 0 0 0 0
    Execute 1 1.62 1.57 0 0 0 0
    Fetch 2 0.81 0.78 0 1208 0 364
    total 4 2.43 2.37 0 1208 0 364
    Misses in library cache during parse: 1
    Optimizer mode: CHOOSE
    Parsing user id: 5 (SYSTEM)
    Rows Row Source Operation
    364 HASH UNIQUE (cr=1208 pr=0 pw=0 time=783194 us)
    545 FILTER (cr=1208 pr=0 pw=0 time=775342 us)
    545 HASH JOIN (cr=1208 pr=0 pw=0 time=774670 us)
    99432 TABLE ACCESS FULL CONTRACT_TRANS (cr=382 pr=0 pw=0 time=465 us)
    18225 HASH JOIN (cr=826 pr=0 pw=0 time=359469 us)
    1000 HASH JOIN (cr=445 pr=0 pw=0 time=108528 us)
    46 TABLE ACCESS FULL CONTRACT_TRANS_GROUP (cr=223 pr=0 pw=0 time=48274 us)
    675 TABLE ACCESS FULL CONTRACT_TRANS_GROUP (cr=222 pr=0 pw=0 time=51497 us)
    99432 TABLE ACCESS FULL CONTRACT_TRANS (cr=381 pr=0 pw=0 time=182 us)
    And row execution plan for PROD:
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 2 80.03 78.40 219 319722 0 364
    total 4 80.03 78.41 219 319722 0 364
    Misses in library cache during parse: 0
    Optimizer mode: CHOOSE
    Parsing user id: 5 (SYSTEM)
    Rows Row Source Operation
    364 HASH UNIQUE (cr=319722 pr=219 pw=0 time=78406184 us)
    545 FILTER (cr=319722 pr=219 pw=0 time=78385884 us)
    545 HASH JOIN (cr=319722 pr=219 pw=0 time=78384017 us)
    675 TABLE ACCESS FULL CONTRACT_TRANS_GROUP (cr=222 pr=219 pw=0 time=328724 us)
    2380118 NESTED LOOPS (cr=319500 pr=0 pw=0 time=71521450 us)
    837 HASH JOIN (cr=603 pr=0 pw=0 time=315980 us)
    46 TABLE ACCESS FULL CONTRACT_TRANS_GROUP (cr=222 pr=0 pw=0 time=48647 us)
    99432 TABLE ACCESS FULL CONTRACT_TRANS (cr=381 pr=0 pw=0 time=100990 us)
    2380118 TABLE ACCESS FULL CONTRACT_TRANS (cr=318897 pr=0 pw=0 time=70077111 us)
    Can any body help me out why this is happening?
    Regards,
    Saptadip

    Welcome to the forum.
    Please edit your post and use the {noformat}{noformat} tag, so your examples will stay formatted and indented.
    Put the tag before and after all text you want to stay formatted.
    {noformat}..{noformat} - Displays everything between the tags as programming code.
    The query on PROD is doing lots more of reads/processing much more rows then on DEV.
    For example, take table CONTACT_TRANS:
    - less than 100,000 rows on DEV
    vs
    more than 2,300,000 on PROD.
    but data is on shink.What does that mean?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Transport of Query to Test System

    Hi
    All do you transport newly craeted query and its web template to Test system. I have created a query now will have to craete the transport request for the same and transport it to Test system.
    Regards,
    Rohini

    Thanks Brat, Bhanu and Roberto
    Bhanu i already have a development package created.
    and i ahve already done with my query design.
    Now how will have to transport to Test system?
    Creating transport request now when iam done with query design will consider this new report in the request and move the report to QA?
    Regards,
    Rohini

  • How do we transport Styles created in SE72from Development to Quality

    Hi ,
    I have created a style in SE72 in Development system.
    I need the same to be moved to Quality.
    Can anyone please help ?
    Thanks.
    R Adarsh

    Hi
    Using this program, you can assign an object to any transport request: RSWBO060. After that as you know, you have to release it.
    Regards,
    Vishwa.

  • How to transport only macros from one system to other(quality to production

    Hi Friends,
    We have created macro in quality system, now how do i transport the same to production.
    We can do it through transportation of planning book, but is there any method only to transport the macro.
    Also one option is to re create it in other system, but i donot want to do that.
    We can find a transport option in the macro work bench. Can we use that??
    Thanks
    Krishna

    Hi Srini,
    One question, We created a transport request for the macro in quality system, and released it(SE01), but its not reaching the production system.
    Can you please throw some light on this.
    Is there anything else to be done for the release.
    Rgs
    Krishna

  • How Do I Create Default System Configurations for On- and Off-Dock?

    I recently purchased a T510 laptop with WIndows 7 Professional 64-bit and a Series 3 minidock. I would like two create two default system configurations (namely specifying active montiors, screen resolutions, networking options, and power management). I'd also like the laptop to detect the presence or absence of the dock and automatically switch accordingly. How can I do this? Thank you.

        Dear DavidLeon65,
    Good afternoon. I am sorry to learn of the difficulties you are experiencing with the bluetooth connection in your car. I know this can be frustrating. It would be my pleasure to address your bluetooth concerns.
    When the bluetooth connection drops out, is the phone near you? Also, do you have Wi-Fi turned on? If so, please turn off Wi-Fi, then test. What software version do you have? For directions on how to check the software verison on your phone, click http://vz.to/SrMyDh
    Thank You,
    MichelleS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • SAP BW system ID for DEV, QUALITY and PROD

    Hi experts,
         I have a scenario where I require automatically, the BW system that I have currently logged on, depending on the system my data resides in.
    That is, if I am in the Development system, it should be DEVCLNT123, if Quality it should be QACLNT123, and if Production, it should be PRODCLNT123.
    Is there any way this can be achieved across the 3 systems in the BW landscape, generically? If so, how can it be done?
    Thanks in advance.

    Please be clear while you frame your questions if you expect us to advice :
    where I require automatically, the BW system that I have currently logged on, depending on the system my data resides in ??? doesnt make any sense to me
    Cheers !
    Suyash

  • One PI system for Dev, QA and Prod..possible?

    Hello Experts,
    I have been told that there will be just one PI system, for development and the same has to be used as QA in IST and for Production...
    I have 4 scenarios , 2 are JDBC to Proxy and 2 are file to proxy..
    Hence, I have to connect to ECC as well for the proxy...
    Is it possible????
    please put  forth ur views on this...
    Regards,
    Teja

    Hi Guys,
    Thank you for ur reply
    I believe this is a temp solution before the real hardware arrives...
    Hence, dev can be ready by then  but the point is that ther is ERP for dev, ERp for QA and ERP for Prod...
    How can i connect the same Pi system to three different erp s??
    as all scenarios have proxy...
    Can u pls throw light on this?
    Regards,
    Teja
    Edited by: Ravindra Teja on Sep 29, 2009 7:42 AM

  • Transport the created Storage Bin Automatic from develop to quality LS10

    Hello,
    My customer has created a new entry in LS10 u2013 Create Storage Bin Automatically in the development system with a transport order.
    He forgot to do Environment u2013 Create bins. I did it with my user in the development system and SAP has created the bins automatically (the system creates and launch a batch-input). The system did not ask me for a transport order (I think because this created data is master data).
    The user has transported the transport order from development to quality system but the Storage Bins are not in QAS. I told to the user that the Storage Bin are master data and we has to do Environment u2013 Create bins in each new environment but LS10 transaction has status 'not modifiable' in quality and production system.
    There is a way to transport the created Storage Bin Automatically from development to quality and production? Now the user is asking me to have the Storage Bins in quality and production with access LS10 in status 'not modifiable'.
    Cheers,
    Marta

    I could not transport them but I have created the storage bin directly in QAS with LS05 because LS10 is not available.
    Thank you very much.

  • Transport an Query without the standard transport system

    Hello Experts,
    is there a function (similar to the report-painter-reports) to transport a query via pc to an other system?

    Jurgen,
    As pointed out , it is not possible to transport from production to another system without using the transports , however the query would be under a request in production , you could then use that request to transport the query into another system either by specifying a transport connection or manually importing the data and co files...
    Arun
    Hope it helps...

Maybe you are looking for

  • Can't get photos to my new iPhone

    Hi, I already have an iTouch which iTunes is synced to, but when I try to sync my iPhone it downloads the music but not the photos. I unchecked sync automatically and tried to download the photos from them photos tab, but it starts to say SYNC and th

  • Number of records in a Report

    Hi, I am using OBIEE 10g. In datavase i have 53 thousand rows. I need show these rows in Detail report. When i try to get the total number of Rows it is not giving any result. Help me on this. Thanks, VVR

  • How to replace background

    how do I replace the background of a picture

  • Potential IRS reporting change if Social Security rate is not extended

    Hello - We received notice from ADP that due to the Federal Social Security rate changes this year that if the current 4.2% rate is not extended that they feel the IRS will require separate reporting capabilities for the different tax rates applied t

  • [AS CS3] Export JPEG options, setting, export selection

    Hi all, I am having trouble getting a JPEG export of a selected group of items to adhere to the export options I'm setting. I swear I've done the same thing with PDF export prefs and it works OK. I need to export a group that is selected, not the who