How to find PRPS missed object numbers ?

Hi Frds,
While checking PRPS object numbers some object numbers are missed in the table.
How will you find that object numbers deleted or changed?.Kindly anyone can suggest for finding missed object numbers.
Thanks for your advance help.
Regards,
Nivas.

Hi,
Note the following.
1. If WBS element was deleted by using icon Trash can, it is not possible to see the element in PRPS table.  This action deletes elements permanently and hence and not traceable at table level.
2. If WBS element was set to DLFL (deletion flag), we can see delete indicator at table level.
3. You can do small test in your system, change the settings to "display deleted objects", if objects showing with deletion flag means these are available in system but temporarily set to DLFL and can be retrievable back into project structure. For those objects only you can see X indicator at Table level.
In your case some one might have deleted permanents and hence not showing.
Thanks,
Sudhakar

Similar Messages

  • How to find number missing

    Hi,
      How to find the missing number(not number range) .Is there any functional module is there for missing nos.
    ex: i have nos. from 50 to 100 & no.79 is missed.
    For this issue if any functional module is there pls let me Know.
    Thanks & Regards
    Venkat

    Not sure about a function, but you could create your own function and use this logic.
    REPORT  zrich_0001.
    TYPES: BEGIN OF ttab,
           number TYPE i,
           END OF ttab.
    DATA: itab TYPE TABLE OF ttab.
    DATA: wa LIKE LINE OF itab.
    DATA: tmp LIKE LINE OF itab.
    DATA: diff TYPE i.
    DATA: rows TYPE i.
    DATA: low_number TYPE i.
    DATA: high_number TYPE i.
    DATA: tmp_number TYPE i.
    * Build an internal table with all the numbers
    wa-number = 50.  APPEND wa TO itab.
    DO 50 TIMES.
      wa-number = wa-number + 1.  APPEND wa TO itab.
    ENDDO.
    * Create some missing numbers in the table
    DELETE itab WHERE number = 63.
    DELETE itab WHERE number = 64.
    DELETE itab WHERE number = 65.
    DELETE itab WHERE number = 79.
    sort itab ASCENDING .
    * find the low value.
    clear wa.
    READ TABLE itab INTO wa INDEX 1.
    IF sy-subrc = 0.
      low_number = wa-number.
    ENDIF.
    * Get the high value
    rows = LINES( itab ).
    clear wa.
    READ TABLE itab INTO wa INDEX rows.
    IF sy-subrc = 0.
      high_number = wa-number.
    ENDIF.
    * Now find the missing numbers.
    tmp_number = low_number.
    DO.
      IF tmp_number = high_number.
        EXIT.
      ENDIF.
      READ TABLE itab INTO wa with key number = tmp_number.
      IF sy-subrc <> 0.
        WRITE:/ tmp_number.
      ENDIF.
      tmp_number = tmp_number + 1.
    ENDDO.
    Regards,
    Rich Heilman

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • How to find this Search object relavant to which root object?

    Hi All,
      how to find this Search object relavant to which root object?
      As I am having search object 'BTQuery1O', so which is root object for this?
      how to find this?

    Hi Carl,
               Search object BTQuery1O and the attribute structure associated with it is CRMST_QUERY1O_BTIL,
               even if we enhance this structure with zfield, as it is search object, then it should queried on some main database
               table, so it is 'CRMD_ORDERADM_H', here we need to add our zfield first to it, so that after added to search object then
               only search query work, so that's the reason I am asking is it possible to find 'CRMD_ORDERADM_H' relevant from
               GENIL_MODEL_BROWSER, or any way also?

  • How to find my missing ipad

    how to find my missing ipad?

    Did you activate "Find my iPhone" on your device? If yes, check these articles:
    Apple - iCloud - Find your missing Apple device.
    iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac

  • How to find the hidden objects in Webi Rich client  report 4.0 sp 04 ?

    Hi,
    How to find the hidden objects in Webi Rich client  report  at BI 4.0 sp 04 ?
    Best Regards,
    ASR

    Hi Sai,
    Go to Report Element Tab-->There you have a Tab Cell Behaviors.
    When you flip between 'With Data' and 'Structure Only' under 'Design' Tab,you can see the some cells will be hide/Un hide behavior,if hiding of cells applied.
    Select that cell and then Under 'Cell Behaviors'-->'Hide' Tab-->and choose Show Option.
    Regards,
    Venkat P

  • How to find a autorization object and roles for paricuu00F6llar documetytpe(DMS

    Hello,
    I have a question,Its urgent ..#
    For a particular document type (for example PPN)..
    How to find a authorization object and roles...Please let me know.
    In the DIS which autority object and roles they use it for this.
    <b><REMOVED BY MODERATOR></b>
    Regards
    preethi
    Message was edited by:
            Alvaro Tejada Galindo

    This issue seems to be resolved since jDeveloper/ADF 11.1.1.3.
    Am I true?

  • How to find a autorization object and roles for paricuöllar documetytpe(DMS

    Hello,
    I have a question,Its urgent ..#
    For a particular document type (for example PPN)..
    How to find a authorization object and roles...Please let me know.
    In the DIS which autority object and roles they use it for this.
    Reward with full points
    Regards
    preethi

    This issue seems to be resolved since jDeveloper/ADF 11.1.1.3.
    Am I true?

  • How to find a annotation object using plugin API?

    How to find a annotation object using plugin API?

    You would use PDPage methods to find out how many on a page, and to
    get them in turn.
    Aandi Inston

  • How to find out the GR Numbers for which IR has not been done

    Hi Sap Gurus,
    Can anybody tell me how to find out the G R Numbers for which Invoice Receipt has not been done. Any TC or ant standard process to find out.
    Thanks N Regards,
    Siddhartha

    Hi Siddarth,
    Solution :
            1) Go to SE16 - Table Name : EKBE (PO History)
            2) Field - BUDAT (Posting Date)
            3) Transaction event Type:
                             - 1 (Only GR's )
                             - 2 (Both GR and IR)
            4) We can fetch both GR Numbers and also PO Numbers for which IR has not been done if transaction event - 1.
    In addition to MB5S, you can try this also...

  • How to find out the object and tables that belong to it

    Do you know how to find out which tables belong to which object in trans. BD66, I have a CABN table but i donot the object name so how i can find out that??

    Hi,
    Wht object u r taking about .if it's a transport object,
    Go to Utilities -> Versions -> Version Mgt ->
    The latest one which is active, is the one u have to transport .
    Rgds ,
    J
    Do Award pts by cliking the left-hand side of this info.

  • How to find out the object is available or not in BC

    Hi dear friends,
    Suppose I want to design/create a Cube / ODS, before going to create that object, how to find out the same type of Object is available or not in BC with the specification which I want
    Thanks in advance

    Hi Paul,
    at least you need to know the application you are talking about. Then you can goto that particular area and evaluate the content (cubes, infoobjects, infosources, datasources). It will surely give you an idea of the fulfilment of your requirements by the content.
    Siggi

  • Newbie: How can find all unused objects in XI ?

    How can I find all unused objects in XI Integration Repository? 
    Thanks,
    Badari

    Hi,
    Have a look at these thread, it might be helpful to you
    XI Server Object Cleanup
    How to delete Integration Repository Objects?
    Thanks,
    Pooja
    ps: please mark helpful answers

  • How to find the missing fonts?

    hi,
    Is there any other options to find the missing fonts in a illustrator 10 file using AppleScript.
    or
    How to identify the missing fonts and missing links dialog box when opening a document through AppleScript. Suppose if i can identify in the particular file means (in batch processes), i need to neglect the particular file and open the other file in a BatchProcess.
    Regards,
    Subha

    reply as soon as possible.........

  • How to find out missing macbook pro

    My macbook Pro missing yesterday, how to find?

    Did you buy the machine new or used, if it's new it's almost certainly a mid 2010 machine. Take a look at System Profiler (Applications-Utilities-System Profiler) then highlight Graphics/Displays on the left and let us know what the Chipset Model is. If it's a mid 2010 it will say it's a NVIDIA GeForce 320M.
    Roger

