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

SCDO - Display Change Document Objects

Former Member
0 Likes
2,297

Hi all,

Could anyone advise how to use T/code SCDO to trace the change document?

Please provide any link/example on this.

Thank you in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,294

hi,

Use

This function enables you to create change documents for Personnel Planning infotypes.

Integration

The creation of change documents for Personnel Planning infotypes is based on the SAP Change Document solution (transaction SCDO).

The SAP Change Document solution is based on change document objects. The change document objects can be created by application development. These objects represent application objects in the change document solution. You can assign database tables to any change document object. The changes made to the data in the database tables are then logged together with the change document object. A change document update program, that is a function module, which has to be called by the application (in the application update program), can be generated for each change document object.

For more infomation about the SAP Change Document solution,

see:[http://help.sap.com/saphelp_erp2004/helpdata/en/c5/e4aeef453d11d189430000e829fbbd/frameset.htm]

The infotypes for which you want to activate the creation of change documents must have been entered in table T77CDOC (Administration of Change Document Object Class).

Features

SAP delivers standard implementations of change documents for Personnel Planning infotypes:

· Standard Implementation CL_HRBAS_CDOCEXT_HANDLER

· Standard Implementation CL_HRBAS_CDOC_IT1001_HANDLER

If you use one of the standard implementations, an infotype is fully connected to the change document solution. You do not need to write an additional infotype-specific code. The standard implementations are made available in the form of ABAP classes (document object classes). In the case of other solutions, you can pass the properties of the ABAP classes onto the solution and enhance or redefine existing methods or implement entirely new ones.

Each infotype for which change documents are created is assigned one document object class in table T77CDOC. You can also assign a document object class to customer infotypes. For more information, see Creation of Change Documents for Customer-Specific Infotypes.

In Customizing table T77CDOC_CUST (Activate Creation of Change Documents) you can activate the creation of change documents for specific infotypes, plan versions, object types, and subtypes. For more information, see Customizing Settings for Creation of Change Documents.

In the standard system, the creation of change documents is deactivated for all infotypes. You can only activate infotypes that have been prepared for the creation of change documents, that is those infotypes for which a valid entry exists in table T77CDOC.

Reward if helpful.

Thank you,

Regards.

1 REPLY 1
Read only

Former Member
0 Likes
1,295

hi,

Use

This function enables you to create change documents for Personnel Planning infotypes.

Integration

The creation of change documents for Personnel Planning infotypes is based on the SAP Change Document solution (transaction SCDO).

The SAP Change Document solution is based on change document objects. The change document objects can be created by application development. These objects represent application objects in the change document solution. You can assign database tables to any change document object. The changes made to the data in the database tables are then logged together with the change document object. A change document update program, that is a function module, which has to be called by the application (in the application update program), can be generated for each change document object.

For more infomation about the SAP Change Document solution,

see:[http://help.sap.com/saphelp_erp2004/helpdata/en/c5/e4aeef453d11d189430000e829fbbd/frameset.htm]

The infotypes for which you want to activate the creation of change documents must have been entered in table T77CDOC (Administration of Change Document Object Class).

Features

SAP delivers standard implementations of change documents for Personnel Planning infotypes:

· Standard Implementation CL_HRBAS_CDOCEXT_HANDLER

· Standard Implementation CL_HRBAS_CDOC_IT1001_HANDLER

If you use one of the standard implementations, an infotype is fully connected to the change document solution. You do not need to write an additional infotype-specific code. The standard implementations are made available in the form of ABAP classes (document object classes). In the case of other solutions, you can pass the properties of the ABAP classes onto the solution and enhance or redefine existing methods or implement entirely new ones.

Each infotype for which change documents are created is assigned one document object class in table T77CDOC. You can also assign a document object class to customer infotypes. For more information, see Creation of Change Documents for Customer-Specific Infotypes.

In Customizing table T77CDOC_CUST (Activate Creation of Change Documents) you can activate the creation of change documents for specific infotypes, plan versions, object types, and subtypes. For more information, see Customizing Settings for Creation of Change Documents.

In the standard system, the creation of change documents is deactivated for all infotypes. You can only activate infotypes that have been prepared for the creation of change documents, that is those infotypes for which a valid entry exists in table T77CDOC.

Reward if helpful.

Thank you,

Regards.