How to find unused objects in SAP BI system?

Hello All,
I have got a requirement- you can say optimization programme in BW system.
For that i have to first find the list of unused obects-DSO's, IC, etc.
We have RSDODSO, RSDCUBE tables, but not sure how to use them- by looking at latest data loads/ time stamp.
If you have any suggestions on this .Please revert me back.
Regards,
Siva

HI Kumar,
For cubes: Goto se11 and use table RSMDATASTATE and check the value of the field LAST_CHANGE this is the date on which last time data is loaded in cube.
Check RSMO & find which all data loads are happening daily...weekly...montly
Refer to the link below for more info on unused objects:
How to find UNUSED InfoObjects list in BEx Query by comparing with Infoprovider.
How To Find Unused InfoObjects Part - 1.
Regards,
Ashvin

Similar Messages

  • Hi,  how to find existing prog in sap

    hi
    can anyone tell me how to find existing prog in sap, i mean is there any transaction code or anything through which i can know all the existing prog in sap.
    pl help as fast as u could
    thanx
    rocky

    hi Rocky,
    If there are two programs with same functionality they will have the same description . so to search the program based on description ... use SE84 Tcode
    in that expand Programming -> Program Library -> Programs double click on programs and give the description and execute ..
    or else goto TADIR table and give the object type as PROG and execute
    Regards,
    santosh

  • How to remove unused objects from the webcatalog In OBIEE11g

    Hi,
    I want to delete unused objects from obiee11g catalog, i know in obiee10g it's working fine (i.e: we can do it via manage catalog then delete the unused objects) is there any way to do it automatically like RPD utility --->removing unused objects from Physical layer in RPD
    fyi: I don't want to delete manualy. i need somethink like button/link to find unused objects(report,filter,folder..etc) from my obiee11g catalog.
    Thanks
    Deva
    Edited by: Devarasu on Nov 29, 2011 12:06 PM
    Edited by: Devarasu on Nov 29, 2011 3:15 PM

    Hi,
    Checked with Oracle Support team and confirmed below points
    --> incorporated into the Current product and consider as BUG it may resolve future release
    --> Currently there isnt any automatic method to remove the unused objects like reports, filters,folder etc from catalog.
    Treated as Bug
    Bug 13440888 - AUTOMATICALLY REMOVE OF UNUSED CATALOG OBJECTS FROM WEBCATALOG
    FYI:
    SR 3-4984291131: How to remove unused objects from the webcatalog in obiee11g
    Thanks
    Deva

  • How to find unused queries in BWD?

    How to find unused queries in BWD?
    Please let me know the process after finding  unused queries to delete them,and  what are the various possibilities we need check before deleting??

    Hi Bharani,
    You can use Transaction RSZDELETE for deletion of query objects with respect to many selections.
    In that you have one selection as 'Last Used'. So you can deleted these queries which are very old and not used for long time.
    In case if you want to see these queries you can check in the table RSZCOMPDIR using SE16 giving the technical name of the query and here also you can find the field called 'Last Used'.
    Based on this you will be able to decide which query you can delete.
    Reward points if helpful.
    Kind Regards,
    Raghu

  • How to find the webclient in SAP MDM server

    How to find the webclient in SAP MDM server
    Thanks In Advance
    GuruvaReddy

    Hi Guruva,
    If you are talking about MDM APIs, then you will get them from Service place when you download the complete MDM 5.5 Suite. You need to choose the API which is appropriate to you. MDM comes with 2 different APIs - Java API and COM API as of SP1(The news is.. ABAP API is under development).
    Pre-requisite for building applications using Java APIs is basic Java skills.
    Regards,
    Rajani Kumar K

  • How to find Archive data In SAP

    Hi experts ,
    How to find Archive data in SAP throught the following tcodes FTWL & AS_afb.
    Thnx
    Venky

    Hello,
    Transaction FTWL is for the DART files (not actually archived data) that are stored in your archive server.  In order to run a query, or browse the DART file, you would need to "Import from archive" from within FTWL and then browse the file.
    I am not sure what you mean by AS_afb.  Please provide more information.
    Regards,
    Karin Tillotson

  • How to Clean Unused object in OBIEE RPD.

    Hi Gurus,
    Kindly let me How to remove unused objects like subject areas , Initialization blocks etc in OBIEE RPD.
    Plz suggest me.we are using OBIEE 10g .If i use Utilities option to remove unused objects will other objects have any impact?Can i use this Utilities Option?
    Please any one help me i need do it as soon as possible.Project is in Production.
    Thanks ,
    Siva.

    Hi,
    The above link is good, but also use the below link:
    http://docs.oracle.com/cd/E12096_01/books/admintool/admintool_UtilitiesExprBldr10.html
    Regards,
    MuRam

  • How use Active X object in sap 2005A SP14

    How use Active X object in sap 2005A SP14 with usercontrol in vb.net
    or control in vb.net please show example code
    Thanks for advance

    Hi,
    I try to use this sample too (C# version) but it does not work properly.
    I got two different COMExeptions at line 75:
    fTree = SBO_Application.Forms.AddEx( CP );
    Message: Form - already exists.
    and at line 114:
    AcXTree.ClassID = "MSComctlLib.TreeCtrl.2";
    ErrorCode=-2147417851
    Ausnahme von HRESULT: 0x80010105 (RPC_E_SERVERFAULT)
    I don't know the reason - but i am searching...
    Edited by: David Kostenzer on Feb 20, 2008 4:48 PM

  • How to find whether the installed sap software is 32 bit or 64 bit?

    How to find whether the installed sap software is 32 bit or 64 bit?
    Hi Community,
    We have Windows machine - 64 bit - x64. So, we can install either 32 bit or 64 bit sap software, both are supported, right. Now, a sap system is already installed on this machine and i would like to find out whether the sap software is 32 bit or 64 bit, how can i check?
    I have already seen under Menu System - Status - Other Kernel Info & at OS level, with the command disp+work but i cant find the info iam looking for.
    Please help.
    Regards,
    Mohan.

    Hi Sunny,
    Thank you very much for your quick reply.
    Didnt know that one has to look under "Compiled for".
    Regards,
    Mohan.

  • How to find unused logins?

    Hi All,
    We have one urgent requirment.How to find unused logins in SQL server 2008? Is there any script to remove unused logins?
    Please help me to complete the task.
    Thanks,
    Siva G
    SivaG:Please Marked as Answered, if it resolves your issue.

    Hello Siva,
    How do you define "unused logins", such who have never logged in or ...? Anyway, by default login activities are not logged by SQL Server, you have to implement a logging on your own. Even
    LOGINPROPERTY (Transact-SQL) don't return such information.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to find the objects created in last one year

    Hi Experts,
    How to find the objects created in last one year.
    Thanks in Advance,
    Iff

    hi
    just go through this table.
    <b>TADIR</b>  object as 'PROG'
    in this you can also provide the authors name in AUTHOR field
    and
    <b>TRDIRT</b>
    reward points if it helps,
    regards,

  • How to find Info objects for particular filed??

    Hi
    I hav doubt Can anyone tel me???
    My Query s <b>How to find Info objects for particular filed??</b>
    For example i hav some table fileds, how to find Info objects for that fields??
    Pls explain me detaily
    Points wil be given for all answers.
    Thanks
    Senthil

    Hi Senthil ,
    You have your field description along with your Field right.
    For example:MATNR - Material Number
    Now take this description and go to your BW side Tcode:RSA1
    1)Search in Modelling >> Infoobjects >> Material Number
    Then you get few hits (matches)  which have description matched.
    For Example: 0material  - Material Number
    Check for the Length and type match.
    You will understand once you get those hits as to which is related to yours.
    2)Go to BI content and search in the infoobjects this has all active and inactive objects but this takes a little time (not much  though).
    3) You have meta data search / simple search also where you can search for the objects with field description as matching criteria.
    Hope your doubt is cleared atleast to some extent.
    Assign Points if helpful.
    Thanks,
    Priyanka

  • How to find the version of SAP

    hi,
    please tell me how to find the version of SAP like 4.6, 4.7 or ECC5.
    regards
    prabhu

    click in your menu: System - Status.
    in the field componen status there is your version.
    if you are not common to descriptions like "ECC 5.0 or like that, you might wan to click that small button right beneath.

  • How to Find Business Objects for any Tranaction .

    Hi Abapers,
                        How to find Business objects for any transcation.....  and how to connect the Work flow to  any  Trancation  so that for example any body changes the date of Birth ...... so that the work flow should trigger .
    Thanks & Regards
    Bhaskar Rao.M

    Hi Bhaskar,
    For finding business object,you can try transaction SWO4 and by checking the documentation in it you can find your required business object.
    Another method is:
    1) Go to Trx SWE4 and switch on the event trace.
    2) Run your transaction which you want to use for triggering your workflow.
    3) Run transaction SWEL and find your Business Object and related event in it.
    For connnecting your WF to your transaction you have to create a start event in your WF in SWDD,where in you specify the Business Object and start event which you find using above method.
    Eg.You want your WF to be triggered whenever you have an error in your idoc.For this your BO will be IDOCAPPL and your event will be (inputErrorOccurred).This you will give in header data in SWDD.
    Neerja

  • How to find backend user for sap bw on Hana

    Hi expert,
              how to find backend user for sap bw on Hana , which are used to communicate with Hana.
    Many Thanks.

    Hi There,
    Goto DB02,
    Click on SQL Editor:
    Execute the below Query:
    select :session_user from dummy;
    Regards,
    Krishna Tangudu

