Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change document information

Former Member
0 Likes
664

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

4 REPLIES 4
Read only

Former Member
0 Likes
624

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

Read only

Former Member
0 Likes
624

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

Read only

Former Member
0 Likes
624

r u looking for field UTIME in table CDHDR

Read only

Former Member
0 Likes
624

FM CHANGEDOCUMENTS_READ should return the change time in the table that is returned. The field is UTIME.

Rob