You can define the sequence, position and length of
ATTRIBLINE in the table ATTRIBUTE_LINES using the parameter table DEFINITIONS. The table DEFINITIONS has the same structure as the ABAP/4 dictionary structure IFDEFINE .For detailed information on the field type refer to
Data Formats of Attributes in Object Methods.
Field |
Type |
Length |
Description |
OBJECTTYPE |
CHAR |
32 |
Object type on which method is performed |
METHOD |
CHAR |
32 |
Method to be performed on object |
ATTRIBUTE |
CHAR |
32 |
Name of attribute for object method |
LENGTH |
NUMC |
4 |
Length of attribute for object method |
POSIT |
NUMC |
4 |
Position of attribute for object method |