CCGLC_MPD SAP (EHS: Manual Print Dialog) Table details

Dictionary Type: Table
Description: EHS: Manual Print Dialog




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




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

CCGLC_MPD is a standard SAP Table which is used to store EHS: Manual Print Dialog data and is available within R/3 SAP systems depending on the version and release level.

The CCGLC_MPD table consists of various fields, each holding specific information or linking keys about EHS: Manual Print Dialog data available in SAP. These include SCENID (Labeling Scenario), SUBPROG (ABAP Program Name), SUBDYNNR (Screen number), FBOKCODE (Function Module for OK-Code-Handling of Subscreen).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CCGLC_MPDD


SAP CCGLC_MPD 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 MANDTCLNT3CCGLC_SCENGRPMANDT
SCENIDLabeling Scenario CBGLE_SCENIDCHAR30Assigned to domainCBGLD_SCENID
SUBPROGABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
SUBDYNNRScreen number DYNPRONRNUMC4DYNPRONR
FBOKCODEFunction Module for OK-Code-Handling of Subscreen CBGLE_FB_OKCODECHAR30TFDIRFUNCNAME
FBOPENFunction Module for Opening Subscreen CBGLE_FB_OPENCHAR30TFDIRFUNCNAME
FBCLOSEFunction Module for Closing Subscreen CBGLE_FB_CLOSECHAR30TFDIRFUNCNAME
FBDATAGETFunction Module for Data Determination CBGLE_FB_DATA_GETCHAR30TFDIRFUNCNAME
FBDATACHECKFunction Module for Data Check CBGLE_FB_DATA_CHECKCHAR30TFDIRFUNCNAME
FBLABELDETFunction Module for Label Determination CBGLE_FB_LABEL_DETCHAR30Assigned to domainFUNCNAME
REGTEXTICONIcons on Tab Page of Labeling Scenario CBGLE_TABSTRIP_ICONCHAR4ICONICON
SORTSort Sequence ESEORDNUMC4NUMC4
FBSTATEDETFunction Module for Status Check During Label Determination CBGLE_FB_STATE_CHECK_DETCHAR30Assigned to domainFUNCNAME
FBSTATEGENFunction Module for Status Check When Label Is Generated CBGLE_FB_STATE_CHECK_GENCHAR30Assigned to domainFUNCNAME
STATECHECKMODStatus Check for Label Determination CBGLE_STATE_CHECK_MODECHAR1CBGLD_STATE_CHECK_MODE
SCENGRPLabeling Scenario Group CBGLE_SCENGRPCHAR30CCGLC_SCENGRPCBGLD_SCENGRP
RVLIDValidity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLC_MPD
INTO CORRESPONDING FIELDS OF WA_CCGLC_MPD
WHERE...

How to access SAP table CCGLC_MPD

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