How to check if a DSO Active Table is being used in any look-up's?

Hi Gurus,
We have a DSO that is being loaded on a weekly basis. Now this DSO is being loaded right from the time our project went live. There are no reports built on top of this DSO and the DSO is not being used as a Data Mart i.e. it doesn't feed any other DSO's or InfoCube's. Also this DSO is not being used in any MultiProviders.
So the only sensible reason for using this DSO that we can think of is that the data from this DSO is being 'looked up' by some other DSO's or InfoCube at run-time. So Is it possible to check if the active data table of an DSO is being ;looked up' at run time by some other data loads? I already tried using an 'Where Used List' on the active data table of the DSO, but it didn't show any results.
Thanks
Arvind

Try the following:
Check the table RSAABAP in SE16, you can search the technical name of DSOs active table in field EDIC.
You get all Code-IDs, where this table is used in ABAP coding.
In RSAROUT you can check, which code-type it is.
Now you know, if the DSO is used in any routines.
Hope this helps.
Regards
Tobias

Similar Messages

  • How do I know if a file is open (being used) by any program?

    I'm trying to write a program that will log file usage. For example, it will log when a file (or program) begins to be used (or opened), and then log when it is closed.
    So what I'm looking for is a method / algorithm that will tell me if a file is currently open (or if an executable fileis currently open, in the case of a program).

    If you mean the ability to do this system wide (and not just in your app) then you would need to use JNI and a HOOK function (assuming this is windows you are talking about). I am sure there are similar hooks in UNIX/LINUX.

  • How to check/verify running sql in lib cache is using updated statistics of table

    How to check/verify running sql in lib cache is using updated statistics of table used in from clause.
    one of my application table is highly busy i.e frequent update/insert/delete.
    we gather table stats every 30 min.

    Hello, "try dynamic sampling" = think "outside the box", maybe hit two birds with same stone.
    As a matter of fact, I was just backing up your statement: "30 minutes seems pretty extreme"
    cheers

  • How to check duplicate entries in internal table??

    Dear Friends,
    How to check duplicate entries in internal table??
    Exp: In my internal table if I am having the same records more then ones then I need to print the error message, here I am using steploop for selecting the values from screen, and the values are coming into my internal table if user enter the same value more then ones I need to print the error message.
    Thanks,
    Sridhar

    Hi,
    After storing the data into internal table say ITAb, move the data into another internal table.
    t_dup[] = itab[].
    LOOP AT itab.
        count1 = count1 + 1.
        itab-count1 = count1.
        MODIFY itab.
    ENDLOOP.
    LOOP AT t_dup.
        count2 = count2 + 1.
        t_dup-count2 = count2.
        MODIFY t_dup.
    ENDLOOP.
      DELETE ADJACENT DUPLICATES FROM itab.
      LOOP AT t_dup.
        record_dup = 'N'.
        READ TABLE itab WITH KEY count1 = t_dup-count2.
        IF sy-subrc = 0.
          record_dup = 'Y'.
        ENDIF.
        IF record_dup NE 'Y'.
          t_dup-message = 'DUPLICATE ENTRY'.
          t_dup-flag = 1.
          MODIFY t_dup.
        ENDIF.
      ENDLOOP.
    Use this sample code.
    Reward pts if it is helpfull.
    Regards
    Srimanta

  • How to check whether calendar is being used in any of the sap application

    Hello All,
    We are having few factory calendars. However some of the calendar having valid to year 2010. Can you please let me know how to check whether these calendar is being used in any of the sap application/module
    kindly reply as early as possible
    Regards
    Girish

    Hi RKS
    yesterday BLOG by our SUMMER WANG helps every SRM consultant to debug the PO error
    /people/summer.wang/blog/2010/05/11/trouble-shooting-of-srm-po-transfer-error
    Good work Summer wang !!
    Muthu

  • Create a trigger while the table is being used

    I have a scenario where i may have to create a trigger while the source table is being used by other process & applications. The source table gets about 100k hits/per hour. Would it be possiible for me to create a trigger on this table without having to shutdown all the process/applications that use it?

    >
    I have a scenario where i may have to create a trigger while the source table is being used by other process & applications. The source table gets about 100k hits/per hour. Would it be possiible for me to create a trigger on this table without having to shutdown all the process/applications that use it?
    >
    Possible? Yes
    Recommended? No, not if you can avoid doing it live
    If you absolutely must do this without an outage window it is possible but you should ensure that you have done extensive testing of that trigger and trigger process to make sure that can't be any undesireable side effects.
    Any such side effects could bring down your app if they prevent activity on the table involved. Depending on the type of trigger (e.g. row level or not) and what processing it does you need to be prepared to disable or remove that trigger in the event of a problem.

  • How do I unlock my Iphone so it can be used on any network?

    How do I unlock my Iphone so it can be used on any network?

    You have to request this from the carrier (operator) the phone is locked to.  Not all carriers offer authorized unlocking, you can check here to see if yours does: http://support.apple.com/kb/HT1937

  • How could I find which i-views/pages are being used

    Hello
    I am pritty new in portal area. I have to administrate an ESS/MSS portal during hollydays. I am trying to find everywhere the way.
    How could I find which i-views/pages are being used. Let say I can see which group I belong and which roles are behind.
    How could I know in which PCD folder they are taken into account (to e.g give permission to someone not in the group)

    HI,
    the user administration (UME) gives you the information about the user <-> group <-> role assignment.
    When you know the role, search in the PCS for it, open the role and you will see all the pages / iviews assigned to the role.
    SAP Help: Role Assignment: http://help.sap.com/saphelp_nw04s/helpdata/en/59/bf2287b3cb5e48af94f99929ad15b9/content.htm
    SAP Help: Content Administration: http://help.sap.com/saphelp_nw04s/helpdata/en/5a/0339000c0b11d7b84800047582c9f7/content.htm
    br,
    Tobias

  • Check what oracle installed components are actually being used in database

    I have been allotted a new database which I have to optimize. So I am thinking about removing some installed components which I think are not being used in any way in database (i.e procedures calls etc). I can see a whole lot of components like "SDO","ORDIM" which I think are not being used but previous DBAs have installed them. So, is there any way to ensure that no part of database are actually using these components so that I can remove these components. Also ,what are your expert comments about this?

    Is this a production or a development environment? If an object isn't being used then it's not necessarily a problem (performance wise) unless it's cluttering up either your dictionary or raising concerns in regards consuming unnecessary space. Personally I'd recommend that it's better to tune what is being used / taking resources. It may be a once a year report or some old utility pulled out once a year, best check why these things are there.
    If you go down the dropping route, rather than drop anything immediately lock accounts for an agreed period of time to make sure that the schema isn't used & check any references from other schemas to objects within the schema that you're planning to drop, potentially audit these to check whether they're being called by other schemas / checking dba_dependencies between schemas & objects using a hierarchical query to check sublevels. 
    There are also quite a few Oracle standard components that are installed by default that have interdependencies and won't necessarily be used in the dictionary (checking dba_features_usage_statistics)

  • How do I know if my disk caching is being used?

    Hi everybody, I would like to know how can I confirm if my  disk caching is being used? And if it is not. How can I make it works?
    Here are the specifications of my desktop:
    Product Name: h8-1440t
    OS: Windows 8.1 Pro with Media Center 64-bit 
    Microprocessor: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
    RAM: 16.0GB DDR3 @ 797MHz (9-10-9-26)
    Motherboard:  PEGATRON CORPORATION 2ACE (SOCKET 0) 36 °C
    Graphics:
     HP x2301 (1920x1080@60Hz)
     3072MB NVIDIA GeForce GT 640 (MSI) 52 °C
    Storage:
     931GB Western Digital WDC WD10EZEX-60ZF5A0 (SATA) 29 °C
     931GB Western Digital WDC WD10EZEX-60ZF5A0 (SATA) 29 °C
     14GB SanDisk SDSA5GK-016G-1006 (SSD)
    Optical Drives:
     hp BD-RE BH38L
     hp DVD A DH16ACSHR
    Audio:
     IDT High Definition Audio CODEC
    ======
    Additionally:
    Hard drives:
    -WDC WD10EZEX-60ZF5A0
         Manufacturer Western Digital
         Heads 16
         Cylinders 121,601
         Tracks 31,008,255
         Sectors 1,953,520,065
         SATA type SATA-III 6.0Gb/s
         Device type Fixed
         ATA Standard ACS2
         Serial Number WD-WCC1S1164451
         Firmware Version Number 80.00A80
         LBA Size 48-bit LBA
         Power On Count 2145 times
         Power On Time 204.6 days
         Speed 7200 RPM
         Features S.M.A.R.T., NCQ
         Max. Transfer Mode SATA III 6.0Gb/s
         Used Transfer Mode SATA III 6.0Gb/s
         Interface SATA
         Capacity 931 GB
         Real size 1,000,204,886,016 bytes
         RAID Type None
          S.M.A.R.T
           Status Good
           Temperature 29 °C
           Temperature Range OK (less than 50 °C)
            S.M.A.R.T attributes
          Partition 0
           Partition ID Disk #0, Partition #0
           File System NTFS
           Volume Serial Number FE384C77
           Size 1022 MB
           Used Space 384 MB (37%)
           Free Space 638 MB (63%)
          Partition 1
           Partition ID Disk #0, Partition #1
           Size 360 MB
          Partition 2
           Partition ID Disk #0, Partition #2
           Disk Letter C:
           File System NTFS
           Volume Serial Number 8878D4A2
           Size 908 GB
           Used Space 406 GB (44%)
           Free Space 502 GB (56%)
          Partition 3
           Partition ID Disk #0, Partition #3
           File System NTFS
           Volume Serial Number 80C60E18
           Size 349 MB
           Used Space 296 MB (84%)
           Free Space 53 MB (16%)
          Partition 4
           Partition ID Disk #0, Partition #4
           Disk Letter D:
           File System NTFS
           Volume Serial Number 56971929
           Size 21 GB
           Used Space 18.4 GB (87%)
           Free Space 2.58 GB (13%)
    - WDC WD10EZEX-60ZF5A0
         Manufacturer Western Digital
         Heads 16
         Cylinders 121,601
         Tracks 31,008,255
         Sectors 1,953,520,065
         SATA type SATA-III 6.0Gb/s
         Device type Fixed
         ATA Standard ACS2
         Serial Number WD-WCC1S1282644
         Firmware Version Number 80.00A80
         LBA Size 48-bit LBA
         Power On Count 2145 times
         Power On Time 204.6 days
         Speed 7200 RPM
         Features S.M.A.R.T., NCQ
         Max. Transfer Mode SATA III 6.0Gb/s
         Used Transfer Mode SATA III 6.0Gb/s
         Interface SATA
         Capacity 931 GB
         Real size 1,000,204,886,016 bytes
         RAID Type None
          S.M.A.R.T
           Status Good
           Temperature 29 °C
           Temperature Range OK (less than 50 °C)
            S.M.A.R.T attributes
          Partition 0
           Partition ID Disk #1, Partition #0
           Disk Letter E:
           File System NTFS
           Volume Serial Number 4847795E
           Size 931 GB
           Used Space 687 GB (73%)
           Free Space 244 GB (27%)
    -SanDisk SDSA5GK-016G-1006
         Manufacturer SanDisk
         Heads 16
         Cylinders 1,946
         Tracks 496,230
         Sectors 31,262,490
         SATA type SATA-III 6.0Gb/s
         Device type Fixed
         ATA Standard ACS2
         Serial Number 124370401347
         Firmware Version Number CS.54.06
         LBA Size 48-bit LBA
         Power On Count 2141 times
         Power On Time 62.4 days
         Speed Not used (SSD Drive)
         Features S.M.A.R.T., APM, NCQ, TRIM, SSD
         Max. Transfer Mode SATA III 6.0Gb/s
         Used Transfer Mode SATA II 3.0Gb/s
         Interface SATA
         Capacity 14.9 GB
         Real size 16,013,942,784 bytes
         RAID Type None
          S.M.A.R.T
           Status Good
            S.M.A.R.T attributes
          Partition 0
           Partition ID Disk #2, Partition #0
           Size 14.9 GB

    Hello @JoBla,
    Thank you for the information, and welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how you are wondering if your desktop computer's hard disk is caching is being used, and I would be happy to assist you in this matter!
    For caching on your computer, you will have needed to install one of the following drives:
    1 TB, 7200 rpm, SATA
    2 TB, 7200 rpm, SATA
    3 TB, 7200 rpm, SATA
    1 TB, 7200 rpm, SATA + 16 GB Disk Caching Solid State Drive
    2 TB, 7200 rpm, SATA + 16 GB Disk Caching Solid State Drive
    3 TB, 7200 rpm, SATA + 16 GB Disk Caching Solid State Drive
    128 GB SATA Solid State Drive
    256 GB SATA Solid State Drive
    It is likely that this caching drive will be shown in Disk Management, which can be accessed by following this document on Partitioning and Naming Drives (Windows 8). It is important to note that an mSATA drive will not be visible in Windows, if you have one installed. You will also need to have Intel RST software installed.
    I hope this helps!
    Best Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • I bought my iPhone5 4 months ago and now the camera is not working, it only displays black in the screen. I've tried reset, restore for how many times but still the problem is not being resolve. Any help from you Apple team?

    I bought my iPhone5 4 months ago and now the camera is not working, it only displays black in the screen. I've tried reset, restore for how many times but still the problem is not being resolve. Any help from you Apple team?

    There is no Apple here, this is a user to user forum.  When you said you restored, then you restore as NEW?
    If you restored as New and still the problem persiist, then it time to take a trip to the Apple store.

  • How to know in which roles an iview is being used

    Hi,
    We would like to know if a specific iview is being used by any portal role.
    It there any kind of "where used" report where I can investigate the relations between portal content objects (iview, page, workset, role) ?
    I tried the PCD Toool but it seems of no help
    thanks
    Moti

    Dear Moti,
    As Debasish stated, you can check the Tracing Delta Link Dependencies for the iview in which you can find the where particular iview is used in the page, workset or role in the SAP Portal.
    Refer to [Tracing Delta Link Dependencies|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/76/3a0841aaccf023e10000000a155106/content.htm]
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • How to improve performance of DSO activation

    Hi all,
    We have created a DSO which is updated daily from another DSO. The extraction is from the Active table of the source DSO, so all records are extracted, in this case roughly 1,000,000 records. (we cannot use delta update for this particular DSO)
    Because of the large number of records, the activation of the data in the target DSO is quite slow (ca 20 minutes).
    My question: Is there any way that we can analize where exactly the time is lost during the activation and how we can improve the performance? Is it for example possible to deactivate the Change log?
    Note that I am already familiar with RSODSO_SETTINGS, and also, we do not want to switch to write-optimized DSO.
    Thank you in advance for your help.

    Hi
    DSO Activation can be improve by unchecking the "SIDs Generation upon Activation" check box in the DSO settings as it takes lot of time to create SIDs while activations. We can go ahead with this option only when we dont have any reports based on that DSO
    Thanks & Regards
    Rohit

  • How to check deleted record in a table

    Hi to all,
    any one can do need ful to me for how to check last deleted record in a table.

    Since you are on 8i,
    AUDIT DELETE TABLE AUDIT
    and Using LogMiner
    are your best chance to find out last deleted records.
    If you are on 9i and later, you can also use flashback query to join current table with table image few minutes back to find out the difference.

  • How to check for locks on a table inside a program?

    Hi Gurus,
    Kindly let me know how to check for a lock on a particular table inside a program.I know that we can see locks on table held by a user from transaction SM12 but my requirement is to check for lock on MARA/MARC/MARV if lock exist then bypass my code else do the code.
    Kindly suggest or give code to check for a lock on a particular table.
    Thanks in advance
    Sudipto

    FAQ.  Locked.

Maybe you are looking for

  • Installing Win7 on a macbook pro using a mac mini as external optical drive

    hi everyone, My 2 year old son watches movies on my macbook pro. He stuck something in the optical drive making it unusable. Repairing it is 200 to 300 euros (ouch). I want to install win7 via bootcamp and I'm using my mac mini (october 2009) as an e

  • RSEG Accounting document no

    Hi I  want to get the purchase order wise payment  (check no),I have already get the miro document no in rseg,pls tell me how to get the miro accounting document no

  • Cell with boolean value not rendering properly in Swing (custom renderer)

    Hello All, I have a problem rendenring boolean values when using a custom cell renderer inside a JTable; I managed to reproduce the issue with a dummy application. The application code follows: import java.awt.BorderLayout; import java.awt.Dimension;

  • Saving Synchronized Files Status

    I'm converting all my Dreamweaver sites from CS3 to CS6 (Cloud). Since all the site info has to be rebuilt, Dreamweaver shows all the files on the site as un-synchronized, even though they haven't changed since the conversion. When selecting all the

  • Configuring ssm multicast

    hi, we are getting ready to implement the nexus 7000 with otv are two sites. since multicast is required to support this configuration i am currently testing how to implement ssm multicast on our core network. i am having problems joining the ssm gro