CCGLC_MPDP SAP (EHS: Manual Print Dialog for User Entry) Table details

Dictionary Type: Table
Description: EHS: Manual Print Dialog for User Entry




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




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

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

The CCGLC_MPDP table consists of various fields, each holding specific information or linking keys about EHS: Manual Print Dialog for User Entry data available in SAP. These include SCENID (Labeling Scenario), LSYTYPE (Report Symbol Type), LSYID (Report Symbol), FLG_MAND (Required Entry Field (Obligatory Input Field)).. 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: Cannot Be Enhanced


SAP CCGLC_MPDP 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
SCENIDLabeling Scenario CBGLE_SCENIDCHAR30CCGLC_MPDCBGLD_SCENID
LSYTYPEReport Symbol Type ESELSYTYPECHAR2ESDLSYTYPE
LSYIDReport Symbol ESELSYIDCHAR10TCGA6ESDLSYID
FLG_MANDRequired Entry Field (Obligatory Input Field) CBGLE_FLGMANDCHAR1FLAG
FLG_READOutput Field CBGLE_FLGREADCHAR1FLAG
FLG_AUDITLogging CBGLE_FLGAUDITCHAR1FLAG
ORDSort Sequence ESEORDNUMC4NUMC4
FUNCNAMEFunction Module for Logging User Entries CBGLE_FB_OEDCHAR30TFDIRFUNCNAME
CHECK_FUNCFunction Module for Checking User Entries CBGLE_FB_OED_CHECKCHAR30TFDIRFUNCNAME
FORMAT_FUNCFunction Module for Formatting User Entries CBGLE_FB_OED_FORMATCHAR30TFDIRFUNCNAME
LIST_FUNCFunction Module for Input Help with User Entries CBGLE_FB_OED_LISTCHAR30TFDIRFUNCNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLC_MPDP
INTO CORRESPONDING FIELDS OF WA_CCGLC_MPDP
WHERE...

How to access SAP table CCGLC_MPDP

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