CCGLC_BASIC SAP (EHS: Basic Data) Table details

Dictionary Type: Table
Description: EHS: Basic Data




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




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

CCGLC_BASIC is a standard SAP Table which is used to store EHS: Basic Data data and is available within R/3 SAP systems depending on the version and release level.

The CCGLC_BASIC table consists of various fields, each holding specific information or linking keys about EHS: Basic Data 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CCGLC_BASIC 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
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_SYSTEMNAMEName of SAP System CBGLE_SYSNAMECHAR8
DEF_CLNTClient CBGLE_CLIENTNUMC3CBGLD_CLIENT
DEF_REPLANGUDefault Report Language CBGLE_DEF_REPLANGULANG1Assigned to domainISOLASPRAS
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 CCGLC_BASIC using ABAP code

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

SELECT SINGLE *
FROM CCGLC_BASIC
INTO CORRESPONDING FIELDS OF WA_CCGLC_BASIC
WHERE...

How to access SAP table CCGLC_BASIC

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