InfoObject used

Hi,
I have InfoObject Cost Center defined in the InfoCube.
I know that this InfoObject used in many Query that we created. We have use "restriction/filter" on this InfoObject in the Query i.e. Cost Center = 500100, and some query we dont.
Question:
1) is there a quick way to find out what Query is using this InfoObject?
2) is there a quick way to out if the restriction/filter is used on those Query?
Please advise, thank you.

Try checking in tcode RSOR and RSORMDR.
You can also follow the steps given in this thread : [Infoobject where-used list in Queries;

Similar Messages

  • List of infoobject used in queries

    hello!
    can someone tell me how to find the list of the infoObjects (fields) that are being used in all queries based on some set of infoProviders?
    I would like to know what tables I should be looking for.
    What I'm trying to find is  the list of infoObjects used by all my users, from the genereal list of infoObjects found in the infoProviders they use.
    thank you very much,
    Roman

    Function Modules RSZ_I_BASIC_CHA_WHERE_USED and RSZ_DB_KEYFIG_WHERE_USED will be able to tell you which queries an InfoObject is used in. You can use the RSDIOBJ table to get a list of the InfoObjects that are active in your BW system.
    Create an ABAP program that does the following:
    1) SELECT all of the InfoObjects in RSDIOBJ into an ITAB where the RSDIOBJ-OBVERS = 'A' (Active) and RSDIOBJ-IOBJTP = 'CHA' or 'KYF' (Character and Key Figure respectively).
    2) Copy ITAB into another ITAB.
    3) Delete all records with InfoObject type of Key Figure in the first ITAB, so that you only have Characteristics in the ITAB.
    4) Delete all records with InfoObject type of Characteristics in the second ITAB, so that you only have Key Figures in that ITAB.
    5) LOOP through the Characteristics ITAB and call the RSZ_I_BASIC_CHA_WHERE_USED FM, for each row in the ITAB, with the Import Parameters of I_OBJNM being the InfoObject being processed, I_OBJVERS always equal to 'A' and I_QUERIES_ONLY always equal to 'X'. LOOP through the structure returned and populate to a third ITAB.
    6) After all Characteristics have been processed, LOOP through the Key Figures ITAB and call the RSZ_DB_KEYFIG_WHERE_USED FM, for each row in the ITAB, with the Import Parameters of I_OBJNM being the InfoObject being processed, I_OBJVERS always equal to 'A'. LOOP through the structure returned and populate to the third ITAB.
    Edited by: Dennis Scoville on Nov 3, 2009 3:34 PM

  • List of infoobjects used in a Query

    Hello All,
    Is there a way to know the list of infoobjects used in a query. i know i can note it down manually by opening the query in interface and the noting down maunally but i have to do the same operation for almost more than 50 queries and every query is having a good no of infoobjects used.
    i don't even find it in MetaData Repository. if there is some transaction or some place which give me the list of all infoobjects used in a query so i can simply copy paste the list in my excel report then noting down every infobject name manually.
    Thanks in advance for the help, it can save some precious time of mine.
    Regards
    Sonal

    tables may useful : RSZCOMPDIR RSZELTXREF RSZELTDIR
    RSZCOMPIC RSZELTPRIO RSZELTPROP RSZELTATTR RSZELTTXT
    RSZRANGE RSZCALC RSZCEL RSZGLOBV
    code :
    report zio_query.
    tables: RSZELTTXT,
    rszeltdir,
    rszeltxref,
    rszrange,
    RSZSELECT.
    data : begin of it_result occurs 0,
             iobjnm like rszselect-iobjnm,
           end of it_result,
           lv_iobjnm like rszselect-iobjnm.
    select-options:
    s_query for rszeltdir-mapname.
    start-of-selection.
    select * from rszeltdir where mapname in s_query
    and objvers = 'A'.
      select single * from RSZELTTXT where eltuid = rszeltdir-eltuid
      and objvers = 'A' and langu = 'N'.
      write: / rszeltdir-mapname, rszelttxt-txtlg.
    refresh it_result.
      select * from rszeltxref where seltuid = rszeltdir-eltuid
      and objvers = 'A'.
    *characteristics
      select iobjnm into lv_iobjnm
      from RSZSELECT where eltuid = rszeltxref-teltuid and objvers = 'A'
      and iobjnm <> '1KYFNM'.
        it_result-iobjnm = lv_iobjnm.
        append it_result.
      endselect.
    *keyfigures
      select low into lv_iobjnm
      from rszrange where eltuid = rszeltxref-teltuid and objvers = 'A'
      and iobjnm = '1KYFNM'.
        it_result-iobjnm = lv_iobjnm.
        append it_result.
      endselect.
      endselect.
      sort it_result by IOBJNM.
    delete adjacent duplicates from it_result comparing mapname IOBJNM.
      loop at it_result.
        write: / it_result-IOBJNM.
      endloop.
      uline.
    endselect.

  • How to identify empty InfoObjects used in a Cube

    Hello Gurus!
    I need some help. How do I find empty InfoObjects used in a Cube?
    I have 20+ Cubes and I need to identify those objects in the cubes, which are empty /not filled/. Statistics
    Except writing an ABAP
    Thanks in advance
    Martin

    Thank you for such fast response!
    @Tarak: unfortunately in the TX: LISTCUBE /or display data via RSA1/ you cannot display all characteristics for 'larger' cubes. Additionally you would have to select filter on each characteristics separately.
    @Aduri: could you please give me a more detailed hint? I know cube statistics for load requests, for storage space, for DB time, for IO in report use, but not for IO data, no data.
    @Analyst: Transactional data. Well, to check each mapping for 20+ cubes is a possibility. I have hoped to find a faster way, however.

  • Is 0VENDOR infoobject used in Sales Cubes?

    Dear BW Backend gurus,
    A simple question for you:
    Is 0VENDOR infoobject used in any Sales Cubes? If yes, then which one?
    Which cubes is 0VENDOR mainly used in?
    Thanks

    Hi,
    0vendor is directly not used as an info object in any cube. However it is used in 0FIAP_IO : Accounts Payable : Master Data.
    Hope it helps.
    Thank you.
    Regards,
    Sravan.

  • Infoobject used in Lookups

    Hi All,
    I have an infoobject.
    I want to know where is it used as a Look Up (in update rules).
    How can I find the list?
    Pls. help.
    Thanks In Advance

    Hi Ashok and J S,
    Thanks for your response.
    What I understand is if an infoobject is used in Lookups then it implies that its attributes are used.
    So I am not sure whether the where used list of the Infoobject will help.
    I want to know only the Update Rules where the Infoobject is looked up. Its active data is used.
    Hope you understand my question
    Thanks In advance

  • Infoobject used in structure stru_

    Hi guys,
    I want to delete an infoobject which should not be used any longer. I removed it from all cubs, DSO and other obejcts. Where-used list of infoobject is empty. But if I try to delete the infoobject it tells me that it is still used in structure stru_.... In the structure I found the data element of my infoobject as a member. But if I try to find out where this structure is used in SE11 with where-used list, result is empty. Because it's in the SAP namespace I can'T delete it. Any hints where this structure could be used and how I can delete it? Maybe a query?
    Regards,
    Juergen

    Hi Edwin,
    infoobject can not be found in both tables. The problem is with table/structure /bic/oizhzberabg. This data element is used in the structure stru_..... and I don'T know why has been created this structure or where it is still used and can not be found in where-used list. Because it does not start with Z or Y, I assume it was created by system. Maybe planning?
    Regards,
    Juergen

  • InfoObject used in Query

    I have  0CHART_ACCTS and 0GL_ACCOUNT used in the several cubes/ODS.
    There are quite a number of Query and WAD is created from these cubes/ODs.
    Is there a way to find out what query/WAD is using the InfoObject  0CHART_ACCTS or 0GL_ACCOUNT?

    Hi,
               Since these Infoobjects are standard, you can search the queries for the respective infoobjects in the SAP LIBRARY TREX search engine.
    Regards,
    Kalyani.

  • InfoObjects used in Queries

    In BW 3.0B, is there an easy way to determine which InfoObjects are used in queries?  The ‘Where Used’ list for individual objects does not include queries.  I’m really looking for a way of determining which objects are actually used for reporting.
    Thanks in advance,
    Mike

    Hi Mike,
    You can see all queries in table RSRREPDIR , which will have some compressed name of the query in COMPUID field. This field will link it to a cross reference table which lists all the columns and rows of the report (table RSZELTXREF).
    The infoobject is stored in this table (RSZELTXREF) in a compressed format, I am not sure where to find the link to the infoobject technical name, but you can find the infoobject description in RSZELTDIR.
    This way (RSRREPDIR>RSZELTXREF>RSZELTDIR) you should get close to what you want.
    cheers,
    Ajay

  • Infoobject used twice

    Hi All,
    I am loading master data for an infoobject.
    I am assigning dev R/3 and Q/A R/3 to the same infosource.The one with dev R/3 worked well and loaded data.But the other Source System Q/A R/3 when assigned,
    in the infosource,in Transfer rules,there are inconsistencies in Infoobject and field.
    But in the transfer structure and the communication structure the order is fine.And so i neglected and assigned infopackage and loaded the data.But the load is not as expected.There are missing fields and the fields are regarding the order in Transfer rules.
    So i tried to manually change the order.But in performance assistant it says the object is already used.(Message no. RSAR287).
    We transported the data source from dev R/3 to Q/a R/3.
    I have no transport logs either.
    Anybody encountered such problem?
    Thanks in advance.
    Haarika.

    Haarika,
    The answer is in your own question, you say that there are some fields missing in Q/A, hence check which are the missing fields and transport the related InfoObjects to Q/A.
    When you create the transport request for the DataSource you've got to specify to transport the related objects setting a flag in the Transport Connection transaction.
    Regards,
    Andreu

  • Creating InfoObjects using program and assignment under InfoObject Catalog

    Hi All,
    There is a FM BAPI_IOBJ_CREATE which can create an Infoobject but the problem is it is not having provisions to get assigned to a particular " Infoobject Catalog".
    Is there any other program or some way by which we can do it using the same FM.
    Thanks in advance

    To assign your Infoobject you must use a separate BAPI:
    BAPI_IOBC_CHANGE
    This function module changes an existing InfoObject catalog. Enter all the InfoObject catalog properties in the DETAILS parameter
    If the Catalog doesn't exist you have another BAPI:
    BAPI_IOBC_CREATE
    This function module creates a new InfoObject catalog. You have to give all the InfoObject catalog properties in the DETAILS parameter
    Regards,
    Sergio

  • Error in infoobject used as a data target?.

    hai all,
                i created one characteristic and i used it as a data target.while i uploading the data in to this infoobject it is showing some error,it is showing that all records are transferred but the request is still in red color.the error message is shown below:
    Error message during processing in BI
    Diagnosis
    An error occurred in BI while processing the data. The error is documented in an error message.
    System Response
    A caller 01, 02 or equal to or greater than 20 contains an error
    meesage.
    Data records for package 1 selected in PSA - 5 error(s).
    Error  4 in the update     .
    please help me..
    thanx,
    sri

    Hi,
    I think you are facing an invalid character issue.
    This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
    I will add the step by step procedure to edit PSA data and update into target (request based).
    Steps
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    This should solve your problem for now.
    As a long term you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in BW or add that particular achr to permitted character list in BW (Run TCODE RSKC
    Input the <character> and execute the program) This will add <character> to the allowed characters list.
    OR
    RSKC --> type ALL_CAPITAL --> F8 (Execute)
    OR
    Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
    OR
    Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN.
    Changing in source system is an option but usually its not permitted.
    Refer
    /people/sap.user72/blog/2006/07/23/invalid-characters-in-sap-bw-3x-myths-and-reality-part-2
    /people/sap.user72/blog/2006/07/08/invalid-characters-in-sap-bw-3x-myths-and-reality-part-1
    /people/aaron.wang3/blog/2007/09/03/steps-of-including-one-special-characters-into-permitted-ones-in-bi
    http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
    Thanks,
    JituK

  • Load Master Data InfoObject using Query as Datasource

    I there a way to use a BW Query as a Datasource to load a Master Data InfoObject.  I have a query that calculates DSO for a customer and would like to update a custom DSO attribute in 0Customer

    As Bhanu mentions, Analysis Process Designer would be an option.  I did not use it before 3.5, but I know it did not have all the capabilities it has with 3.5.
    I don't think there is any need for transactional ODSs in the process however. You can specify your query as the DataSource, specify any filtering / transformations needed, and then specify the InfoObject that is the data target.  I haven't used a query to create Master Data with it but I do use it to take Master Data as input, manipulate it, and then update that Master Data.
    The APD is covered in BW380 along with Data Mining - which is a good class if anyone is interested.
    Is it easy enough for someone to pickup without training on it? I don't know - I think it would be for someone that has experience with the BW Admin Wkbench and has time to experiment. I think the related Data Mining features would require training.
    APD has a lot of powerful capabilities that could be used to solve a variety of challenges not readily solved with the Admin Wkbench tools.  I'm not sure why SAP hasn't done more to promote it.

  • Insert new Master Data Record for an InfoObject using a Function Module

    Hi @ all,
    is there any Function Module for creating a new master data record for an InfoObject? Implementing a FM for inserting a master data record into a master data table is done quickly. I think there will be problems with inconsistency implementing a FM using a simple "Insert" Statement. Isn´t it?
    I know it is possible to maintain an InfoObject in RSA1 (Master data IO> right click>Maintain Master data>execute(F8)> ...) but I have another requirement for using a FM.
    Thanks!
    Regards,
    Johannes

    use this
    RSNDI_MD_ATTRIBUTES_UPDATE

  • How to find which infoobject uses particular attribute

    HI,
    I want to know which infooject have the attribute :0prod_descr. How to find it? Please let me know.
    Regards,
    siddhu

    Hi,
    Select where -Used list option for your object 0prod_descr  and find the objects.
    Regards,
    Krishna Reddy

