DYNABAPHDR SAP (Header Table for Dynamic ABAP Coding) Table details

Dictionary Type: Table
Description: Header Table for Dynamic ABAP Coding




ABAP Code to SELECT data from DYNABAPHDR
Related tables to DYNABAPHDR
Access table DYNABAPHDR




Table field list including key, data, relationships and ABAP select examples

DYNABAPHDR is a standard SAP Table which is used to store Header Table for Dynamic ABAP Coding data and is available within R/3 SAP systems depending on the version and release level.

The DYNABAPHDR table consists of various fields, each holding specific information or linking keys about Header Table for Dynamic ABAP Coding data available in SAP. These include HOSTNAME (Application Server), PROGNAME (ABAP Program Name), R3STATE (ABAP: Program Status (Active, Saved, Transported...)), SUBC (Program type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DYNABAPHDR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EVENT_IDGlobally Unique Identifier GUIDRAW16
HOSTNAMEApplication Server SYHOSTCHAR32HOST_ID
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
R3STATEABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
SUBCProgram type SUBCCHAR1SUBC
MAIN_PROGRAMABAP Program Name PROGNAMECHAR40PROGNAME
EVENT_TYPEEvent Type for Dynamic ABAP Coding DYN_ABAP_DTE_EVENT_TYPECHAR2DYN_ABAP_DOM_EVENT_TYPE
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
RMANDClient RMANDCHAR3SYCHAR03
USER_IDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
FINGERPRINTDynamic ABAP Coding Source Text Signature DYN_ABAP_DTE_FINGERPRINTCHAR24
GEN_PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
GEN_TRANSACTIONTransaction Code TCODECHAR20Assigned to domainTCODETCD
AUTH_GROUPAuthorization Group SECUCHAR8SYCHAR08
LOG_DBLDB name LDBNAMCHAR20LDBNAMELDBSH_LDBD
EDITOR_LOCKEditor lock flag EDTXCHAR1RDIR_FUNC
FIX_PT_ARITHFixed point arithmetic FIXPTCHAR1RDIR_FUNC
UNICODE_ACTIVEFlag, if unicode check was performed UCCHECKCHAR1SYCHAR01
START_WITH_VARIANTStart only via variant SSETCHAR1RDIR_FUNC
KEEP_EVENTIndicator for Keep Event Entry DYN_ABAP_DTE_EVENT_KEEPCHAR1DYN_ABAP_DOM_EVENT_KEEP

Key field Non-key field



How do I retrieve data from SAP table DYNABAPHDR using ABAP code

The following ABAP code Example will allow you to do a basic selection on DYNABAPHDR to SELECT all data from the table
DATA: WA_DYNABAPHDR TYPE DYNABAPHDR.

SELECT SINGLE *
FROM DYNABAPHDR
INTO CORRESPONDING FIELDS OF WA_DYNABAPHDR
WHERE...

How to access SAP table DYNABAPHDR

Within an ECC or HANA version of SAP you can also view further information about DYNABAPHDR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!