CCGLC_SCEN_APPL SAP (EHS: Output Control for Labeling Scenarios) Table details

Dictionary Type: Table
Description: EHS: Output Control for Labeling Scenarios




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




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

CCGLC_SCEN_APPL is a standard SAP Table which is used to store EHS: Output Control for Labeling Scenarios data and is available within R/3 SAP systems depending on the version and release level.

The CCGLC_SCEN_APPL table consists of various fields, each holding specific information or linking keys about EHS: Output Control for Labeling Scenarios data available in SAP. These include KAPPL (Application), SCENID (Labeling Scenario).. 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 or numeric)


SAP CCGLC_SCEN_APPL 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
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
SCENIDLabeling Scenario CBGLE_SCENIDCHAR30CCGLC_SCENCBGLD_SCENID

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLC_SCEN_APPL
INTO CORRESPONDING FIELDS OF WA_CCGLC_SCEN_APPL
WHERE...

How to access SAP table CCGLC_SCEN_APPL

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