Table/Structure Field list used by SAP ABAP Function Module FIELD_POSITION_IN_SEGMENT_GET (Ermittelt Offset und Länge zu einem Feld in einem IDOC-Segment)
SAP ABAP Function Module
FIELD_POSITION_IN_SEGMENT_GET (Ermittelt Offset und Länge zu einem Feld in einem IDOC-Segment) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DFIES - LENG | Length (No. of Characters) | ||
| 2 | DFIES - FIELDNAME | Field Name | ||
| 3 | SYST - MSGV4 | ABAP System Field: Message Variable | ||
| 4 | SYST - MSGV3 | ABAP System Field: Message Variable | ||
| 5 | SYST - MSGV2 | ABAP System Field: Message Variable | ||
| 6 | SYST - MSGV1 | ABAP System Field: Message Variable | ||
| 7 | SYST - MSGTY | ABAP System Field: Message Type | ||
| 8 | SYST - MSGNO | ABAP System Field: Message Number | ||
| 9 | SYST - MSGID | ABAP System Field: Message ID | ||
| 10 | TBD10 - FIELDLENG | Internal Length in Bytes | ||
| 11 | TBD10 - FIELDLENG | Internal Length in Bytes | SOURCE VALUE(LENGTH) LIKE TBD10-FIELDLENG |
|
| 12 | TBD10 - FIELDNAME | Field Name | ||
| 13 | TBD10 - FIELDNAME | Field Name | SOURCE VALUE(FIELD) LIKE TBD10-FIELDNAME |
|
| 14 | TBD10 - FIELDOFF | Position of the field in the table | ||
| 15 | TBD10 - FIELDOFF | Position of the field in the table | SOURCE VALUE(OFFSET) LIKE TBD10-FIELDOFF |
|
| 16 | TBD10 - SEGTYP | Segment type | ||
| 17 | TBD10 - SEGTYP | Segment type | SOURCE VALUE(SEGMENT) LIKE TBD10-SEGTYP |