How to transport infoset query to Production serveR?

when i transport everything is transported to production server. when i run the transaction in production server it shows me the error saying . PROGRAM Does not exist .. how to resolve this..
can any one help me to transport my infoset query from step-to-step.
Regards
Saad Nisar

Well there is no button as such.
I hope you must have found the Transport button.
When you click it, it gives selection screen there you can find the redio buttons.
Export will create a transport request and Download will download it to local machine.
Let me know if it doesn't work. But you have to do more analysis as to how to go this way.
Regards
Shital

Similar Messages

  • How to transfer ABAP query from one server to another server

    Hi all,
    I have a ABAP query in development server and i need to transport it to production server.
    I have attached a transaction to it using the program which got generated in the back ground
    from the abap query in the developemnt server.
    I have downloaded and uploaded  a ABAP query from one server to another server.
    But the program which got generated in the back ground in the production server is different from
    program which is generated in the development server.
    But my transaction is attached to the program in the development server.If i transport the transaction
    to production server,it is giving error since that program is not present in the production server.
    Am i going in the right way......? 
    Is there any problem in my upload/download procedure ?
    Is there any way to achieve my purpose ...............?
    Please kindly reply me at the earliest.

    You have different ways to call a query using a t.code. One way is to create a pgm with the following code and attach a t-code to it.
    data: gv_test type sy-repid.
    DATA: GV_USERGROUP TYPE AQADEF-BGNAME VALUE 'FI',
          GV_QUERY TYPE AQADEF-QUNAME VALUE 'ZCON_FI_QUERY',
          GV_RNAME TYPE AQADEF-PGNAME .
    CALL FUNCTION 'RSAQ_REPORT_NAME'
      EXPORTING
        WORKSPACE        = ''
        USERGROUP        = GV_USERGROUP
        QUERY            = GV_QUERY
    IMPORTING
       REPORTNAME       = GV_RNAME
    * For the dynamic excution of the called query assisgn GV_RNAME to <gv_test>.
    gv_test = GV_RNAME.
    SUBMIT (gv_test) via selection-screen and return.
    Alternate way is while creating T-Code you choose option Transaction with parameters.
    Transaction as START_REPORT and in default values table control at bottom give as follows
    D_SREPOVARI-REPORTTYPE = AQ
    D_SREPOVARI-REPORT = User group
    D_SREPOVARI-EXTDREPORT = Your Query name
    Regards
    Sathar

  • ZTABLE TRANSPORT WITH CONTENTS TO PRODUCTION SERVER

    Hi Friends,
    I had created a ztable in Developement server with 3 fields including MANDT field and added 15 records to that table.  (MANDT = 500).
    When I transport to QA Server, the data entered in the development server, are not visible.  Again I entered the data in the QA server with MANDT = 150.
    Later, I transported the table to Production server. Again here also no data found.  When I tried to add entries,  the system throws the following message :
       "The System Settings Do Not Allow Any Changes".
    Please let me know what step I have missed out.
    Also let me know the following :
    1. How to transport a ztable from Devlopment server to QA/Production server with all the data.
    2. How to add new entries in Productin server.
    Thanx in advance,
    A S VINCENT

    Hi again,
    1. Function group 
       (create an empty function group in
       new session thru se80 tcode,
       and mention it here)
    2. Authorization group
       Just check out using F4
       if some Z* or Y* is avaialble or not
       (If not , ask basis team to
       create on Z/Y authorisaton group,
      and mention it here)
    3. Choose radio button ONE STEP
    4. In overview screen text box
       , just enter 1000
    5. Just enter the above fields,
      and press CREATE.
    regards,
    amit m.

  • How to delete Infoset Query in R/3

    Hi  Gurus,
    I created a Infoset using SQ02 in R/3 and generated the query. Now I need to delete that Infoset query. Please advice me how to delete infoset query from the functional group in R/3.
    Thanks
    Liza

    Hi,
    In SQ01 ,press shift+F7 then find your user group. then from infoset query tab ,select ur infoset.
    and try to delete , I think, it should work.
    Regards
    CSM Reddy

  • TRANSPORT Z-TABLE TO PRODUCTION SERVER.

    HI,
    I'VE CREATED ONE Z-TABLE,EVEN THOUGH THE Z-TABLE CONTAIN NO DATA ,WHEN I'M TRANSPORTING THIS Z-TABLE FROM DEVELOPMENT SERVER TO PRODUCTION SERVER IT IS GIVING THE ERROR
    KAY MESSAGE TABLE ZPF_DETAIL 2002007011004
    ENTER NUMERIC VALUES ONLY
    HERE 200-DATA OF MANDT FIELD
              2007-YEAR
              01-MONTH
             1004-PERNR
    WHICH I'VE ENTERED PREVIOUSLY,BUT NOW THIS TABLE CONTAIN NO DATA.
    PLEASE SUGGEST ME WHAT TO DO TO TRANSPORT THE TABLE TO PRODUCTION SERVER.
    PLEASE HELP ME,IT'S URGENT.
    THANKS
    SUJATA
    Edited by: Sujata Swain on May 8, 2008 6:53 AM

    Hi,
    After creating the table first activate the table
    Check whether  Delivery and maintenace
    and  Technical attribute tabs are maintained.
    Once that is done transport that request to production.
    To maintain the table in production you will have to create a maintenance view for the same

  • How to transport ABAP Query

    Hi ,
        i would like to know if it's possible to transport ABAP Query from one server to another using CTS. eg: development server to test server. plus can we assign a transaction code to an ABAP Query.
    its very urgent.
    Plz respond.
    Rgds,
    BPNR....

    Hi Reddy,
    For the second part of question :
    When you create a abap query SAP generates a program at the background. You can copy that program to a Zprogram and assingn a Tcode to it.( You can add some more features to the report like drilldown etc.. )
    Your technical consultant should be able to help you out on this .
    Regards
    Balaji

  • I have deleted one query from production server

    some one have deleted one query from production server. i would like to know who has deleted that query.
    pls let me ASAP.
    regards
    raja

    Hi,
    You can get the time stamp( when it was deleted) from table RSRDELREPORTS. Based on that time check with basis guys to get the more info.
    regards,
    raju

  • How to transport SQL Query from SQVI Tcode?

    Dear Friends,
    Can any one tell me how to transport SQL Query from <b>SQVI</b> Tcode.
    Full Points will be rewarded.
    Thanks & Reagrds
    Ravi

    go to sqvi tool .....
    select u r query name ......in the menubar ....quickview....> additianal functions.......>generate program
    after doing generate program ....go to again same menu path as i have mentioned above [quickview....> additianal functions.......>display report name it will give the report name of the select query ..........copy the report name and give it abap editor[se38] u will get u r query program......with all authority checks.....
    in start of selection event of u r program u will find u r select query.
    reward points if helpful

  • Transport of ABAP query to production server

    Hi!
    I have developed a report with ABAP query in development server with transaction codes SQ01, SQ02 AND SQ03 respectively.
    I also got the program name from SQ01.
    Now , how to attach a transaction code with the program that is generated from ABAP query and transport it to production server
    successfully.
    If the program is attached directly to the tr code through SE93 and transported----- program is not found in the pr. server.
    pls help me out , requirement is very urgent.
    points to be rewarded .
    regards
    Amit

    hi amit,
    if i understood correctly.is ur query and infoset transported or imported to production.
    Regards,
    sudheer

  • Infoset query to QA server

    hi friends,
    can we transfer an infoset query made from SQVi in dev to QA ?how????
    Thanks,
    Gaurav

    you would have to convert your 'quickie' to a proper query using SQ01 -> Query -> Convert Quick View. But this would only be possible if you are working in the Standard Area (check: Environment, Query Areas) and you would have to be in the Global Area in order to make the thing transportable, so i guess there's no easy way to do it. i do not know of a way to 'push' a query from Standard to Global Area.

  • 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

  • How to transport a query?

    i have created several queries using SQVI and i want to transport them to the QAS server. is this possible?

    >
    R Brahmankar wrote:
    > Hi,
    > Please try,
    > 1. Go to SQ02 .
    >
    > Select Environment -> Query Areas
    > Select Standard Area (Client specific) as show below
    >
    > 2. Select Environment -> Transports
    > Select Import radio button
    >
    > Check Overwriting allowed (only with import/upload/copy)
    >
    > Remove Check for Test Run
    >
    > Select Transport InfoSets and queries radio button
    >
    > Fill Infoset and Query with corresponding names
    > Fill Import option with transport request number.
    >
    > 3. Click on Execute button
    >
    > Regards,
    > R.Brahmankar
    Hi,
    For the field Import Option, if i dont have a transport request, should i create a new one?
    I am also getting an error message of "You must specify a transport request with imports"
    Edited by: Bear on Aug 20, 2008 8:37 AM

  • How to create infoset query

    Hi,experts
    Can anybody give me documents on infoset query and step by step showing how to create infosetquery. I will really greatful to you all.
    Thanks
    Preeti

    Hi Preeti,
    1. You can query the data using 'Listcube' transaction.
    2. Instead of builing on tables, it sits on ODS (no need to worry about underlying tables).
    3. Visible on the Bex 'info area' as like other infoproviders.
    4. It generates additional key figure called 'Number of records' in the Bex. This will be useful for query.
    5. No additional ABAP can be used. But in RSQ02, you can use piece of ABAP.
    6. Queries created on data provider infoset can work like other queries including transport functionality.
    Hope helps.
    For more info check Re: Query on Infoset
    Bye
    Dinesh

  • How to transport SAP QUERY

    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.

    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

  • Transport Table K9RPEF1000006  from Production Server to Quality Server

    Dear Friends,
         I am performing client export/import activity and I have exported the Production Client with SAP Profile SAP_CUSX but when we checked log then It shows the table K9RPEF1000006 is available on production server but not available in quality server.So I have two queries ,( i) how can we create tranport request for this sap standard table (ii) How can we transport/move table from production client to quality client.
    Regards,
    Adya

    Hi Adya,
    You will need to create a transport manually using SE03 or SE09 ...
    R3TR TABL will transport technical settings for the table.
    R3TR TABU will transport table contents.
    Best regards,
    Derrick Hurley
    Development Workbench

Maybe you are looking for

  • Change month of a report by selecting the Year in the EPM context bar

    Hi All, I am very new on BPC 10 and actually I am trying to make some report. I just try to make a simple thing : display all the month of a year choose by a user (without using the "Editor Report") I made a simple report using EPMOlapMember, but whe

  • APEX 3.1.2 install with sso, error "requested url ../plsapex/f.. not found"

    Question: why is sso rewriting the url from .../pls/apex/f?p=.. to .../plsapex/f?p=? Can anyone help? Thanks. Abstract: APEX 3.1.2.00.02 install with sso config, error "requested url ../plsapex/f .. was not found" Situation: Upgraded from Apex 3.0.0.

  • Mac osx   trying to reinstall my cs4

    using the discs I own but it keeps giving me error messages saying it cannot install the following programs: illustrator, Photoshop. I gave up on the discs and tried to download directly from Adobe site & same error keeps coming up. Anyone have any s

  • How do I customize the forms to the SharePoint list

    I need to customize a form to a SharePoint list that I created in Visual Studio. After the deploy list, try to customize the EditForm.aspx, NewForm and forms, however when publishing the form of a message that basically says catastrophic error is dis

  • How to determine which phone have a build-in accel...

    Hi, I know that the following phones have a build-in accelerometer: N95, N82, 5500 But what about future N-Series phones? Why is this HW feature nowhere documented? If you look at http://www.forum.nokia.com/devices/matrix_all_1.html I can see some HW