CCGLV_BASIC SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CCGLV_BASIC 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_BASIC table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include ORD (Sort Sequence), RFCDEST_REMOTE (RFC Destination for 'Label Printing' Transaction), CHECK_BATCH (Batch Check), LABELING_ESTCAT (Value Assignment Type for Determining No. Hazard Pictograms).. 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_BASIC 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
ORDSort Sequence ESEORDNUMC4NUMC4
RFCDEST_REMOTERFC Destination for 'Label Printing' Transaction CBGLE_RFC_DEST_MPDCHAR32RFCDESRFCDESTRFC
CHECK_BATCHBatch Check CBGLE_CHECK_BATCHCHAR1ESDBOOLE
LABELING_ESTCATValue Assignment Type for Determining No. Hazard Pictograms CBGLE_LABELING_ESTCATCHAR30TCG11ESDESTCAT
SPEC_POPUPDialog Box for Selecting Specifications CBGLE_SPEC_POPUPCHAR1ESDBOOLE
VAR_DETDetermine Suitable Generation Variants CBGLE_VAR_DETCHAR1ESDBOOLE
PRINT_MODEPrint Mode CBGLE_PRINT_MODECHAR30CCGLC_PRINT_MODECHAR30
GENSRV_DESTRFC Destination for Synchronous WWI Server CBGLE_GLM_GENSRV_DESTCHAR32RFCDESRFCDESTRFC
GENSRV_PATHTemporary Directory for Synchronous WWI Server CBGLE_GLM_GENSRV_PATHCHAR132
GHS_ESTCATValue Assignment Type for GHS Labeling CBGLE_GHS_ESTCATCHAR30TCG11ESDESTCAT
GHS_ATNAMCharacteristic of Pictograms for GHS Labeling CBGLE_GHS_ATNAMCHAR30TCG66ATNAM
GHS_BLACK_CATPINPhrase Library: Blackening the Pictogram Template CBGLE_GHS_BLACK_CATPINCHAR5TCG61ESDCATPIN
GHS_BLACK_PHRIDPhrase ID: Blackening Pictogram Template CBGLE_GHS_BLACK_PHRIDCHAR15CHRI3ESDPHRID
DELETEDELAY_PRBValidity of Print Request Body in Days CBGLE_DELETEDELAY_PRBINT410CBGLD_DELETEDELAY_PRB
DELETEDELAY_CHGLOGValidity of Audit Data in Days CBGLE_DELETEDELAY_CHGLOGINT410CBGLD_DELETEDELAY_CHGLOG
DEF_REPLANGUDefault Report Language CBGLE_DEF_REPLANGULANG1ISOLASPRAS
DEF_SYSTEMNAMEName of SAP System CBGLE_SYSNAMECHAR8
DEF_CLNTClient CBGLE_CLIENTNUMC3CBGLD_CLIENT
BGP_MAX_PROCESS_JOBSNumber of Background Jobs for Processing Print Requests CBGLE_PFW_PROCESSING_JOBSNUMC2CBGLD_BGR_JOBS_NUM
BGP_MAX_PRINT_JOBSNumber of Background Jobs for Printing Print Requests CBGLE_PFW_PRINTING_JOBSNUMC2CBGLD_BGR_JOBS_NUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLV_BASIC
INTO CORRESPONDING FIELDS OF WA_CCGLV_BASIC
WHERE...

How to access SAP table CCGLV_BASIC

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