Transporting InfoSet Queries

Greetings Experts,
I am seeking some guidance in transporting an InfoSet Query that was created in the DEV system.  Here are the steps I followed to create the query in the Standard Area:
1.  SQ03 - Create user group.
2.  SQ02 - Create InfoSet.
3.  SQ03 - Assign InfoSet and user IDs to user group.
4.  PAAH - Create an InfoSet query with the specified InfoSet
Now I have the user group, InfoSet, and query sitting in the DEV system but am unsure how to transport to PREPRD.  I did some research and someone pointed to using SQ02.
In SQ02, I try transporting the User Group only (Import option = REPLACE) and it provides a transport number.  The issue is that when I check the transport in SE10, I find something like this:
SIDK904259 Transport for ABAP Query
    Object List of Request
        Table Contents
            AQTDB
                AQSIDK904259 *
This was not what I had expected and I am unsure what this means (and not very comfortable transporting this across).  If someone can shed some light into the meaning of this and how I can possibly transport my InfoSet query across systems, that would be much appreciated.
Apologies go out in advance if this is the incorrect section but I chose the one which seemed to fit closest to this issue.
Thanks!

Hi,
The following link will help you to solve your problem
http://help.sap.com/saphelp_sm32/helpdata/en/d2/cb46b3455611d189710000e8322d00/content.htm
Thanks & Regards,
Vidyadhar K

