CX_ATTRIBUTE_SET 
Class hierarchy
- CX_CLASS
- CX_SIMPLE
- CX_TERMED
- CX_EXPANDABLE
- CX_ATTRIBUTE
- CX_ATTRIBUTE_SET
- CX_ATTRIBUTE
- CX_EXPANDABLE
- CX_TERMED
- CX_SIMPLE
Description:
An attribute table is the summary of several attributes in the form of a set that is assigned to a business object.
Code example:
...
| Function | MA* | Parameters | Return | Brief description |
|---|---|---|---|---|
| Attribute | INTEGER | OBJECT | Attribute that describes a specific slot in more detail | |
| AttributeNames | VECTOR | List with names of all slots, which are described here in more detail | ||
| SanityCheck | INTEGER | Check for consistency of the object | ||
| ClassFilter | STRING, INTEGER | OBJECT | This object, if it corresponds to a certain class | |
| ConditionedFilter | STRING | OBJECT | ||
| ConditionedFilter2 | OBJECT | OBJECT | ||
| Deleted | INTEGER | Object marked as deleted? | ||
| Description | STRING | Name of this object | ||
| GetDomain | INTEGER | Domain of this object | ||
| GetSiblings | COLLECTION | All siblings of this object | ||
| GetSiblings2 | COLLECTION | All siblings of this object | ||
| GetSlotEntries | VECTOR<object></ob | Return of internal information about slots | ||
| HasConstraint | * | Validity available? | ||
| IsValueAttributes | INTEGER | Is this attribute a preset attribute? | ||
| LastUpdate | OBJECT | Date of the last write access | ||
| LastUser | INTEGER | User who last had write access to the object | ||
| link | OBJECT | Add this object to the list of objects with validity | ||
| Name | STRING | Short name of this object | ||
| NameMA | * | Short name of this object | ||
| NextValidObject | OBJECT | Subsequent validity object in time | ||
| PrePostUpdate | INTEGEROBJECT | Logging of changes | ||
| PreviousValidObject | OBJECT | Previous validity object in time | ||
| RestrictedValidity | * | Area of validity limited? | ||
| SetDomain | INTEGER, INTEGER | Set domain | ||
| ShortName | STRING | Short name of this object | ||
| Siblings | * | Objects with validity | ||
| SpanDateValidity | * | Period of validity | ||
| string | INTEGER | CX_STRING | Returns the string representation of the object | |
| Type | STRING | - | ||
| TypeID | INTEGER | - | ||
| UnconditionalValueObject | ANY | Value of the slot, constraints are not considered | ||
| UniqueID | STRING | Content of the fixed data field "uniqueID | ||
| Unlink | Remove this object from the list of objects with validity | |||
| Unlink2 | Remove this object from the list of objects with validity | |||
| Valid | OBJECT | INTEGER | Check validity | |
| ValidSince | OBJECT | Start of validity period | ||
| ValidToday | INTEGER | Valid today? | ||
| ValidUntil | OBJECT | End of validity period | ||
| ValueObject | ANY | - | ||
| VerifySiblings | INTEGER | Check ring of exchange objects |
* MA = Member Access function,
grey background = inherited function
| Data field | Type | Reference class | I* | Brief description |
|---|---|---|---|---|
| attributes | COLLECTION | CX_ATTRIBUTE | The set of attributes | |
| attributeEnum | ENUMSHORT | Type | ||
| constraint | POINTER | CX_FORMULA | Validity | |
| uniqueID | STRING | * | Unique key | |
| validity | POINTER | CX_VALIDITY | Validity period of the object |
* I = Indexable data field,
grey background = inherited data field
| Module | Brief description |
|---|---|
| atsetobj.mod | Attribute Lists Basic module |
| atsetedt.mod | Attribute Lists Editing module |
| atsetsel.mod | Attribute Lists Selection module |
| attriset.mod | Object features editing module |