DYNABAPHDR - Header Table for Dynamic ABAP Code
Header Table for Dynamic ABAP Code information is stored in SAP table DYNABAPHDR.
It is part of development package SBAC_DYN_ABAP in software component BC-ABA. This development package consists of objects that can be grouped under "Dynamic ABAP Code".
It is part of development package SBAC_DYN_ABAP in software component BC-ABA. This development package consists of objects that can be grouped under "Dynamic ABAP Code".
Fields for table DYNABAPHDR
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| EVENT_ID | Globally Unique Identifier | X | GUID | RAW | 16 | |
| HOSTNAME | Application Server | SYHOST | CHAR | 64 | ||
| PROGNAME | ABAP Program Name | PROGNAME | CHAR | 80 | ||
| R3STATE | ABAP: Program Status (Active, Saved, Transported...) | R3STATE | CHAR | 2 | ||
| SUBC | Program type | SUBC | CHAR | 2 | ||
| MAIN_PROGRAM | ABAP Program Name | PROGNAME | CHAR | 80 | ||
| EVENT_TYPE | Event Type for Dynamic ABAP Code | DYN_ABAP_DTE_EVENT_TYPE | CHAR | 4 | ||
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
| RMAND | Client | RMAND | CHAR | 6 | ||
| USER_ID | User Name in User Master Record | XUBNAME | CHAR | 24 | * | |
| FINGERPRINT | Dynamic ABAP Code Source Signature | DYN_ABAP_DTE_FINGERPRINT | CHAR | 48 | ||
| GEN_PROGNAME | ABAP Program Name | PROGNAME | CHAR | 80 | ||
| GEN_TRANSACTION | Transaction Code | TCODE | CHAR | 40 | * | |
| AUTH_GROUP | Authorization Group | SECU | CHAR | 16 | ||
| LOG_DB | LDB name | LDBNAM | CHAR | 40 | ||
| EDITOR_LOCK | Editor lock flag | EDTX | CHAR | 2 | ||
| FIX_PT_ARITH | Fixed point arithmetic | FIXPT | CHAR | 2 | ||
| UNICODE_ACTIVE | ABAP Version | UCCHECK | CHAR | 2 | ||
| START_WITH_VARIANT | Start Using Variant Only | SSET | CHAR | 2 | ||
| KEEP_EVENT | Keep Event Entry | DYN_ABAP_DTE_EVENT_KEEP | CHAR | 2 |