Object history ppome

Hi.
When you are in ppome and click in the object history it shows you information.
Where is this information stored?
i am debugging and i don't find this information, becasuse it is empty but it should show me some information.
thanks.

The standard APO system does not show change log for a PPM.
There are 2 non-standard ways:
(1) R3 system- Write a program for checking the combined change log for Routing+ BOM + Production version
(2) APO PPM: Write a custom program which is not going to be an easy task
I am sure someone must have implemented this. Lets wait and see if we get responses
Thanks
Kumar

Similar Messages

  • How do I activate the object history for an organizational unit ?

    Dear experts,
    we're using organizational units, positions, persons and users of the
    organizational management (Transactions PPOCE and PPOME) for
    the determination of (possible) agents in our Workflows.
    The objects seem to have an object history, at least you find such an
    option in the "find by" window on the left hand side of the maintenance
    transactions, but in our system there are no entries and I can't figure
    out how to activate history entries to be written.
    Do you ?
    Thanks in advance
    Andreas

    Hi,
    In OM all relation have a validity. I think you mean this with object history.
    If you double click an organizational unit for instance and then open the detail tab (if it wasn't open already)
    there you'll see Valid On with todays date this is the date which is used for determining the organizational structure, also you'll see No Periods with a green square to the left of the text.
    Just above the text Valid On, you'll see a button, when you click on the display periods button you can change the date to see what the relation of the object was at that time.
    You can also search the HR forum for more on organizational management.
    Kind regards, Rob Dielemans

  • Existence column when having selected P object in PPOME/PPOSE

    Hi
    When in PPOME/PPOSE and having selected an employee record (P object), a column calleed "Existence" is displayed in the "Details for Person ZZZ, XXX" area of the screen.
    Does anyone know what this field is used for? i.e. what it can display
    Br
    Brian

    Hello Brian,
    The ICON name used is defined in FM module OM_FILL_STANDARD_COLUMNS
    at line 42, two calls exist
            CALL FUNCTION 'OM_GET_SPECIAL_ICON'
              EXPORTING
                internal_expression = 'INCOMING_OBJECT'
              IMPORTING
                icon                = st_icon_in.
            CALL FUNCTION 'OM_GET_SPECIAL_ICON'
              EXPORTING
                internal_expression = 'OUTGOING_OBJECT'
              IMPORTING
                icon                = st_icon_out.
    inside this FM you may find the icon name under c_icon_incoming_object and c_icon_outgoing_object.
    In PPOME choose a specific period by clicking the calendar button at the top of the screen.  Let's say you select from 01/01/2011 and a year after.
    So you should see all existent objects in PPOME for the selected period.
    Now select a person which is assigned to a valid position for the all year (eg relationship valid from 01.01.2010, till end of time), You won't get any arrow.
    Delimit the person's assignement to the position to get the end date of the assignement right in the middle of the selected period (eg assignement from 01.01.2010 til 31.05.2011).  Now you should get the red arrow which means that the employee will be no longer assigned for the selected period.
    Create a new assignement to another position, which will start right in the middle of the selected period.  (eg 01.05.2011 til end of time).  You should get the gree arrow which means the assignement is not yet valid, but will become in the selected period.
    Except if I'm wrong, there is no configuration for it, it should work like this.
    best regards
    Hadrien

  • Object History or VersionManagement PI 7.0

    Dear Experts,
    I am facing a strange issue, I want to check when PI configuration objects are created.
    For eg: Receiver determination, communication channel etc.
    But while checking in history of the object in ID, I couldnt see nothing, do we need to config anything to display this history.
    But for few interfaces I could see the history and for few interfaces i am unable to see.
    Couldn't fingure out where actually the issue is.
    Thanks,
    --Sai

    Hi Sai,
    In PI 7.0 the object history is displayed from previous version of object, so it recently created object and activated only once then it will not have any entry in history tab.
    from PI 7.1 version the history tab also display the current version of object.
    Hope it is clear
    Harish

  • SCSM object history from sql cmdb

    HI.
    In this post explain how to accessing object history programmatically using the SDK  http://blogs.technet.com/b/servicemanager/archive/2011/09/16/accessing-object-history-programmatically-using-the-sdk.aspx
    I try to do this from sql query. And get trouble. Can you help me?

    You cannot write a single query to get the history of all the CIs. You have to decide which CIs you want to track as each CI has its own table and columns. They all derive from System.ConfigItem but it is a abstract class so there is no table for it.
    For example: If you want to write a report to capture the history of all Computer CIs, the tables you will be interested in will be MT_Computer, MT_Computer_Log. Then you have to compare Pre and Post columns.
    To capture what kind of change, you need to query EntityChangeLog table.
    Here is the good article that may be able to help you:
    http://www.concurrency.com/blog/service-manager-useful-queries-entity-change-log/

  • Regading Object History and Structure Display

    Hi all,
    I need to add the standard functionality for the Object History and structure    Display in my screen where i have FUNCTIONAL LOCATION  as the input.
    So i need the standard functioanlity for these field in my screen.
    Please tell me how it can be achieved.
    Useful answers will be rewarded.
    Thanks & Regards,
    Arun

    THANKS

  • How to activate object history ?

    How to activate object history ?

    Hi,
    Check this thread for activating object history.
    How do I activate the object history for an organizational unit ?
    Regards,
    Manoj.

  • SAP BW object history

    Hi All,
    Is there any transaction or program in BW which can tell us about the change history of the cube,DSO,Multiprovider, Query.
    Like which person has changed it and to which transport it has gone.
    Eg: if a cube has been changed for 5 times during last one year.  I am looking at all the five details who has changed it , the assocaited TR and the what changes were made.
    Any help is highly apprecaited,
    Thanks & Regards,
    Anjna

    Hi Anjana,
    You can very well get the released transport request information for particular object from SE03 transaction.
    Click on the option search object in TR, give the object type e.g. CUBE for infocube, TRFN for transformation and give the actual technical name.
    In the bottom side you can make the selection for Modifiable / Released request and time line.
    But I don't know anything which can tell what change was made.
    Regards,
    Durgesh.

  • Change icon for S object in PPOME

    Hello!
    Do you have any idea how to change icon for position like it works for manager (012 connection type)? I'd like to create my own indication for special statuses of position.
    SAP offers standart solution http://help.sap.com/saphelp_nw04/helpdata/en/24/1188b3cbc711d2b49e006094b9c9b4/content.htm
    but it's disabled as SAP Support Team said.

    Hi,
    Not sure it will help.Have a look at
    SPRO> Personnel Management> Organizational Management>Hierarchy Framework
    Manoj.

  • Objects not displayed in Org Structure (PPOME)

    We made big changes in the existing organizational structure (new objects) with start date 01.01.2012.
    Old objects were terminated by 31. Dec 2011.
    In PPOME with entry date = 01. December 2011 I can only see the new objects but not the old and still valid ones.
    In table HRP 1000 and HRP 1001 all relationships are correctly maintained - but I don't see any of the objects in PPOME.
    Big problem, as workflows don't  work any longer.
    Thanks!

    I have the same problem, I have updated relations of some positions. HRP1001 looks correct, with limitations on correct dates.
    But on PPOME I can see the same position under two organizations, both with end date 31.12.9999.
    This is an impossible case, when standart PPOME controls are concerned, but something happened, and I could not find how to correct it.
    If you have any suggestions, please share.
    Thanks.

  • How to see version history of changes of a design or configuration object.

    Hi All,
    Is it possible to see a version history of the changes of a particular design or configuration object?
    If so then please let me know, how we look that?
    Regards,
    Soorya

    Hi,
    U have to check all the versions,modified date ,type(created,change) in all the developed objects history.Select any developed object like data type,message type, mapping,interface mapping in IR   and also in ID Objects.Select developed object,then go to its menu ,then select __History__.it shows all the information about that object.
    Thanks
    Ravi

  • Object Change History

    Hi Friends,
    How to know when the objects like InfoObjects,Infocubes, DSO etc has changed and by whom it has been changed. Is there any table which can capture the Object creation and changed objects history in the system.
    Regards
    Revathi

    Hi Revathi,
    No change logs are maintained fpr the BW objects, you could see the last change though. Goto, to Extrsa ->Object directory entry -> Lock Overview.
    Also you could find the last change in object maintenance screen.
    Regards,
    Pankaj

  • Not able to create new position in PPOME

    Positions are getting created but it is showing as already a person (Holder)and PA/PSA/Co.Code are assigned to that position.
    Can someone pl

    Hi,
    when copying objects in PPOME it is possible to exclude some infotypes from the action. It seems in your case you are not excluding infotype 1001 A008, so the holder relationship is also copied. The infotypes that are excluded per standard are maintained in customizing table T77ITEX. There, in my system I have an entry for object S infotype 1001 and subtype A008. Check if you have that in your system. In case you want to exlcude infotypes from the copy, there is also a customer table T77ITEX_C.
    Regards,
    Ana

  • Creating custom mappings between objects

    I currently have a db schmea that supports "soft" deletes. Example:
    Client table has fields:
    id - primary key (number)
    name - varchar
    active ("Y" or "N" where "Y" means active and "N" means "INACTIVE")
    We also have a table Users:
    id - primary key (number)
    name - varchar
    active ("Y" or "N" where "Y" means active and "N" means "INACTIVE")
    When I delete a user I want to set its active field to "N" and then when
    someone reads users from the client (after I have saved my changes) I want
    only users whoses active field is "Y" to be returns, i.e.
    Client clientA = <read client A>
    Collection users = clientA.getUsers();
    Is there a way to configure/customize the mapping/relationship between
    objects?
    Thanks!
    Bruce

    All of the emails are really my way of getting a soft delete to work. Does
    KODO support this feature or is their a standard work around to support
    this feature?
    Thanks!
    Bruce
    Alex Roytman wrote:
    You could break you collection into multiple mutually exclusive
    subcollections (like active/inactive) and have your object model to map them
    separately (via views with mutually exclusive criterion) When changing a
    collection member's status you will need to move it from active collection
    to inactive. Complete collection can be dode as dybamic (delegating)
    composition of the subcollections (but it will cost twice as much to fetch
    it)
    Try to resolve your issues on object model level. I believe altering sql
    mappings to make them very fancy will cause you lots of grief in the long
    run
    "Bruce" <[email protected]> wrote in message
    news:[email protected]...
    I also want to do something similiar to support object history. I could
    have a Client object which gets modified and instead of editing this
    object I would copy it, inactivate the copy and then edit the original.
    This allows for full history. I can always select by active (or a more
    complicated status) to get the rest of the history instead of the "top".
    Views here seems like a hack. I have activew fields in all of my tables so
    I would nee views for each table which is a lot to manage if fields are
    changing (need to change them in both places). Also this creates issues
    since views are really read-only.
    Isn't there a way to change the SQL used to read a relationship?
    Bruce
    Alex Roytman wrote:
    map your classes against views with (where active = 'Y') to make sure
    "soft
    deleted" records do not get read and have your object model to handlesoft
    deletes (like removing from collections etc) use helper methods to do"soft
    deletes" masking real deletes is not good idea - you will need them atsome
    point
    "Stephen Kim" <[email protected]> wrote in message
    news:[email protected]...
    While there is nothing default that does particularly what you desire,
    but from my perspective, you should not have Kodo do anything by
    default
    as you will probably want to delete the inactive instances at somelater
    point.
    Instead you should look into Query.setCandidates:
    http://www.solarmetric.com/Software/Documentation/2.4.3/docs/jdo-javadoc/jav
    ax/jdo/Query.html
    i.e. public Collection getActiveUsers ()
    PersistenceManager pm = JDOHelper.getPersistenceManager
    (this);
    Query q = pm.newQuery (User.class, true);
    q.setFilter ("active == "N"");
    q.setCandidates (users);
    return q.execute ();
    I haven't tested the above code and there are a lot of optimizations
    you
    could do such as caching the query in a transient collection but Ithink
    you get the idea.
    You may want to post your thoughts on our newsgroups
    (news://news.solarmetric.com) and see how other people are tackling
    similar probles..
    Bruce wrote:
    I currently have a db schmea that supports "soft" deletes. Example:
    Client table has fields:
    id - primary key (number)
    name - varchar
    active ("Y" or "N" where "Y" means active and "N" means "INACTIVE")
    We also have a table Users:
    id - primary key (number)
    name - varchar
    active ("Y" or "N" where "Y" means active and "N" means "INACTIVE")
    When I delete a user I want to set its active field to "N" and then
    when
    someone reads users from the client (after I have saved my changes)I
    want
    only users whoses active field is "Y" to be returns, i.e.
    Client clientA = <read client A>
    Collection users = clientA.getUsers();
    Is there a way to configure/customize the mapping/relationship
    between
    objects?
    Thanks!
    Bruce
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • PPOME - Existence column

    Hi everyone,
    Is there anyone that knows what goes into the column called "Existence" in the Basic Data tab of an employee object (P)?
    The system list all positions/jobs/org.unit... of the employee but I can't see when would that column be filled.
    Thanks,
    Serge

    Hello Brian,
    The ICON name used is defined in FM module OM_FILL_STANDARD_COLUMNS
    at line 42, two calls exist
            CALL FUNCTION 'OM_GET_SPECIAL_ICON'
              EXPORTING
                internal_expression = 'INCOMING_OBJECT'
              IMPORTING
                icon                = st_icon_in.
            CALL FUNCTION 'OM_GET_SPECIAL_ICON'
              EXPORTING
                internal_expression = 'OUTGOING_OBJECT'
              IMPORTING
                icon                = st_icon_out.
    inside this FM you may find the icon name under c_icon_incoming_object and c_icon_outgoing_object.
    In PPOME choose a specific period by clicking the calendar button at the top of the screen.  Let's say you select from 01/01/2011 and a year after.
    So you should see all existent objects in PPOME for the selected period.
    Now select a person which is assigned to a valid position for the all year (eg relationship valid from 01.01.2010, till end of time), You won't get any arrow.
    Delimit the person's assignement to the position to get the end date of the assignement right in the middle of the selected period (eg assignement from 01.01.2010 til 31.05.2011).  Now you should get the red arrow which means that the employee will be no longer assigned for the selected period.
    Create a new assignement to another position, which will start right in the middle of the selected period.  (eg 01.05.2011 til end of time).  You should get the gree arrow which means the assignement is not yet valid, but will become in the selected period.
    Except if I'm wrong, there is no configuration for it, it should work like this.
    best regards
    Hadrien

Maybe you are looking for

  • How to locate the source code which populate the SO number?

    Hi, For example: In T-code: VA01 Put your cusor on the screen field : Standard Order Then press F1, get the technical info of this field as below shows: Screen field     VBAK-VBELN Program name     SAPMV45A Screen no.       4001 So my question is, ho

  • Having problem with setting variable on a textfield

    I'm using createTextField to create a textfield. I have also created a input textfield with a variable called textline1 (I don't create the inputfield with as). I want to display the letters in the created textfiled that I'm typing in the input field

  • ERS - Payment method not on the invoice

    Hi All, In the process of creating invoices using ERS, the payment method from the vendor master will not be defaulted on the invoice. Is there any way, may be a usereixt/badi, to default the first payment method given in the vendor master on the inv

  • After Effects 3d Render

    I am trying to render my 3d text in after effects cs6 but when I click render, suddenly after effects starts using up 90% of my cpu which causes my computer to crash with an incomplete render. I have set my ray traced renderer quality to as low as 3

  • Oracle installer scripts in Delivery wizard is disabled in Project builder

    Hi, I have oracle forms 6i installed on my system. However, I was trying to builld installer scripts for my project. So I open the deliver wizard in Project builder. Select all the parameters, like project name/directory etc.and then when I reach the