GLE_STR_MCA_RUNADM_ID SAP (Includes GLE_RUNADM_ID) Structure details

Dictionary Type: Structure
Description: Includes GLE_RUNADM_ID




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




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

GLE_STR_MCA_RUNADM_ID is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Includes GLE_RUNADM_ID" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_GLE_STR_MCA_RUNADM_ID TYPE GLE_STR_MCA_RUNADM_ID.

The GLE_STR_MCA_RUNADM_ID table consists of various fields, each holding specific information or linking keys about Includes GLE_RUNADM_ID data available in SAP. These include MANDT (Client), APPLK (Application), RUNID (Run Administration Run ID), PRCCAT (Technical Process Category).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GLE_STR_MCA_RUNADM_ID structure 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
APPLKApplication GLE_RUNADM_DTE_APPLKCHAR4GLE_RUNADM_APPLK
RUNIDRun Administration Run ID GLE_RUNADM_DTE_RUNIDCHAR12CHAR12
PRCCATTechnical Process Category GLE_RUNADM_DTE_CATEGORYCHAR6GLE_DOM_RUNADM_CATEGORY
RUNTSTimestamp (UTC) GLE_RUNADM_DTE_RUNTIMESTAMPDEC21(7) TZNTSTMPL
RUNUSERUser Name GLE_DTE_RUNUSERCHAR12USNAM
REVERSED_RUNRun ID of the Reversed Run GLE_RUNADM_DTE_REVERSED_RUNIDCHAR12CHAR12
REVERSAL_RUNRun ID of the Reversal Run GLE_RUNADM_DTE_REVERSAL_RUNIDCHAR12CHAR12
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
CPROGCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
BATCHBackground Processing Active SYBATCHCHAR1SYCHAR01
SLSETUsed Selection Screen Variant SYSLSETCHAR14SYCHAR14
TZONETime Zone SYTZONEINT410SYST_SHORT
ZONLOTime Zone SYSTZONLOCHAR6SYCHAR06
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
STATUSRun Status GLE_RUNADM_DTE_RUN_STATUSCHAR3GLE_RUNADM_STATUS
ARCHIVE_STATUSArchivability Status AFX_DTE_ARCHIVE_STATUSCHAR1AFX_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date AFX_DTE_ARCHIVE_FLUDDATS8DATS
PROGNName of the Program/Report on an Application Process BANK_DTE_PP_PROGNCHAR40Assigned to domainPROGRAMM
PROGDATEDate of Program Run BANK_DTE_PP_PROGDATEDATS8DATUM
PROGNOSequential Number of the Program Run BANK_DTE_PP_PROGNONUMC3
RESTARTRestart Processing GLE_RUNADM_DTE_RESTARTCHAR1GLE_RUNADM_BOOLEAN
FILENAMEFile Name GLE_RUNADM_DTE_FILENAMECHAR128GLE_RUNADM_FILENAME
ENVIRONMENTXML Serialization as String GLE_RUNADM_DTE_XMLSTRINGSTRG0

Key field Non-key field



How do I retrieve data from SAP structure GLE_STR_MCA_RUNADM_ID using ABAP code?

As GLE_STR_MCA_RUNADM_ID is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on GLE_STR_MCA_RUNADM_ID as there is no data to select.

How to access SAP table GLE_STR_MCA_RUNADM_ID

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