Show TOC

 Standard Implementation CL_HRBAS_CDOCEXT_HANDLER

Definition

Standard implementation ABAP class that connects Personnel Planning infotypes to the creation of change documents.

Note Note

This is with the sole exception of the Relationships infotype (1001) for which a separate standard implementation is available: CL_HRBAS_CDOC_IT1001_HANDLER .

End of the note.

Use

You can use this class for all Personnel Planning infotypes that use a separate change object for each infotype and are to create a separate change document for each change made to the database. Infotypes that are assigned to this class are thereby fully connected to the creation of change documents.

Structure

This class is a subclass of class CL_HRBAS_CDOC_HANDLER and therefore also implements the IF_HRBAS_CDOC_HANDLER interface. For more information about the inheriting class, the interface, and methods, see the relevant objects in the system.

This class uses the generated change document update program to create change documents.