cancel
Showing results for 
Search instead for 
Did you mean: 

Change Documents for Custom Table fields

Former Member
0 Kudos

Hello All,

We have a custom table created for one of our custom tab. Has anyone implemented the "Change Documents" for a custom table? I would appreciate if you can suggest any solution to display Change Documents for the changes in custom tables.

Regards,

Gopal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gopal,

You need to log the changes of this table before you can display it. You can do so either using "Log change" functionality in SE11 or create a change document using transaction SCDO.

Regards,

Alok.

Former Member
0 Kudos

Hello Alok,

Thanks a lot for your reply. I have activated the "Log Change" in SE11 and also created change document using "SCDO". But, the changes to the custom table are not being reflected in the "Change Documents" tab of cProjects. Could you please suggest us of any workaround for this to be acheived?

Regards,

Gopal.

Former Member
0 Kudos

Hi Gopal,

As this is custom table attribute it will not be displayed on standard page. You need to enhance it with custom page.

Creating change document object is first step. Now you need to update change document. You can use FM DPR_PROJECT_WRITE_DOCUMENT as reference for creating a FM module to update the change document with custom table attribute. Call it in update task after updating data to custom table.

You can use the FM CHANGEDOCUMENT_READ to read the change document for custom table attribute.

Regards,

Alok.

Former Member
0 Kudos

Thats great thanks for the help Alok. That helped us in finding the solution.

Answers (0)