...
- Change of time sheet data after invoice creation
- Price difference between purchase requisition and incoming invoice (for external services with purchase order)
Prerequisites
For the process change of time sheet data after invoice creation, you have implemented user exits for the Cross-Application Time Sheet. You have created an implementation for the enhancement CATS0006, and have changed the coding of the enhancement CATS0002, to ensure that the VSS Order is updated accordingly if subsequent costs were posted for it.
- CATS0002: The method /DBE/CL_TM_VSSDATA_EXAMPLE->SET_SUBSEQ_COSTS contains the logic to set the flag in the VSS order, that subsequent costs occurred. Corresponding coding must be added to the include ZXCATU02.
- CATS0006: To save the updated VSS order, add coding to the include ZXCATU05, such as the method /DBE/CL_TM_VSSDATA_EXAMPLE->SAVE_ORDER.
Features
The figure below illustrates the time frame from posting of subsequent costs and is followed by an explanation:
Posting and Reposting Subsequent Costs
...