CCGLV_MPDP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CCGLV_MPDP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CCGLV_MPDP table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CCGLV_MPDP table view 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 MANDTCLNT3MANDT
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 CCGLV_MPDP using ABAP code

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

SELECT SINGLE *
FROM CCGLV_MPDP
INTO CORRESPONDING FIELDS OF WA_CCGLV_MPDP
WHERE...

How to access SAP table CCGLV_MPDP

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