RSQ02--with sq02

Hi,
i am new this topic ,because i am working in SAPBW but what is the relation betwween the RSQ02 and SQ01,SQ02..
my question is like,
1)we have the data in ods and master data now i want to support that dataain production system..
what is the proceess..whethere it is possible in RSQ02 or in SQ02 and SQ01,
plzzzzz its urgent .
regards,
goodyear..

'Maintaining data' has traditionally consisted of viewing, changing and creating.
For Master Data:
RSA1 -> Infoobjects -> Right-click -> 'Maintain Master Data'.
This way you can view master data. Normally you should not be having authorizations to change or create data in production system. To change or create, you should do it in R/3 system and then let the data flow to BW.
For ODS:
RSA1 -> Infoproviders -> Right-click on ODS -> Manage -> Contents tab -> Active Data.
This way you can view data in ODS. Changing and creating data is ODS is not possible. You can only load data into ODS.
My most polite and humble suggestion is that, now that you are in BW, you should start thinking like a BW person and not an ABAPer.

Similar Messages

  • Difference b/w RSQ02,SQ01,SQ02

    Hi,
    what are the difference betwween the transcation codes in infoset like RSQ02,SQ01,SQ02,..
    what are uses for tihs t-codes,
    regards,
    goodyear..

    Hi dear,
    take a look to this link http://help.sap.com/saphelp_erp2004/helpdata/en/f6/c39138e4a0341fe10000009b38f8cf/content.htm
    so you can better understand what's the relationship between infoset (SQ02), query (SQ01) and so on...
    then take a look to 486789 'Recommendations for using InfoSets in the BW' also...
    Hope it helps!
    Bye,
    Roberto

  • 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

  • Query report issue with Joins

    HI Everyone,
    I'm facing a issue with SQ02, where I need to link 2 table COVP and AFRU . Now that I have 2 feilds in COVP REFBN and AWORG which is or Char(10) feilds and I need to link this with tabl;e AFRU feilds RUECK and RMZHL which is of Num(10) and Num(4).
    I cant use a join link between these 2 feilds as it says illegal join. Now I need to pull data by the input from COVP that of refbn and aworg.
    Please let me know how to go about and implement this? Is there a way where I can use the code section and write code for this. I need to further add another table CATSDB from the output from AFRU.
    Thanks & Best regards,
    Raj

    Hi Raj,
    I had the same problem with other join, since the two fields are different it is not possible to use a join on them.
    The only solution that occurred to me was to create an auxiliary table to map both fields with all possible values, like this:
    | fild1 | field2  |
    |   001   | 00001 |
    |   002   | 00002 |
    And a view with one of the tables together with this auxiliary one. Then the join would use this view...
    I admit it isn't pretty, but it would work. However in the end I've decided to write a program instead of using a query to obtain our client's desired map.
    best regards,
    Edgar

  • Infoset/query : how to fix a selection field value?

    I am writing queries with SQ01 and designing Infosets with SQ02.
    I have to restrict the results of a query to a specific plant.
    This can be done by adding the plant field in the selection screen of the query and by asking the users to fill always the same fixed  plant number when the query is started. Another solution is to filter the output.
    Isnt it possible to simplify this by forcing the plant number in the initialization of the Infoset values without display of this field in the selection screen? This value has to be initialized before the table containing the Plant field is joined to the other tables?

    Open SQ01 transaction,give your query name, click on infoset query button.
    On the right side of the screen you can define default values for those fields.
    If you want to disable the same field in selection creteria then open your infoset in SQ02
    transaction and click change, click on extras buttonin appllication tool bar,on right hand side
    in code tab you can add your logic.

  • INFOSET - Checkbox to enable field text in  additional field

    Hi,
    as in the title I've created a custom infoset based on a logical DB (HR).
    I use to do that with SQ02 transaction.
    The problem take place when I mantain/create additional fields, I assign the correct field reference but I see always the checkbox of ID Text not editable. For the help I'm in report SAPMS38O dynpro 0180.
    I don't know if that is enough for a clear explanation.
    Sincerely I don't know why.
    Thanks for suggestions.

    Hello,
    in SAP standard program it is not possible to add field 'Text' in S_ALR_87012340 .
    Sorry
    Best Regards,
    Richard Pillinger

  • Update the serial number status

    Hello Gurus,
       We are facing very often the error message "System status ESTO is active (EQU 14584774)" due to, somethime, the serial number we want to receive is on the plant already.
      we know the reason about this error and we have decide to ignore it by changing the status of the serial number in to available with SQ02.
    However, we want to automatize this status updating at the time to make the reception by posting the inbound delivery).
    Does anyone of you know about a FM to change the serial number status? or maybe a user or a badi,
    PLease, give me some ideas, as I have been looking in everywhere for an easy solution  without success.
    thanks a lot in advance

    Hi David,
    Go to the T.code BS22 and select I0184 - ESTO and double click on the line.
    Then select PMS1 - Good Receipt and change the radio button to Allowed or Warning and save it.
    Warning: Once you activate this setting, you will no more receive any error or need to change the status of the SN, even if the SN already exist in the warehouse.I mean same SN will be allowed for multiple GR transactions, even though the SN already exist in the warehouse.
    Best option is to change to warning option, provided this does not Impact your business scenario.

  • Infoset Query is not available for generic Extractor

    Hi,
    I've created an infoset in SAP ECC with sq02. Then I've created an Infoset Query on top of this Infoset, because I wanted to exclude records with specific values. Now I want to use this Infoset Query (with the filter restrictions) in my generic DataSource. I can only chosse the Infoset, but not the InfoSet Query. Normally I use the filter in the InfoPackage, but neither IP nor DTP can exclude values with a pattern (f.e. exclude all record that contains a $ symbol in the string)
    Any suggestions?
    Thanks and regards,
    Sebastian

    I agree with Jen, that BW side routines would work just fine.
    If it is extractor performance you are worried about and that is why you want to build the $ exclusion in the select, then I would suggest just creating an extractor from scratch using a custom written function module.  It's actually very strait forward and provides many advantages over table/view/InfoSet based generic extractors.
    I am not a fan of using InfoSets for generic extractors.. but you can create InfoSets based on a data read program in which case you code all the selects and whatnot.  But if you go that far with the InfoSet, why not just write the FM...
    Thanks

  • EREC: Legal Requirements

    Hello Experts,
    I'm in the BluePrint phase of a Global E-Recruiting Project, and I know there are some coutries with legal requirements for comply. My question is, do you have any questionnaire to provide with important questions to be answered by Superusers for I put in my BluePrint document.
    Thank you in advance!
    Sivani

    Do you mean for EEO reporting ? If so,this is provided for within the standard solution.
    You can also enhance the infoset ERC_EEO_2003 (with SQ02) accordingly.
    Basically there is a function module "RCF_INFOSET_QUERY_EEO_2003" which has to be extended by the new fields depending on where they are stored (infotypes, EEO questionnaire or customizing).
    http://help.sap.com/erp2005_ehp_04/helpdata/en/e1/28be2aaed54e49a5a586a2a4e27db1/frameset.htm
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/EEO%20Report%20-%20Functionality%20Provided%20by%20SAP%20and%20customizing%20tables
    Hopefully this is the information you were looking for

  • Creation of SAP Query in SQ02 with Single Table With Condition

    Hi All,
    I want to Create SAP Query in SQ02 using single Table MCHA.
    ii) I dont want all entries of MCHA Table I mean , I have to apply some Condition on this Table.
    i.e  Suppose I am having actual data in MCHA table is like this for Material M1.
    Plant    Material   Batch   BatchCreationdate
    P1          M1         B1       20.06.2007
    P2          M1         B1       04.05.2009
    P3          M1         B1       04.05.2009
    But I want the Output of SAP Query is like this:
       Material   Batch   BatchCreationdate
          M1         B1       20.06.2007
    That is irrespective of Plant if Material & Batch are equal ---> 1st record with Lowest date shoud get at the output.
    Please help me How write the code on single table in the SAP Query.
    Thanks,
    Kiran Manyam

    Hi,
    Your query should be like this:
    Select MATNR CHARG HSDAT
    from MCHA
    into table t_mcha
    where matnr = Materlal number from selection screen.
    The structure of t_mcha should contain the fields that you select.
    Then sort the table by date ascending
    Sort t_mcha by HSDAT.
    Hope this solves your problem.
    Thanks,
    Sowmya

  • 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 create parameter with multiple selection in a query (SQ02) ?

    Hi Exports
    Do you know how to create parameter with multiple selection in a query (transaction SQ02)?
    thanks.

    Hi
    i know how to create user parameter at SQ02,
    the question is how to create multiple selection parameter?

  • SQ02 - Query with adicional fields

    Hi, I need your help to develop a query with additional fields.
    The case is that:
    In my query I only have a table VBAK and my propose is that this query returns me the quantity that are in a sales document for some material that should be selection parameters.
    So I create 2 additional fields: one that is the u2018 Material u2018 that have no codification and other that is the quantity that have the code:
    select single ZMENG into quantity from VBAK where matnr = material.
    But the result is null, I don't know why.
    Can you help me?
    Thanks in advance.
    Dora

    Hi,
    MATNR is not available in VBAK !
    You have to create first an info-set using SQ02 : here you link VBAK and VBAP, and select the fields you need.
    From SQ01, create a new query where matnr is a selection field ....

  • Join different fields with same length in query (SQ02)

    Hello,
    Although i looked up all titles, i couldnt find a solution for my problem.
    Im making a query for mara marc and mbew tables.
    I joined these tables and i see the outputs, no problem by now.
    But now i want to equalize mbew-bwkey and marc-werks.
    both of these fields are char 4.
    But when i try to join it from SQ02 i cant get correct result and i couldnt handle it from coding options either.
    i will give an example about what i want :
    the output i get :
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1011
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1013
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1031
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1032
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1033
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1034
    the output i want to get: ( marc-werks(1011) = mbew-bwkey(1011) i dont want to see other results.
    150114     1011     202     FERT     010001000200020002     ELT     0010     ND     0201     001     EX     1011
    What do you suggest?
    Thanks a lot.

    Thanks Tony for your reply. Here are my answers.
    Are we talking a large amount of inserts?
    YES
    What is the autogrowth settings for the database files on the two Servers?
    Autogrowth by 10%
    The Server you are having an issue with, are the any triggers on the Tables?
    No.
    Is there a background or other trace running on the slow Server that could be impacting performance?
    Yes, we are running a monitoring tool to check the performance of the load.
    Is there another database on the slow Server causing issues?
    No.
    This could be a hardware issue; have you use perfmon to see if there are any disk queues?
    We will check with our DBA on this.
    What is the Raid Configuration?  Are the files on a single spindle?  If so what is the fragmentation state of any single spindle volume?
    There is no Rain Configuration. Its a Windows Azure A7.
    Are you automatically updating statistics on the slow Database?
    Yes.
    Is the Anti Virus Software on the Slow server scanning the data files?
    Yes, but not on the database level.
    Regards,
    kranthi.

  • Query Infoset t-code SQ02 with table KONV

    Hi All,
    I want to create a Query infoset using t-code SQ02,
    I want to join table VBAK and KONV for showing all condition types in the Sales order.
    However the program disapear error "Table KONV cannot be used in a join"....
    Is there other method I can join them using the Query infoset ?
    Thanks.
    Terry

    Hello Kin,
    Searching for a solution, I found a Logical Database for sales orders, that have all the information that you need.
    Using like reference the post of Bhagavatula, in the same transaction SQVI you can use, instead of the suggested join, you can select a logical database called VAV in Data source.
    This logical database links the tables, VBAK, VBAP, VBUK and KONV that is the central point of the question.
    You can list the information of logical database using the transaction SLDB.
    In 'Logical Database' inform VAV.
    Press F8 to list all the fields.
    More information about logical database in:
    Link: SAP Logical Database
    See this thread that I wrote some days ago:
    Link:[Thread 7371137|Re: Can we take standard report for all sales orders based on the condition typ;
    Regards,

Maybe you are looking for

  • Customery Pmt History

    S_ALR_87012178--this report is an aging report telling me how old my receivables are. What I want to know is the other side. After how many days have the customers paid weighted with the amount. S_ALR_87012177 - Debitoren Zahlungsverhalten is closed

  • Everytime I click on a new link - an extra page opens

    ... and it displays a Google logo/addr

  • RFC to multi file scenario

    Hi, I have to carry out a RFC to multi-file scenario. The requirement is that Error generating on whatever part XI will handle have to be reported. Is this possible in this scenario? What can be the mechanism? I want to report these errors via a mail

  • My iphone 5G Camera messed up!

    I purchased Iphone 5G when it came out rightaway which it's been basically a year and it was fine til last week or two week ago after their iSO 7 update my camera just blackout only the front camera works where i went to get it fixed or exchanged, th

  • Service used by LibraryService object

    Hello All, I have Oracle's webStarterApp working in my Jdeveloper environment. I now need to bypass the web application and get into CMSDK to upload files into my folders in the background from another application. I am trying to use: LibraryService