MCEX_LO_ACT_CHK SAP (MCEX-LO: Checking structures for activity and planned jobs) Structure details

Dictionary Type: Structure
Description: MCEX-LO: Checking structures for activity and planned jobs




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




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

MCEX_LO_ACT_CHK 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 "MCEX-LO: Checking structures for activity and planned jobs" 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_MCEX_LO_ACT_CHK TYPE MCEX_LO_ACT_CHK.

The MCEX_LO_ACT_CHK table consists of various fields, each holding specific information or linking keys about MCEX-LO: Checking structures for activity and planned jobs data available in SAP. These include MCEXLOCOLRUN (Relevance of the Application for the V3 Update), MCEXLOACTIVE (There are no active extractors for the application), MCEXLOJOBEXISTS (Existence of a scheduled job for start of collective update), MCEXLOPROGRAM (Program name in internal step list).. 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: Cannot Be Enhanced


SAP MCEX_LO_ACT_CHK 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
MCEXLOAPPNumber of application MCEXLOAPPCHAR2MCEXLOAPP
MCEXLOCOLRUNRelevance of the Application for the V3 Update MCEXLOCOLRUNCHAR1MCEXLOACTIVE
MCEXLOACTIVEThere are no active extractors for the application MCEXLOACTIVECHAR1MCEXLOACTIVE
MCEXLOJOBEXISTSExistence of a scheduled job for start of collective update MCEXLOJOBEXISTSCHAR1MCEXLOJOBEXISTS
MCEXLOPROGRAMProgram name in internal step list MCEXLOPROGRAMCHAR128TEXT128
MCEXLOSDATEScheduled start date for background job MCEXLOSDATEDATS8SYDATS
MCEXLOSTIMEScheduled Start Time for Background Job MCEXLOSTIMETIMS6SYTIME
MCEXLOEVENTIDBackground Processing Event MCEXLOEVENTIDCHAR32CHAR32
MCEXLOEVENTPARMBackground Event Parameters (Such as, Jobname/Jobcount) MCEXLOEVENTPARMCHAR64TEXT64
MCEXLOPERIODICPeriodic jobs indicator ('X') MCEXLOPERIODICCHAR1CHAR1

Key field Non-key field



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

As MCEX_LO_ACT_CHK 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 MCEX_LO_ACT_CHK as there is no data to select.

How to access SAP table MCEX_LO_ACT_CHK

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