Maybe you are looking for

  • How do I upgrade my hard drive?

    I have an Early 2009 iMac 20" 2.66 Intel with a Hitachi HDT721032SLA380 320GB HardDrive. I'd like to upgrade to a 2 or 3 TB. I understand the process is a little more difficult than a tower computer (I've seen the youtube videos). What I need to know

  • Late 2009 imac as second monitor

    Hello, I just purchased a new iMac retina 27 inch. I am trying to use my late 2009 iMac 27 inch as a second display using a mini display port. I can get it to work my old cheap second monitor, but when I try the 2009 mac, and I press command F2, it s

  • Help me plzzz..... URGENT

    hello neighbourhood..., can anyone help me plz... how can i pass a value through header ? e.g setHeader("uname","mmx"); setHeader("paswd","hula"); i want to pass it to http://192.100.86.69:8001/login which reside in another terminal in different plac

  • Accessing IFS from Solaris

    It seems strange to me but it appears the only systems you can't access iFS is unix filesystems. Its seems strange to me that I can't access an iFS database from a unix machine.... Is this the case? BTW> I need filesystem access, not ftp/web/etc. Tha

  • Bandwidth Profiler/Simulate Download deprecated in CC ? lame

    I've been using CS6 because the Object Level Undo was deprecated in CC. Now its back in CC 2014...thanks I just noticed that the Bandwidth Profiler/Simulate Download/Download Settings - Options are deprecated as well. Really? This was necessary? Thes