Query: Is it possible to change Infoset of a Query

Hello!
I have a question, I would like to know if the following it is possible:
I have Query A and Infoset B and C. At the moment Infoset B is assigned to Query A, would it be possible to assign Infoset C to Query A?
I was looking for this possibility, but could not find it anywhere, so if you have an idea, just tell me, thanks a lot!
Dominik

Not Possible

Similar Messages

  • Changing InfoSet of a Query

    Hi,
    Is it possible to change the InfoSet of a Query? How?
    Here is my problem: I have copied a standard InfoSet in order to make some changes. Furthermore, I have copied a query that uses the above mentioned standard InfoSet, but I cannot assign my copied InfoSet.
    Any help is greatly appreciated.
    Best regards,
    Elvez

    Hi Elvez,
    You can ignore the previous reply.. it was probably a mix-up with another post..
    Anyway, after copying the standard infoset, you can try by creating a new query for the custom infoset, instead of copying the query also.
    Regards,
    Suresh Datti
    P.S. just noticed the previous post was corrected...
    Message was edited by: Suresh Datti

  • Change infoset in sap query

    Hi ,
    I want to change infoset name in sap query sq01.
    I dont want to create new query to change infoset name.
    Any other option?
    Regards,
    Satyen Trivedi

    Dear Satyen,
    Go to  menu Edit-->Other user group, choose the user group, where u have assigned the infoset no give the name of ur query and press create button, it will display all the infosets those are assigned with that user group. Now select ur infoset and start developing the query.
    see useful tips:
    10 Useful Tips on Infoset Queries
    Regards,
    Abbas.

  • How to change infoset for a query in SQ01?

    hi,
    I have created a Infoset which I have assigned to the user group.  Now  for creating the query using this infoset, how can i
    proceed?? Its not giving me the option to change  the infoset
    and whenever I clicks on 'Create' it shows me the field group
    of some other infoset. how can i change it to my infoset which I have created.

    Hi,
    In SQ01 first you press shift+F7 then find your user group. then from infoset query tab ,select ur infoset.
    and do the further processing.
    i hope this information will help you.
    regards
    saurabh

  • Change Infoset for Query

    Hi ABAPers,
    Just curious if we can change infoset for a query that already set up?
    Currently I want to change infoset for a query into different infoset, but I can't find the way to do it.
    Can anybody advice me how to do that, or is it completely unable to change infoset for a query that already set up.
    Thank you in advance
    Regards
    Hadi

    Hi,
    If you want to assign a different infoset to query you need to create another query and from there you can assign a different infoset.
    Regards,
    Nikhil.

  • Changing the JCA SQL query in runtime

    Hi,
    Is it possible to change the predefined sql query in JCA during runtime in OSB.
    Regards,
    Abdul

    Abdul,
    It won't be possible as structure of request and response is tightly coupled with the SQL and any update in SQL may also require corresponding update in XSD.
    Regards,
    Anuj

  • Is it possible to change the number of rows to be displayed in adf query ?

    Hello,
    is it possible to change the number of rows that are displayed in an adf query similar to an adf form ?
    I need to display approx 5 rows per column instead of displaying all the fields in a single column ? Thanks.

    Thanks , how do you add in the code ,is it something like follows :
    <af:query id="qryId1" headerText="Search" disclosed="true"
                                value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                                model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                                queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                                queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}">
                        <af:inputText value="#{bindings.PrtDesc.inputValue}" label="Desc"
                                      required="#{bindings.PrtDesc.hints.mandatory}"
                                      columns="#{bindings.PrtDesc.hints.displayWidth}"
                                      maximumLength="#{bindings.PrtDesc.hints.precision}"
                                      shortDesc="#{bindings.PrtDesc.hints.tooltip}" id="it3">
                          <f:validator binding="#{bindings.PrtDesc.validator}"/>
                        </af:inputText>
                      <af:column>
                       <af:outputtext/>
                        <af:outputtext/>
                     </af:column>
                      </af:query>

  • Is It  POSSIBLE to change the Technical Name of Z-version Query

    Hi  Friends ,
    I was changed all quereis and cube from standard version to Z version.
    For queries, by using rszc , i was changed to Zversion,Now again is it
    possible to change the Technical Name of Zversion Query ?
    If possible , can you please tell me the process ?

    Hi Hameed,
    This may be the reason you are getting an error.
    The target InfoCube, the InfoCube for the query copies, must contain all the InfoObjects of the source InfoCube (InfoCube of the original queries).
    The another reasons may be the copying of queries within the same cube shouldn't be done by RSZC.
    It's better to approach the Bex Query designer.
    Hope you understood..
    Check the link below for more information:
    Re: How to copy query elements without Bex
    http://www.bi-expertonline.com/article.cfm?session=&id=2055
    Re: copy queries + variants + workbooks -- RSZC ?
    Regards,
    Ravi Kanth
    Edited by: Ravi kanth on Jun 10, 2009 10:03 AM

  • IS IT POSSIBLE TO CHANGE DINAMICALLY THE SOURCE OF A QUERY?

    IS IT POSSIBLE TO CHANGE DINAMICALLY THE SOURCE OF A QUERY, AND TO SHOW DATA FROM DIFERENT TABLES, BASED IN USER PARAMETER VALUE?.
    EXAMPLE:
    IF USER PARAMETER = 1 THEN
    SELECT COLUMN1 FROM TABLE1
    ELSIF USER PARAMETER = 0 THEN
    SELECT COLUMN2 FROM TABLE2
    END IF;
    ANY OTHER IDEA??
    THANKS FOR HELPS.

    Read the online help about lexical parameters.
    Select a from &p_1
    should work.

  • Assign InfoSet to sap query

    Hi there. I made a copy of 01 Query from /SAPQUERY/AM usergroup.
    But now I've got a problem because there is still a /SAPQUERY/AM01 InfoSet seen as source of new query.
    Where can I change that source InfoSet to my own InfoSet? I'd be thankful for help. Greetings. P.

    Hi,
    Sorry to say that its not possible. You can change your query after copying from the standard one. But the the infoset assigned to the query cannot be changed.
    Regards,
    Soumya.

  • Infoset with sap query

    Hello.
    I would like to ask about using sap query to extract data from table in infoset. Is it possible to write an abap code and get data from certain table? I ask because I do not have any experience in that. Tried to find any examles, but nothing find.
    My question is simple- how to extract data using simple abap program, then creatу an infoset with this query and then how to create attribute list based on infoset?
    Thanks a lot.

    Hi Aryat,
    Yes it is possible to include code in infoset and fetch data from database tables.
    Go to tcode- SQ02, and change query area from global->standard and click change.
    Now click on Extras,it will enable all the custom fields on right hand side.
    Now select the field from the row and click coding for addition symbol as mentioned in below screen shot, it will take you to the program line screen and you can code here.
    After completing coding save and generate the infoset and adjust the query again otherwise new changes will not reflect.
    Hope it will solve your issue.

  • Possible to change the charset of a Web Dynpro Application ?

    Hello All,
      Does anyone knows if this is possible ? To be able to change the charset of a Web Dynpro application or even changing it dynamically ? Thank you.
    from
    Kwok Wei

    Hello Anilkumar,
      Sorry for not elaborating further again (This is getting to be a habit ;p).
      I have the document on "international of wed dynpro application" but it appears to be more on customising the label fields to reflect the corresponding text in different languages. This is indeed a very cool idea. However, the reason why I am asking if it is possible to change the charset is because (do correct me if I am wrong)I need to display japanese and english characters and to do that I need to change the charset so that Web Dynpro can have them displayed properly. Is this assumption correct ?
      I have actually log a CSN ticket on this query as well and this is the reply "...... My understanding is that with Web Dynpro Java being based on Unicode, we don't need to charset settings. One should be able to display both Japanese and other characters in parallel, automatically, without problem."
      Your comments please. Thank you.
    from
    kw

  • How to add an Infotype to an exsting Infoset (ad hoc query)

    Hi,
    How to add an Infotype (Ex. 0025) to an exsting Infoset (ad hoc query)?
    I was trying by clicking on 'Extras' tab & create...I get three options, create field, create table or create structure.
    I am not sure which to use or is there any other way? Pls. let me know the steps...
    Also what is this 'Package', which is aked whenever you create or change an Infoset.
    Pls. suggest.
    Tnx
    SKR

    I was able to add the infotype by adding the table as PA0025 & include all the fields in the field group.
    When I check, I get the following error:
    "Access to PA0025 with sequence no. 01"
    Message Text
       Access to PA0025 with sequence number 01
    Technical data
    Message type__________ W (Warning)
    Message class_________ AQ (Message texts for SAP Query)
    Message number________ 006
    Message variable 1____    Access to PA0025 with sequence number 01
    Message variable 2____ 
    Message variable 3____ 
    Message variable 4____ 
    Message attributes
    Level of detail_______ 4 (Level of detail 4)
    Problem class_________ 3 (medium)
    Sort criterion________ 
    Number________________ 1
    Do we need to input the sequence no. as 00? or is their anything else that I have to maintain?
    Tnx
    SKR

  • Ad hoc Query - Add table to an existing Infoset

    Hi,
    I have an Infoset created based on PNP database table. Now I wanted to add certain fields from a table (not from logical database table) to same Infoset. Can I add the table to the existing Infoset? If yes could please guide me how to do it.
    From one thread I found out using Extras tab, in change Infoset screen we can add table. But not able to proceed further.
    I will be grateful for your help.
    Thank you.
    GRM

    Hi GRM,
    As u have mentioned that u have used LDB, PNP. Now ur query is that u want to add a table into the query.
    Firstly check in which Infotype that Table and field is being called.
    Then, go to T.Code - SQ02
    Select ur query that u have used in that LDB - PNP. Click change.
    Then from the Menu bar, Select EDIT & then CHANGE INFO-TYPE SELECTION.
    After the above activity, a selection screen will appear. From that Selection screen, select the appropriate Infotype then add it and it'll bring all related Tables used in that Infotype.
    Accordingly u may select and deselect as per ur requirement. Generate the Infoset Query once again after coming out of the screen.
    Hope this helps,
    ARNAV...

  • SAP query for Material pricing group changes in material.

    Dear all,
    I'm trying to generate a query for Material Pricing group changes in material. For that I've to retrieve data from follwing three tables MVKE, CDHDR & CDPOS.
    Firstly while generating infoset -
    I tried it by joining tables MVKE & CDHDR, but system is not allowing it, also table CDPOS can't bejoined.
    Then I tried by reading dirctly from table MVKE and then adding additional fields in it. query created using this infoset is giving the output, however it's giving only 1 entry per material entered in input.
    for multiple entries in output for MPG changes in same material I tried creating addtional structure for table CDHDR & CDPOS but again I'm getting only 1 entry per material.
    please suggest how I can get MPG changes done in specified time period for a material.
    Thanks.

    Hi
    Check the report RSSCD100 and run it for object MAT_FULL for table MVKE. Use this report as a template for your own development.
    I hope this helps you
    Regards
    Eduardo
    PD: sorry, the table is DMVKE
    Edited by: E_Hinojosa on Sep 2, 2011 9:37 AM

Maybe you are looking for

  • Problem installing Flash

    I am having three problems with Adobe Flash and would like some assistance in resolving them. 1)  Problem number ONE:  Several months ago installing an antivirus program broke my Internet Explorer.  All attempts to fix or upgrade IE have failed.  Not

  • How to install adapters in pi 7.0 ex(tibco adapter) its urgent plz help

    hi  friends                can any one help me how  to insatlll  the tibco adapter in pi 7.0 its urgent plz help thanks in advance bye raja

  • Copying From Info Panel

    Hi, I created a Powerpoint for a class project at school. I downloaded about 100 random images from the web and saw that the source/url was in the cmd/I info panel. I wasn't sure which ones I'd use so I waited till I was done to copy the source/web s

  • Activity Monitor doesn't start after upgrade to 10.4.6

    Had quite a few challenges with the upgrade to 10.4.6 All Applications were moved to the Desktop and with the help of the Apple hotline I moved them all back in the correct location. Challenge now is that the Activity Monitor does not start up anymor

  • Accesing data of table

    Hi , I have a problem with the table component. The table has like sourceData an ArrayList. By this table, it is possible to modify the data of this array because the table contains some textField component and in this field it is possible to edit so