CX_TERMED 
Class hierarchy
Description:
CX_TERMED is one of the basic model classes. This class (and those derived from it) can be restricted in their validity . This property sets it apart from CX_SIMPLE.
You cannot instantiate this class yourself. However, classes derived from this class have the following methods:
| Function | MA* | Parameters | Return | Brief description |
|---|---|---|---|---|
| GetSiblings | COLLECTION | All siblings of an object. Termination if there is an error in the concatenation of the siblings. | ||
| GetSiblings2 | COLLECTION | All siblings of an object. No abort if there is an error in chaining the siblings. | ||
| link | CX_TERMED | Add the transferred object to the list of exchange objects. | ||
| NextValidObject | CX_TERMED | Object whose validity starts after the validity of this object. | ||
| PreviousValidObject | CX_TERMED | Object whose validity ends before the validity of this object. | ||
| RestrictedValidity | * | INTEGER | Check whether a CX_VALIDITY object is assigned. | |
| Siblings | * | Objects with validity (can only be used with Collection Widget) | ||
| SpanDateValidity | * | STRING | Period of validity | |
| Unlink | CX_TERMED | Remove this object from the list of objects with validity. Errors are reported. | ||
| Unlink2 | CX_TERMED | Remove this object from the list of objects with validity. | ||
| Valid | CX_DATE | INTEGER | Is the object valid at the time of transfer? | |
| ValidSince | OBJECT | Start of the validity period | ||
| ValidToday | INTEGER | Is the object valid today? | ||
| ValidUntil | OBJECT | End of the validity period | ||
| VerifySiblings | INTEGER | Check ring of exchange objects | ||
| Deleted | INTEGER | Object marked as deleted? | ||
| LastUpdate | OBJECT | Date of the last write access | ||
| LastUser | INTEGER | User who last had write access to the object | ||
| string | INTEGER | CX_STRING | Returns the string representation of the object |
* MA = Member Access function,
grey background = inherited function