‎2006 Mar 07 9:53 PM
Hi all,
Iam using CJ20N t-code to create project and wbs elements.
If any changes made to the project or wbs elements in CJ20N.I need to capture the last changed date and time.
I check the table PRPS,its giving the creation date,
changed date and username.But i want the LAST CHANGED TIME.
I try with the function module CHANGEDOCUMENTS_READ but the changes are not captured in that function module.
I would appreciate if anyone know the solution.
Thanks,
Vicky
‎2006 Mar 07 9:57 PM
HI,
First of all create a Change Object for your table. then attach the change object to your table. You can view the change details in CDPOS and CDHDR tables.
http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm
Regards,
Vara
‎2006 Mar 07 9:59 PM
Try transaction CN60.
You may need to use the "Choose functions" button. Drag and drop the Change document functions "Select" and/or "Display" to activate these in the ALV listing. Then use the newly added Change document functions to see the changes.
I just tried this but could not actually get it to display any change documents. Please let us know if it works for you.
Message was edited by: James Gaddis
‎2006 Mar 07 10:25 PM
‎2006 Mar 07 10:29 PM
FM CHANGEDOCUMENTS_READ should return the change time in the table that is returned. The field is UTIME.
Rob