Sq01 infoset

i have to join these tables in sq02 for creating the infossets can u tell me the realtions between this tables that is how should be the joinng
MARA
EKKO
EKPO
LFA1
MKPF
MSEG
RBKP
RSEG

Hi ,
       Joins conditions are
EKKO-EBELN = EKPO-EBELN
EKKO-LIFNR  = LFA1-LIFNR
EKPO-MATNR = MARA-MATNR
mseg-ebeln = EKPO-EBELN
mseg-ebeLp = EKPO-EBELP
MKPF-mblnr = MSEG-mblnr
rseg-ebeln = EKPO-EBELN
rseg-ebeLp = EKPO-EBELP
RBKP-BELNR = RSEG-BELNR
Pllease reward if useful.

Similar Messages

  • Add field in sq01, infoset query.

    i am trying to create a virtual field in sq01. i am creating a infoset query where i want to add two fields and need to displayed in the report. how can i do that without enhancing the infotype? i just need to add two fields and need to be displyed in third field. i want to add some logic of addition to those two fields and the result need to be stored and displayed.
    Message was edited by:
            shahid mohammed syed

    Hi ,
    I have got a query in AD-HOC query.
    After creating the Adhoc query using the join table functionality the resulting adhoc query does not results any out put.
    What I have done is :
    1.Created a user group through SQ03
    2.Attched user to My user group
    3.Created an infoset using join table functionality(SQ02).
    4.Saved and generated the infoset
    5.Added the user group to the infoset and than run the ADHOC query.
    The table I have used to join is all PA table (For test pupose)
    Though the purpose of the custom infoset is to join PA,OM and E rec infotypes, for testing purpose I have joined only PA infotypes.
    Result:The adhoc query does not gives any out put instead it says no data could be read.
    Could you please tell what else I need to do so that the custom infosets gives an out put.
    Will greatly appreciate your help.
    Thanks and best regards
    Rajeev

  • SQ01 Infoset Query - making a selection mandatory

    Hello,
    Is it possible to make a selection mandatory on an Infoset Query? If so, how do you do this?
    I have a report that I created using infoset query, but need to make a selection option mandatory to prevent the scenario of the report being run with no selections.
    many thanks,
    Allan

    When you display infoset go into the infoset>Goto>selections  or click on the app tool bar button for selections,
    it will open up a table will all the screen fields. Adjacent to these, there are 3 check boxes for Standard selection, required entry and default. Check the required entry field.

  • ABAP Query Extracts

    hello experts ,
                              i am using ABAP query (sq01) infoset ( logical database ).Is it possible to add extract feature in the abap query selection screen . if possible then how?
    thanks
    vivek

    Hi Vivek,
    Its not possible. Whenever you activate your query it generates a standard program & its not modifiable.
    Regards
    Abhii

  • Transport Query - SQ##

    Hi fellas,
    I wanna transport a query (SQ01), infoset (SQ02) and user grups (SQ03), since I have restrictions on end machine.... Does anyone can tell me how to put these objects on the transport order I've already created? SQ03 is already there.
    Cheers.

    Hi,
    You create transport request in SQ03
    select transports, give user group, infoset and query name
    then release the request
    Regards,
    SFG

  • SQ02 Infoset returns different results in SQ01 Query vs. Segment Builder TG

    I want to get Segment Builder to use the same InfoSet and return the same results so, that I can then make a Target Group...but, I'm sure I'm missing some step along the way.
    My SQ01 query returns 79 contact persons, but my segment builder only finds 42, none of which appear to actually be the Contact Person, but are in fact the Business Partner the Contact Person has a Relationship to.
    I started by copying the CRM_MKTTG_BP_ADDR InfoSet and added the BUT051 table to it, which is when the SQ01 began returning the needed results.
    I suspect the problem may be in the Master Group where I am using the B2B/B2C Program, but I don't know if that's the answer or not.  I am not declaring an FM as I am using the BP-GUID in the data source, so I don't 'think' that's the issue...
    Here's what I'm currently trying as my Data Source settings in case that will help:
    Origin Type              03 InfoSet                                                              
    RFC dest.                                                                               
    Name of InfoSet          ZCRM_MKTTG_BP_ADDR                                                      
    Business Partner         BUT000-PARTNER_GUID                                                     
    Function Module                                                                               
    Sampling InfoSet         ZCRM_MKTTG_BP_ADDR_SMP                                                  
    Sample                   BUT000-PARTNER_GUID                                                     
    Object                                                                               
    Partner Function                                                                               
    Description              Z BP Address                                                            
    I already read every Segment Builder forum thread and the Sap Library on the subject, but either I missed something or there is a step not listed.
    Anyone have any suggestions?

    Solved!!
    I was wrongly using AND/OR options to add filters in the segmentation tool...ups!

  • Infoset query SQ01 preview output display truncated

    Hello Experts,
    When we are creating an infoset query from SQ01, the preview of output just below the screen is truncated.
    Example when I select personnel area as output with value and text, the value is only displayed as 1 character and the text 8 characters. But when I click start ouput their original output size is displayed.
    I already checked the output length of the fields and they are correct. The lengths are correct when start output is clicked.
    Any ideas on what should I check?
    Thanks in advance!

    Hi Jitesh,
    Please follow the below stepas . (here pseudo code)
    In Data Section
    DATA: str1 TYPE string,
               str2 TYPE string,
               str3 TYPE string.
    str1 = 'MC*'.
    str2 = 'EQP*'.
    str3 = 'WE*'.
    If you have more strings to compare ..declare those like that.
    In 'Record processing Event' you need to use CHECK statement with CP operatoar of String
    CHECK table_name-transaction_field CP str1 OR  table_name-transaction_field CP str2 OR table_name-transaction_field CP str3.
    CHECK SY-SUBRC EQ 0.
    Genrtae the Infoset "Important step
    Go to SQ01(in a new session) , and see if your getting required result.
    Regards,
    Dinesh
    Edited by: Dinesh Tiwari on Oct 1, 2009 7:17 AM
    Edited by: Dinesh Tiwari on Oct 1, 2009 7:18 AM
    Edited by: Dinesh Tiwari on Oct 1, 2009 8:07 AM

  • 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?

  • Interactive report using Infoset quiereis with SQ01,SQ02,SQ03.

    Hi,
             I have to create a report by using the infoset query with SQ01,SQ02 and  SQ03 Tcodes. But problem my requerment is that I have to create one interactive report with these quereis.
    Can any body tell me how to create this interactive report using infoset quereis OR are there any standard quereis which are having interactive nature.
    Pleas send me the solution and thanks in advance.
    regards,
    J.

    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?

  • 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

  • Query Infoset not available in SQ01

    Hi all
    I have created an infoset in SQ02 and assigned it to a usergroup. If i look into the assigned Infosets in SQ03 or either from SQ02 itself, this infoset is being available in that assigned usergroup. But, when I go to SQ01 for creating a query and select the usergroup assigned, I am not able to find the infoset which I created. I have tried to extract it in several ways but of no use. Can someone please tell me the reason behind this behavior?
    Points assured.
    Thanks and Regards
    Chandra

    Hi,
    Check whether you have assigned a usergroup (create usergroup:SQ03) for the infoset.
    Go to SQ02, choose the button 'Role/User group Assignment', here select your usergroup and save.
    Generate infoset.
    Then go to SQ01 and create query, when you choose the 'Create' button, it will show the corresponding infoset.

  • Infoset not appearing in SQ01

    Dear Experts ,
    I created an infoset  ZXXX with a few table fields & saved the same .
    Now i want to create query using this infoset with T Code SQ01 .
    BUT
    I see that in SQ01 the infoset created doesnt appear at all .
    only 1 infoset is there that is  /ISDFPS/MCHGO.
    Pls tell me where am i going wrong ??
    I probably am following a wrong method
      Pls help me in this regard
    Thnks in advance
    Anis

    Hi,
    I hope you have created a quick view and you are searching the same in SQ01.
    It is not possible to get the info set in SQ01
    regards

  • SQ01 How to colour Code an Infoset based on criteria?

    Hi,
    Just a quick question I have a query created using SQ01. I want to color code a field based on the number.
    Basically if
    MEINS = 0 I want it to be yellow
    MEINS is a minus field then i want it to be Red
    MEINS is more than 0 then I want it to be Green.
    Can some one please help me the code for this so I can enter it into the infoset as a code?
    Thanks
    Adeel Sarwar

    Not answered Thread closed

  • How to associate a T-CODE to an infoset or a quick view? sq01/sq02

    How to associate a T-CODE to an infoset or a quick view? sq01/sq02

    Hi , Try out these steps :
    Pre requisites.
    1. User group name where the Infoset is assigned to
    2. Query name.
    Steps.
    1. Go to SE93
    2. Put your transaction name.
    3. Click on Create.
    4. Input a short text.
    5. Select "Transaction with Parameters" radio button.
    6. Enter "START_REPORT" in transaction field under "Default values for" tab.
    7. Check "Skip Initial Screen"
    8. Check "Inherit GUI attributes".
    9. Under Default Values "Name of Screen field"
    a) D_SREPOVARI-REPORTTYPE Value: AQ
    b) D_SREPOVARI-REPORT Value: (Usergroup Name)
    c) D_SREPOVARI-EXTDREPORT Value: (Query Name)
    10. Save.
    Have a look at this thread - [Start Report and Tcode|http://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_forums_rm&query=start_report++%27aq%27&adv=false&sortby=cm_rnd_rankvalue]
    Regards,
    Lokesh

  • SQ01 - How to associate existing query with another  infoset ?

    Hello,
    I created an infoset and want to associate it with an <u>existing</u> query.
    -> I tried to change the existing query but it is blocked for changes by the user author.
    -> I tried to copy the existing query to a new query but the infoset was copied automatically
    Is it possible to do this?
    Alex,

    Hello, a query is built upon the infoset, it gets data from the infoset structure and display them in the way you have defined in the query, if you change the infoset that is below a query you might not have all the data you need in the query.
    Why not create a new query based on the othe infoset?
    Regards, Luciano.

Maybe you are looking for

  • Apple TV as DVR/PVR?

    My DVD player/recorder just died on me and I was looking at Apple TV as a replacement option, but I need to be able to record off of the TV. Is it possible to make your Apple TV a DVR? I've seen the El Gato option, but that would take too much time f

  • Assigning of Appropriation request to Work flow.

    Hi Guys, I am checking work flow for appropriation request, i am getting error WF is not assigned to AR, could you plz guide me where to assign AR to WF in IMG. Regards, Bhanu

  • Adobe Illustrator CS6 Macintoshダウンロード版のインストール方法

    Adobe Illustrator CS6 Macintoshダウンロード版 を購入してダウンロードして使用出来ていましたが.急に立ち上がらなくなり.画面にこのソフトウェアをライセンス認証すると表示され.クリックしてサインインすると.シリアル番号入力画面に 移り入力しましたが.入力したシリアル番号は無効です.と表示され使用出来ませんと表示されるので.同じパソコンに再インストールするという事でアドバイスをもらいましたが 以前のダウンロードとインストール方法であっているのか確認したいので.Adobe

  • Hard Drives and compatability...

    Will a WD3200AAJS  Hard Drive work in a g5 1.8 powermac?

  • Personnel number in BflushDataGen for REM backflushing

    Hello experts, I'm making some tests with RepManConfirmation1.CreateMTS to execute Backflush in Stock Scenario and the personnel number does not work correctly. Once I execute the BAPI, the backflush is correctly but the data for the personnel number