Maybe you are looking for

  • Can't open document using Word or Text Edit

    I couldn't find a specific topic so I'm posting this here. I just got a new white macbook and transferred some word documents to it. I was out of town and realized I'd forgotten to load the Word program, so I opened a couple of documents using Text E

  • How do I reinstall Snow Leopard?

    I have read many discussions on this, but have been unable to resolve this.  Using a disc that reads "17-inch MacBook Pro Mac OS X Install DVD", I was able to boot to it and access the Disk Utility to format and partition the hard drive.  However, wh

  • Adding Photos To Photo Stream From iPhoto Doesn't Work.

    Hi, I'm a new Mac user, just becoming acquainted to Mavericks. I've imported all of my photos into iPhoto, have found some photos I wanted to share with some friends. So, I selected the Photos, then clicked the "Share" icon, then "iCloud". I created

  • Parental Control Troubleshooting

    I tried to install the Guest Account and Parental control with few additions in the pre-selected software. As soon as I push the "lock icon" to close the "parental controls", the multicolor wheel do not stop rolling and I have to "force quit" from "p

  • Speed Issue

    Hello having a little speed problem that I can't figureout how to fix probably some settings but anyway... I had a 18 Mb/s Down internet connection with my ISP and on my iMac connected via ethernet I would run speed test and would come back at 20 Mb/