SQ02 Changes

Hello Experts,
In query i made changes through SQ02 tcode. Actually I have added two fields in the query. Also I have generated the query
My query is that when query is generated it did not ask for transport request.
I have mannually added the changes but whenever the any change made to query it should ask for transport request..
how do i achieve this?
Saurabh

Yes this is manual, but not related to any type of configuration changes.
There is no impact of this on customization settings.
This is a helping tool for small queries from single or multiple tables.
You can directly create a query in Production Server.
Most of the times we don't have data in Development Server and Quality Servers.
At that time this tool helps a lot in testing the queries.
Regds,
Anil

Similar Messages

  • Can I put formula in a query

    I created an infoset (SQ02) and a query (SQ01).  I want to have a new column that computes for the difference of the forecasted sales and actual sales.  Can I do that in a query?

    Hello John,
    I'm sure it can be done. But you have to take the help of an Abaper to acheive that.
    Go to Transaction code - SQ02 (Change mode of the query you have created). Then click on the <b>Extras Tab</b> and use the <b>Code Tab</b> to write the formula you require.
    <b>REWARD POINTS IF HELPFUL</b>
    Regards
    Sai

  • Delete fields in infoset

    Hi.
    I want to delete a field of an infoset but i can't because the system says that it is used in a query of the infoset. But the field is not used in the queries of the infoset. This field has domain values. How can i delete the field of the infoset.
    Thanks.

    Hi Raneetha,
    Plz  follow these steps to solve your problem
    1. T code SQ01 - go to your Query in change mode
    2. click on "Next Screen" icon  on the "Change Query: Title Format" screen
    3. select or check "Field groups" ( select the field group to which fields to be deleted are assigned) to edit and click again on "Next Screen" icon
    4. Uncheck the fields that you want to delete from the Query and save
    5. Go to SQ02 -  change mode of Infoset - under section "Field Group/Data fields"  expand the field group and delete the fields you want.
    6. Generate Infoset and Save
    Hope this helps
    Regards,
    Uzair Hussain

  • Development on Query

    I to add a field to a AVL display of a "query" SQ01 for report GROW_01 .
    I have no clue as to how to go about it.

    Krish,
    1.First add your required field to Field group.
        For this Go to tcode SQ02  ---> change
       -->Left side you will find fields belongs to related tables.
      --->Right side you will find field group.
    >Move(Grag and drop) your required fields to fields group.
      ---> activate the sq02.
    2. Go to tcode SQ01
    > Change mode
    >press F6--->again Press F6
         --->Now Select your required field here by clicking
              checkbox
    >Press F6
    >Press Basic List(Shift+F4) button
    > Now  select your field by clicking check box
    >Activate the query and execute .
    Your will display on out put
    Don't forget to reward if useful....

  • SQ02 - Not able to change infoset

    When i try join tables for existing infoset created by someone  in sq02 it is always busy creating it for long time and then i need to terminate the session. is there any fix to this problem ? kindly help me
    Thanks

    which tables are you using ?

  • Not able to make change of text in text symbol which are stored in txt pool

    Hi Experts,
    I have new problem today. I have been told to make changes of header text which is displayed after running one customized program.
    Program name : ZSDXXXXX1 which is attached in one Tcode: ZSDXX2.But when I goto SE38 and display the program to make changes, it shows the following different report name like AQCSSYSTQV000009ZSDXXXXX1 and the text symbols text-f58 which are somewhat different.
    Pls gide me to proceed further...
    In SE38:
    report AQCSSYSTQV000009ZSDXXXXX1
       line-size 253 no standard page heading line-count 000(003).
    include <symbol>.
    include <icon>.
    selection-screen: begin of block prog
                               with frame title text-f58.
    tables LIKP.
    data %count-LIKP(4) type x.
    data %linr-LIKP(2).
    tables aqldb.
    include rsaqexcd.
    data: begin of %st_liste occurs 100,
              head(1),
              tab(3),
              line(6) type n,
              cont(1) type n,
              fint(1),
              finv(1),
              fcol(1) type n,
              text(0253),
          end of %st_liste.
    etc.

    As per the report name "AQCSSYSTQV000009ZSDXXXXX1", it seems that there will be a SAP Infoset "ZSDXXXXX1"
    Go to transaction SQ02 with this infoset name "ZSDXXXXX1" then press change button.
    Then on right hand side there witll be field groups/data fields. Select the folder corresponding to Text-F58 and then press change button .
    If it does not work try transaction SQ01 & SQ03.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 11, 2008 4:29 PM

  • SAP Query - Modfication/Changes

    Hi Experts,
    I am new SAP Query, so i have come up with this issue. Please help.
    I have an infoset query with me, also a SAP query and a transaction with some Z transaction code, the program name as taken from System->Status is AQZZZSD=========Z_SD_ORD_WO_ST.
    1. Now I can see code in the program, but I cant see that much of code in the SQ02 under extras tab. 
    2. Moreover, I have to change the code to address new requirements. How can I change the code in a SAP query???
    What are the ways to change an existing SAP query's code ???
    Thanks,
    Chandan

    Hi Chandan,
    Go to Infoset (SQ02) in change mode, click on Code icon (Sfift + F8) displayed on Application bar.
    You will find, 'Code section' where different events are listed. You can write your code in any of listed events depending on your need.
    For ex. if you want declare any variable in u2018DATAu2019 Section, to initialize any variable can use INITIALIZATION event.
    If you want to perform operation on selection screen you can use 'AT SELECTION-SCREEN OUTPUT'
    And most important event for this tool is Record Processing event like if you want to have any condition and calculation or modification of field value, you can write code in this event.
    END OF SELECTION BEFORE LIST--> You can write header information in this event. After this information, your output is displayed. (User WRITE statement to write your information)
    END OF SELECTION AFTER LIST--> You can write footer information in this event. After query output, information mentioned in this event is displayed.
    Note: END OF SELECTION BEFORE LIST and END OF SELECTION AFTER LIST work only when output format of your query (SQ01) is u2018ABAP LIST'
    GET and GET LATE: When you select a logical database as a data source of an infoset, you get this additional event to maintain the code as per your need for LDB.
    Please let me know if you need any further details.
    Regards,
    Dinesh
    Edited by: Dinesh Tiwari on Sep 30, 2009 7:21 AM

  • How to make changes in infose query in SQ01

    Dear experts,
    I hv question abt infoset query.
    I m not very familiar with infoset query and now i hv to make some changes in already existing query.
    I hv found the infoset in use.
    from this infoset i can find the query.
    Now the question is I just hv to insert one field in selection screen and and same in output list. This field has to come from a table which is already in use in joins. I just have to tick the checkbox to appear the field in selection screen and in outputlist.
    But I m not sure, if i make any changes in query, what will be the effects because the query is in production system and i hv to make changes in the production system only.
    and before sq01 i hv to drag and drop that field in infoset sq02..
    Can any one pls guide me , how i should make changes in query.
    Thanks in advance
    Jaspal Kumar
    Edited by: jaspalkumar on Feb 25, 2011 10:43 AM

    Thank you very much for ur reply.
    Actually, there are tjhree table joined in sq02.  One is KNVV. i hv to add customer group into selection screen and output list also.
    SO i will hv to make changes both in sq02 and then sq01.
    how i supposed to do it.   I m very sory asking again and its like spoon feeding,
    but to be very true report is in production and i m very scared of ripple effects of changes as i hv less idea abt the infoset.
    Pl;s guide,
    With best regards,
    Jaspal Kumar

  • Standard report on promotion and pay changes

    Hi All,
    Is there any standard report which captures promotion data along with pay changes.
    Regards
    Aryan

    query can be created to extract information from master records i.e Infotypes. For example, by creating a query , the data relating to an employee contained in various Infotypes can be extracted.
    Proceedure :
    Decide on the various Infotypes we want to make the query. Decide on the area where we want to query i.e Global area or Standard area. Standard area is client specific and globel area will include all clients.
    Menu : HR u2013 PM u2013 Admn - Information System - Adhoc Query
    Select area standard and select the user group already created
    Creation of new query :
    TC SQ03 - Select Environment u2013 Select Standard Area - Enter -- If new user group is to be created, enter name of the user group, click on create and enter necessary information and exit after saving
    TC SQ02 - Enter name of the Infoset u2013 Create u2013 enter name of Infoset - Data source -- > Table join by basis table u2013 give name of table e.g pa0000 - Enter - Click on insert table if we want to include more tables u2013 give name of table one by one and after finishing, place cursor on the joining lines and right click to delete unwanted relationships - check - and go back - field groups - include all table fields - click on generate button - go out
    TC SQ03 - Select user group - eg. Payroll
    Infoset - Enter name of newly created Infoset
    Assign users and Infosets - Assign infosets - put tick on payroll - save and go back
    TC PAAH - Expand the nodes and put tick on relevant fields depending upon necessity
    Save the query by giving the same name as infoset for easyness..

  • SAP Query, user groups, revoking 'change' rights

    Hi,
    I have a problem regarding SAP Queries and revoking the change rights. This is what I have done:
    1. Created the new user group in SQ03
    2. Created the new InfoSet (SQ02), assigned it to the above UG (SQ03)
    3. Created the new user, assigned it to the UG in SQ03 and removed the Change checkbox (revoke change rights)
    4. Logged on as the new user
    5. Started SQ01, switched user group to the new one
    6. Created the new SAP query based on the new InfoSet, run the query
    As I understand the principles of user groups and queries, I wasn't supposed to be allowed to do the step 6 as the new user, as it was revoked the change rights. Why wasn't I stopped?
    I searched for reply in previous posts - everybody agrees on principles, but I didn't find explanation on why it doesn't work.
    Thanks in advance!
    KR,
    Igor

    The table AQGDBBN seems to display a mapping of User Group with use rindeed but the results are less than the actual assignment. And the mapping does not have the Z query usergroups that have users assigned in SQ03.
    Anything that I may be missing?
    Thanks,
    Kashif

  • How can I change selection texts of standard report (S_P99_41000192)?

    Hi:
    I want to change selection texts of  tcode s_P99_41000192.
    ( Our SAP verison is SAP 4.7 version, non unicode)
    Because we can see only Deutch.
    It looks standard sap query so we can not add it into package.
    How can we change it?
    Please help me.

    Hi,
    you can change this in the related InfoSet /SAPQUERY/AM27 on which the Query is based on. Tcode InfoSet maintenance is SQ02.
    Regards,
    Markus

  • LAYOUT CHANGE IN FBL1N

    HI EXPERTS !
    The transaction code for the report we generate is FBL1N - vendor ledger.
    we require the vendor's bank detail in this report at the header i.e. vendor bank name , account no..(change layout of report for output )
    this detail can be seen by transaction code FK03 - view vendor data base.
    can anybody solve this .
    thanks

    pleas   go through the  FBL1N  transcation   after executing there is  change layout  ....  there  you can do the   changes  ...
    if you want to change the  header  then  Go for the  report  painter  the is transcation  GRR1,GRR2  ,GRR3 ...using this transcation  you can design the report  ,
    otherwise  go for the  report Queries   ...SQ01,SQ02,SQ03...etc.  using the  Exact LDB of the  FBL1N    you have degin  Query  of it  .  there  ... there is  header  part you can   do the  Drap & drop which  ever fields  you want it  in the  header  .
    reward  points  if it is usefull......
    Girish

  • SQ02-Query error-'Commentary Query_head or Query_body is missing'.

    Hi,
    Has any body tried this. I've setup the structure and written the ABAP code for data retrevial.
    I then create the infoset using transaction SQ02, Checked the radiobutton Data retrevial by program in the first screen with the structure name and external ABAP Program name which are created earlier.
    Then get into the Change infoset but when I try to activate or generate the infset I get a generation error in the retrival program as 'Commentary <Query_head> or<Query_body> is missing'.
    I cannot find any sap docs on this and hope someeone has an answer or some sample code.
    Regards,
    Rajesh

    The create and running of an external program must have a certain structure.  See the documentation for creating the program at
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/d2/cb45b2455611d189710000e8322d00/content.htm?frameset=/EN/aa/cd70e38cb811d194ef0000e82de14a/frameset.htm&current_toc=/en/42/ce394a5d23136ae10000000a1553f7/plain.htm&node_id=215

  • A question about transport of the change to InfoSet

    Hello Expert,
    I made a change to the infoSet MMIV03 by Transaction SQ02 and add MKPF-USNAM into the field group INVENTORY MANAGEMENT. Then I clicked Save button, but there is no pop up window to ask me to save into transport. I clicked "Generate" button, and there is no popup window,too. I create a new infoset and the system aslo doesn't ask me to save into transport.
    I need to transport the change to testing system, can any expert tell me how to include the change into transport?
    Thanks in advance,
    Regards, Johnny

    Dear John,
    try this, when you are in SQ02. Go to SAP Menu "Environment" and then "Transports". Choose "Transport InfoSets" and selects which InfoSets you want to transport. Then Execute with F8.
    Regards,
    Peter

  • Infoset not being generated - SQ02

    Hello Experts,
    I have made simple code modification to an infoset created with SQ02, but the changes are not getting applied. This infoset is used in a Z Query, which is assigned to a transaction code.
    So I have,
    infoset zinfo
    query zmmquery
    Transaction zexquery
    I made a couple of changes through the editor in SQ02. The problem is that when generating my infoset in SQ02 I'm getting the message that it was generated successfully, however, if I execute the transaction in debug mode this changes are not taken into account (I mean i still do not see my changes). If I try to execute a test whithin SQ02 the changes are not taken into account either.
    Any ideas on how to get this generated properly?
    Thanks in advance and regards!!
    Emanuel

    Hello,
    for those who still have problems: do not forget to open a new session when
    trying to execute the query.
    So, the flow, in order to be more clear:
    Generate and save the Infoset in SQ2.
    Close SQ2.
    Open new SQ1.
    Test.
    best,
    blagica

Maybe you are looking for