MCMACO SAP (Input Parameters for Matchcode Maintenance Programs) Structure details

Dictionary Type: Structure
Description: Input Parameters for Matchcode Maintenance Programs




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




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

MCMACO 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 "Input Parameters for Matchcode Maintenance Programs" 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_MCMACO TYPE MCMACO.

The MCMACO table consists of various fields, each holding specific information or linking keys about Input Parameters for Matchcode Maintenance Programs data available in SAP. These include MCO (Names of the matchcode objects to be maintained), FKT_ (Functions for matchcode maintenance), FKT_P (Functions for utility SAPMACOP for matchcode maintenance), BATCH (Flag for background processing).. 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: Not classified


SAP MCMACO 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 in which the matchcode data is maintained MCMACOCLNTCLNT3Assigned to domainMANDT
MCONames of the matchcode objects to be maintained MCMACOMCOCHAR10Assigned to domainMCONAME
FKT_Functions for matchcode maintenance MCMACOFKTCHAR3MCMACOFKT
FKT_PFunctions for utility SAPMACOP for matchcode maintenance MCMACOFKTPCHAR3MCMACOFKTP
BATCHFlag for background processing MCMACOBTCHCHAR1MCMACOBTCH
MCTIMEStart date for background processing MCMACOTIMECHAR1MCMACOTIME
FKB_FUNCFunction description for MC_CREATE_mconame call MCMACOFUNCCHAR4CHAR4
FKB_ZCOM0Data element counter for commit with MC_CREATE_mconame MCMACOZCOMNUMC5MCMACOZCOM
FKT_UFunction for utility sapamcnv (convert function gr.) MCMACOFKTUCHAR3MCMACOFKTU
FGROUPName of a generated function group or LIKE expression MCMACOGROUCHAR4MCMACOGROU
STATUSStatus for reading/writing matchcode objects MCSTATUSCHAR1CHAR1
SDLSTRTDTExecution date for background processing MCSTRTDTDATS8SYDATS
SDLSTRTTMExecution time for background processing MCSTRTTMTIMS6SYTIME
PRDDAYSRepeat period of generated job MCPRDDAYSNUMC3NUM03

Key field Non-key field



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

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

How to access SAP table MCMACO

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