CCGLT_AUDI SAP (EHS: Audit Icon/Parameter Values) Table details

Dictionary Type: Table
Description: EHS: Audit Icon/Parameter Values




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




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

CCGLT_AUDI is a standard SAP Table which is used to store EHS: Audit Icon/Parameter Values data and is available within R/3 SAP systems depending on the version and release level.

The CCGLT_AUDI table consists of various fields, each holding specific information or linking keys about EHS: Audit Icon/Parameter Values data available in SAP. These include MANDT (Client), RECN (Sequential Number of Data Record), ACTN (Sequential Number of the Change State), RECNROOT (Sequential Number of Data Record).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CCGLT_AUDI 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 MANDTCLNT3T000MANDT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
LSYTYPEReport Symbol Type ESELSYTYPECHAR2ESDLSYTYPE
LSYIDReport Symbol ESELSYIDCHAR10Assigned to domainESDLSYID
VALUE_INITGeneral Extension Field CVDEVALUECHAR132CVDDVALUE
VALUEGeneral Extension Field CVDEVALUECHAR132CVDDVALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLT_AUDI
INTO CORRESPONDING FIELDS OF WA_CCGLT_AUDI
WHERE...

How to access SAP table CCGLT_AUDI

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