MDGD_LOG_HEADER SAP (MDG DataLoad Application Log Header) Table details

Dictionary Type: Table
Description: MDG DataLoad Application Log Header




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




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

MDGD_LOG_HEADER is a standard SAP Table which is used to store MDG DataLoad Application Log Header data and is available within R/3 SAP systems depending on the version and release level.

The MDGD_LOG_HEADER table consists of various fields, each holding specific information or linking keys about MDG DataLoad Application Log Header data available in SAP. These include RUN_NUMBER (Data Load Run Number), APPLICATION (Data Load Application), ALDATE (Application log: date), ALTIME (Application log: time).. 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: Can be enhanced (character-type or numeric)


SAP MDGD_LOG_HEADER 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RUN_NUMBERData Load Run Number MDG_RUN_NUMBERCHAR8
APPLICATIONData Load Application MDG_DATA_LOAD_APPLICATIONCHAR6MDG_DATA_LOAD_APPLICATION
ALDATEApplication log: date BALDATEDATS8DATUM
ALTIMEApplication log: time BALTIMETIMS6UZEIT
ALUSERApplication log: user name BALUSERCHAR12Assigned to domainXUBNAME
JOB_STATUSData Load Job Status MDG_DATA_LOAD_JOB_STATUSCHAR1MDG_DATA_LOAD_JOB_STATUS
OBJECT_TYPEData Load Object Type MDG_DATALOAD_OBJ_TYPECHAR4Assigned to domainMDP_IL_OBJECT_TYPE
DESCRIPTIONText Field of Length 60 TEXT60CHAR60TEXT60
QUEUE_NAMECharacter Field of Length 12 CHAR12CHAR12CHAR12
ALENDDATEApplication log: date BALDATEDATS8DATUM
ALENDTIMEApplication log: time BALTIMETIMS6UZEIT
JOBNUMBERJob ID BTCJOBCNTCHAR8CHAR8
DESC_INTDescription : Internal MDG_DL_DESC_INTCHAR60MDG_DL_DESC_INT

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDGD_LOG_HEADER
INTO CORRESPONDING FIELDS OF WA_MDGD_LOG_HEADER
WHERE...

How to access SAP table MDGD_LOG_HEADER

Within an ECC or HANA version of SAP you can also view further information about MDGD_LOG_HEADER 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!