AbapGit
A source-verified project description is not available yet. Open the detail page or wait for a manual refresh.
Source facts need a manual refresh
The source repository does not currently provide a readable project description. See the README below for project goals and usage guidance.
The source repository does not currently provide a readable project description. See the README below for project goals and usage guidance.
abap time constraint utilites
This utility takes in a time-dependent internal table and performs CRUD operations conserving the configured time constraints rules.
When dealing with HCM infotypes masterdata it is sometimes helpful to detect dates collisions when inserting/modifying or deleting infotype records - and even more helpful to know in advance the appropiate records' dates manipulation done by the system without actually changing the records.
E.g : (Dates are given in dd.mm.yyyy format )
Insertion of 01.01.2017-31.12.9999(1) record to existing state of records:
will result in the delimination of record (2)
producing this final state:
Insertion of 01.01.2016-01.01.2017(1) record to existing state of records:
will result in the postponding of record (2)
producing this final state:
Insertion of 01.01.2015-31.12.9999(1) record to existing state of records:
will result in overriding record (2) entirely
producing this final state: