ColumnCount |
Number of columns in the structure object. (Read
only) |
Type |
Return name of the object. (Read only) |
Function |
Function object name that owns the structure
object. (If there is. Read only) |
Name |
ABAP name of the structure. (Read only) |
Width |
Structure width for the field. (Read only) |
ColumnName(n) |
Get column name for the column at position (n). |
Value(n or str) |
Read/Write value under the name (n or str). |
ColumnOffset(n) |
First byte of the column at position (n). (Read
only) |
ColumnLength(n) |
Read length of the column in bytes for the
column at position (n). (Read only) |
ColumnSAPType(n) |
Read SAP internal data type for the column at
position (n).
RfcTypeChar = 0 = String
RfcTypeData = 1 = Date
RfcTypeBCD = 2 = BCD
RfcTypeTime = 3 = Time
RfcTypeHex = 4 = Binary
RfcTypeNum = 6 = Numeric
RfcTypeFloat = 7 = Float
RfcTypeLong = 8 = Long
RfcTypeShot = 9 = Short
RfcTypeByte = 10 = Byte |
ColumnDecimals(n) |
Number of decimal places to the right of the
decimal point for the column at position (n). (Read only) |