Similar Messages

  • Transport user groups/infosets/queries from test system to productive

    Hello experts,
    i'm trying to transport user groups/infosets/queries but it seems it doesn't work.  For example, i select the infoset, then the transport button.
    I choose EXPORT
    then Transport Infosets
    I type the infoset name
    but i cannot understand if i should change the "IMPORT OPTION-REPLACE".
    Can anyone guide me with this procedure?
    Thank you in Advance
    N.

    Hi Nantia,
    Step 1. Run RSAQR3TR in 'old' system. Select EXPORT and specify the objects to be transported. 
    (System includes these in an automatically created transport request) 
    Step 2. Release this transport and request it be transported to 'new' system. 
    (This results in the entries being populated in transport table AQTDB in 'new' system). 
    Step 3. Run RSAQR3TR in 'new' system. Select IMPORT and tick the Overwrite checkbox. Specify the transport number in the field labelled 'dataset with imports'. 
    (RSAQR3TR gives the message that stuff has been imported OK). 
    Step 4. In my example I still couldn't find the queries, so ran RSAQR3TR one more time, this time specifying 'Copy Standard Area -> Global Area'.

  • Transporting Infosets from tcode SQ02

    Hello Experts,
    Scenario:
    I was trying to save and transport the infosets through tcode SQ02 (standard pgm - SAPMS38O) in a R/3 system. I am performing below steps:
    1. Run tcode - SQ02
    2. Selecting Query area - Standard
    3. Pressing Transports button (with truck icon) - (this will take me to next page of pgm - RSAQR3TR)
    4. Here, I am selecting some variant and pressing execute button.
    System is automatically creating a transport request (i.e. CTS) with transport target as Quality system.
    Requirement:
    In step 4 above, we want the pop up to select the existing CTS and we DO NOT want the system to create the CTS automatically. (We have solman functionality - Charm implemented in our landscape which is creating CTSs and not the actual users)
    I would like to request you to get back to me if you have/ know any solution or OSS note for the same.
    Thanks,

    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

  • 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

  • Unable to transport infoset /SAPQUERY/HR_ADM using program RSAQR3TR

    I am trying to export the SAP infoset /SAPQUERY/HR_ADM via program RSAQR3TR using the following settings:
    Selection of Transport Actions - set to Export
    Selection of Transport Options - Transport InfoSets selected
    IMP02 - REPLACE
    InfoSets - /SAPQUERY/HR_ADM
    When I execute to generate the transport I get the following in the export log
    F no object found.
    I am trying to add some additional fields to this infoset so I can pull in some org management data but I cannot seem to export it via a transport.

    one client
    SQ02>Select infoset>click on transport button.
    select export option
    select infoset radio button and enter infoset name
    deselect at the end delete after transport.
    same process for query also.
    This process generates transport request.
    go to another client
    sq02--->select infoset -->click on transport button
    select import option
    select infoset radio button and enter infoset name
    deselect at the end delete after transport.
    enter transport request at the end above delete after transport option
    same process for query also
    iinputs given by Usha (Team Member)   SDN

  • Infoset Queries SQ01/SQ02/SQ03

    Hi Experts,
    I am designing query using SQ01/SQ02/SQ03 where I will input either installation or rate category (both present in table EANLH). But problem here is Installation is key field for EANLH while tariff type is not. Therefore, it returns multiple rate category for single installation. Now within these multiple rate category I need to retrieve only the latest rate category (this table does contain date field BIS & AB - Date fields by using which I can select latest record).
    But my problem here is how to do this in Infoset Queries? Where I need to make changes or do some config?
    Please let me know.
    Thanks.

    Yes, but I am not able to figure exactly how to implement it? I mean I can do this same code in SE38 where I know names of the internal tables. But when in SQ02 we can't modify/read system tables (I found name of the system tables using report generated by SQ01). So how you will access them, then how you will reflect our changes in output ALV grid?
    Example:
    Data:
    Rate Cat.      Installation     Date
    71     60000984     20/10/2009
    71     60000984     20/12/2009
    71     60001101     10/09/2009
    78     60000310     10/09/2009
    78     60000315     10/09/2009
    83     60000297     10/09/2009
    so in this case I want output:
    Rate Cat.      Installation     Date
    71     60000984     20/12/2009
    71     60001101     10/09/2009
    78     60000310     10/09/2009
    78     60000315     10/09/2009
    83     60000297     10/09/2009
    You will see 71     60000984     20/10/2009 is not the latest one, therefore I don't want that row. I can do the ABAP logic for this, but exactly what and how to implement in SQ02?

  • Transportation of queries

    Hello all,
    how do I transport a querie from 1 client to another. I have created a query in the development environment and I'd like to transport it to the quality environment. But I don't seem to find a functionality for this.
    Could anyone help me with this?
    Will reward points for usefull answers,
    Mark

    Hi Mark,
    Pl. refer the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/cb4699455611d189710000e8322d00/content.htm
    Regards,
    Senthilkumar SD

  • Connection error to SAP InfoSets/Queries 'Function module not found'

    I have crystal reports 2011 and I would like to connect to our SAP system (ECC6.0).  I am able to connect partially but when I drill down into where I guess crystal is trying to pull a list of queries or infosets I get errors.
    For infosets i get 'Function module "/CRYSTAL/GET_FUNCAREA_CATALOG" not found.'
    For queries i get 'Function module "/CRYSTAL/GET_QUERY_CATALOG" not found.'
    What changes need to be performed to our SAP system to get these functions added?
    Thanks in advance.

    Hi Joshua,
    I did some checking so I changed my original reply. Those drivers are installed so nothing extra needed. I'm not completely sure how all of the Classic SAP data sources work but the only thing different is BW Query was removed in favor of MDX.
    Also, the Transports are in a download package and must be installed onto the BW system. I'm checking what that means and where they are located.
    The package for the BW server is located here:
    <folder where I unzipped>\DATA_UNITS\CrystalReports\Collaterals\Add-Ons\SAP\Transports
    Thanks again and sorry for the confusion...
    Don
    Edited by: Don Williams on Jul 11, 2011 10:59 AM

  • How to create a transport for queries from production system

    We have a situation where the production client has been open during cutover and a user has modified queries which were previously transported into production from our development system. We now wish to 'synchronise' our systems so production can be closed (although we will use the changeability options to allow maintenance of local queries).
    Does anyone have experience of this problem? What is the best way of exporting the queries in such a way that we can import them into our development and quality systems?
    As ever, any suggestions will be gratefully received.

    Hi,
    In similar situation, we opted for manual modifications in the Dev. We made the changes in the queries as they were in Prod and then transported them from Dev to Q and then to Prod.
    This is how generally it is done.
    Regards,
    Yogesh

  • How to transport Jump Queries (RRI) from DPW to QPW

    Hi,
    I need to transport the Jump Queries from D to Q.
    I have one sender Query and 2 Receiver Queries. I would like to transport them to Q. In the transport connect I can able to select the sender Query and The receiver Queries are not found.
    Please let me, If I transport my sender Query will the receiver Queries will be automatically transported.
    Regards,
    Reddy

    How have u been transporting all ur queries?
    Its the sameway how u generally transport queries but make sure u find all ur 3 queries with whats underlying beneath in the flow.
    In RSBBS open the assignment n on top ull see a Truck Icon - Collect & Transport.

  • Transport of Queries: Query Designer vs. Transport Connection in RSA1

    Hello,
    actually we are having a very strange behavior towards query transports.
    Whenever we collect queries using Query Designer ("save"),  all query elements are written on a transport request.
    Collecting queries using rsa1 transport connection collects additional repair elements. For some reason these repair elements cause problems: although query elements + repair elements are transported in transport protocol, the query itself does not exist on the quality system.
    Any idea why?
    Thank You!
    Goliad001

    Hi,
    If you are getting error in transport log due to repair elements, then you can move your transport in Overwrite mode. And when you are moving your query through transport organizer make sure that you have marked your query as well for transport along with dependent objects.
    Once you collect all the objects and write them to TR just have a refresh to make sure that all the objects are written to TR. You can check that just beside the object name in Transport organizer.
    Regards,
    Durgesh.

  • 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

  • I have transport Infoset and Query from DEV to QAS

    Dear Expert,
    I have created an Infoset and Query. My Infoset and My Query have been copied to Query Global Areas and have been transport to QAS server. (I have created Request Transport, the number request is generated by system in DEV)
    But when I look with tcode SQ01 and SQ02 in QAS, there are none of my infoset or query appeared.
    Please, what should I do?
    Best regards,
    Dedy.W

    Check wether yr request transported correctly since these type of requests generally locked..
    After removing lock only we can transport these..
    Check in quality..
    Tcode.. STMS
    Check here for yr request wether transported or not..

  • Activation of BW Production Objects and Transport of Queries and Work books

    Hi,
    I have successfully transported 0FIGL_1 InfoCube (only in Data Flow Before) from BW DEV to BW Production...
    But In BW Production This Cube and InfoSources and Update rules and InfoObects are all in inactive...
    What to do?..
    Please tell me step by step procedure.....
    and also suggest me on how to transport Queries and work books related to My 0FIGL_1 Cube...
    Please tell me all step by step procedure...
    Help will be greatly appreciated..
    This is very urgent
    Thanks in advance...

    Hi,
    May be you are telling is correct but i am unable to follow..
    Please correct if my understanding is wrong....
    1. I have Created one BEx Truck Request...it is not Released so far..So, it is there in SE09 of BW DEV
    2. Selected Queried and work books --- Grouping --- Only necessary objects -- Collection mode -- automatic...(Default all queries and workbooks selected as check box)
    3. Click Transport truck (Which is beside of Grouping Option)..
    4. Created one request and then released... But not imported into BW Production..
    5. Now I have modified all the queried (Change text)
    6. RSA1 -- Transport connection -- Selected modified queried...
    7. Grouping only necessary objects and collected mode --automatic...
    8. Selected modified queries and dragged into right side...
    My question here is they are not checked check box under transport?...shall i check it?
    Shall i release Old BEx Request? and then before transporting these new modified queries Create another BEx Request?
    or else..
    Create new request for modified Queries? and then transport?
    Now the situation is i have already created transport request for modified queries..What to do? shall i release them also?...
    Pls suggest me....

  • Transport of queries from production to developement

    Hello BI Community,
    We allow ad-hoc query development in our production system. Yet certain queries are critical and must be "certified" so that they cannot be overwritten in an ad-hoc manner.
    The method for certifying a query is to transport it from the development system, and once done the only way to change this query is to move another transport.
    As more and more sophisticated queries need to be certified, it is becoming difficult to re-create those queries in the development system for the certification process.
    Does anybody have experience or recommendations around moving a query that was originally created in the production system BACKWARDS to the development system ? Then it would be easy to move forward again via transport for certification.
    Thank you !
    Kiran

    Hi Kiran,
    1. Open production system
    2. Create transport (1) in Prod, add queries, process chains, etc.
    3. Create new transport (2) in Prod (in SE01) of type "Transport of Copies"
    4. Enter your target system on this screen (choose your Dev system here!)
    5. Include objects from transport 1 into transport 2
    6. Release transport 2 to go to Dev
    7. Delete transport 1 from Prod. This release locks on the objects.
    8. Close Prod
    8. Import transport 2 into Dev system
    OR
    The reverse transport is usually not setup , what you could do is :
    1. As BASIS to set up the connection
    2. Copy the transport object into file and then import it manually into Development
    Check this thread.............also.....
    Re: Reg : Transport  req
    Regards,
    Vijay.

Maybe you are looking for

  • Video chat ended with error -8

    I'm trying to video chat with relatives (not computer savvy) who are using AIM on a Windows XP computer. We can see each other on our buddy lists, and can send and receive each other's invites, but neither can successfully accept. We tried repeatedly

  • Database Link to Mysql Database.

    Hi Guys. I need to Create a Database Link a Mysql database that is running over a Red Hat server to my Oracle 10g Database that is running over SUSE. I Have an Application server where the user runs forms and Report. The user access the Application S

  • UCCX Calls Waiting in Queue Customer Request

    Hi. Currently we have a customer with a no so common request. Their supervisors would like to have the ability to see Caller ID for the people waiting in queue. They currently only see the longest call in queue (time) and how many calls in queue (tot

  • Getting i18 converter error

    i18 converter error shown when trying to connect where data base password has numeric and special characters. The error is oracle.i18n.text.converter.CharacterConverterOGS.getInstance(1)..... Is there any path or classpath environment variable settin

  • Best way for f:selectitems

    Hi, i have a JSF page which has f:selectitems tag which IS BINDED to the managed bean as mentioned below <af:selectOneChoice label="snapshot" required="true" value="#{SMB.environment}" requiredMessageDetail="Select an Environment to Create Snapshot"