Application Development 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: 

Creating Change Document for Custom Field in Table PROJ

Former Member
0 Kudos

Hi,

We have a few Custom Fields in Table PROJ.

What needs to be done so that every time a particular custom field is changed, change document in table CDHDR and CDPOS are created.

Regards,

Tarun Bahal

1 ACCEPTED SOLUTION

former_member205763
Active Contributor
0 Kudos

hi u need to follow these steps

For each of the fields, go to the data-element and check the u201Cfurther characteristicsu201D tab. Here there is a checkbox called u201Cchange documentu201D. Ensure that this checkbox is checked for all data-elements of the fields that need to be logged.

Create and complete the definition of the change document object through transaction SCDO.

8 REPLIES 8

Former Member
0 Kudos

Some Help ....Kind of Important

0 Kudos

when/where ever the table is updated for the new/custom fields, try using these FM's CHANGEDOCUMENT_OPEN, CHANGEDOCUMENT_SINGLE_CASE or CHANGEDOCUMENT_MULTIPLE_CASE, CHANGEDOCUMENT_CLOSE to update the tables CDHDR and CDPOS. Go through the docu in these FM's.

former_member205763
Active Contributor
0 Kudos

hi u need to follow these steps

For each of the fields, go to the data-element and check the u201Cfurther characteristicsu201D tab. Here there is a checkbox called u201Cchange documentu201D. Ensure that this checkbox is checked for all data-elements of the fields that need to be logged.

Create and complete the definition of the change document object through transaction SCDO.

0 Kudos

Thanx....

I was looking at Transaction SCDO...

Can u help me with the steps that i need to follow in this transaction

0 Kudos

any one .........please help

0 Kudos

Hi Tarun,

Please refer [Link1|https://help.sap.com/saphelp_nwmobile71/helpdata/en/2a/fa018f493111d182b70000e829fbfe/content.htm] & [Link2|http://help.sap.com/saphelp_erp2005/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm]

Hope this helps!

Regards

Shital

0 Kudos

check this wiki, it has explained the steps of scdo along with screen shots.

https://wiki.sdn.sap.com/wiki/display/ABAP/Change+Document

0 Kudos

Thanx a ton..

Problem Solved