Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The table DDXTF (Nametab Field Structure for Delayed Writing) is a standard table in SAP ERP. It belongs to the package SDIC.
Table | DDXTF |
Short Text | Nametab Field Structure for Delayed Writing |
Package | SDIC |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
TABNAME | ✔ | Table Name | TABNAME | CHAR | 30 | * |
MODEFLAG | ✔ | Activation flag | ACTFLAG | CHAR | 1 | |
POSITION | ✔ | Position of the field in the table | TABFDPOS | NUMC | 4 | |
FLAG1 | Flag 1 length 1 byte for field attributes | FDFLAG1 | RAW | 1 | ||
FLAG2 | Flag 2 length 1 byte for field attributes | FDFLAG2 | RAW | 1 | ||
FLAG3 | Flag 1 length 1 byte for field attributes | FDFLAG1 | RAW | 1 | ||
FLAG4 | Flag 2 length 1 byte for field attributes | FDFLAG2 | RAW | 1 | ||
DBTABPOS | Position number of table field in database | FLPOS | RAW | 2 | ||
FIELDTYPE | ABAP data type (coded) | FLDTYPE | RAW | 1 | ||
OFFSET | Table field offset | ROFFSET | RAW | 4 | ||
DBLENGTH | Length of field in ABAP | DBLENGTH | RAW | 2 | ||
DBLENGTH2 | ABAP Dictionary: Length on Database | DBLENGTH2 | RAW | 4 | ||
EXLENGTH | Field output length | OUTLENGTH | RAW | 2 | ||
DECIMALS | Number of decimal places in the field | INTDECIM | RAW | 1 | ||
DEPTH | Depth in nested structures | DDDEPTH | RAW | 1 | ||
FLDALIGN | Alignment of types with different pointer lengths | FLDALIGN | RAW | 1 | ||
FIELDNAME | Field Name | FIELDNAME | CHAR | 30 | * | |
ROLLNAME | Data element (semantic domain) | ROLLNAME | CHAR | 30 | * | |
ABTYPE | ABAP data type (nametab interface coded) | ABTYPE | RAW | 1 | ||
DTYP | Data Type in ABAP Dictionary | DATATYPE_D | CHAR | 4 | ||
EXID | ABAP data type (C,D,N,...) | INTTYPE | CHAR | 1 | ||
REFTABLE | Table for reference field | REFTABLE | CHAR | 30 | * | |
REFFIELD | Reference field for currency and qty fields | REFFIELD | CHAR | 30 | * | |
PRECFIELD | Internal precision | PRECINTERN | RAW | 2 | ||
CONVEXIT | Conversion Routine | CONVEXIT | CHAR | 5 | ||
MEMORYID | Set/Get parameter ID | MEMORYID | CHAR | 20 | * | |
CHECKTABLE | Check table name of the foreign key | CHECKTABLE | CHAR | 30 | * | |
DIGITS | Dictionary length for DEC, CURR, QUAN types | DDINTLENG | RAW | 2 |