Maybe you are looking for

  • My ipod is not detected on windows or itunes. My little Brothers does!

    My whole fam just got ipod nanos for christmas... It was cool. Until mine just died. I plugged it into the computer to charge it, and it didnt work. Spent forever trying to figure it out. Later we got a wall charger and it charged perfectly. My siste

  • IDOC creation from a flat file

    We currently receive a large volume of invoices from freight companies that move our product from point A to B. I will receive a file from the vendor with 10 fields.  The fields are BOL, shipdate, shipfrom_pt, shipto_pt, volume, rate, surcharge, tota

  • Purchase Order Driver Program Not loading SMARTFORM

    Hi, I have developed Z smartform by copying from standard form and tried to call from standard program only but here I am not able to call my Z smartform and I am able to call only Z SAPSCRIPT from this standard program. I have done all the necessary

  • Update T093_ACCOBJ table

    Hi, Could you tell me in what point of configuration we can update T093_ACCOBJ table, please? We would need aditional information regarding this table. Thanks in advance, SAP user

  • Photo become Blue tone inside Lightroom 2.7

    The white color  become blue in Lightroom 2.7 the JPG same photo I open in Photoshop  and Lightroom but inside Lightroom it  become so blue tone~! is it some wrong setting when import? I can c the photo change fm the correct color to that blue tone