CCGLT_AUDH SAP (EHS: Audit Data Header Entry) Table details

Dictionary Type: Table
Description: EHS: Audit Data Header Entry




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




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

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

The CCGLT_AUDH table consists of various fields, each holding specific information or linking keys about EHS: Audit Data Header Entry data available in SAP. These include MANDT (Client), RECN (Sequential Number of Data Record), ACTN (Sequential Number of the Change State), AUSER (Changed by).. 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: Cannot Be Enhanced


SAP CCGLT_AUDH 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
AUSERChanged by USERCHAR12CHAR12
ADATEDate in CHAR format DATECHAR8CHAR8
ATIMETime in CHAR Format TIMECHAR6CHAR6
SCENIDLabeling Scenario CBGLE_SCENIDCHAR30Assigned to domainCBGLD_SCENID
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25ESD_DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2ESD_DRAWDOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
LDEPIDReport Generation Variant ESELDEPIDCHAR10CHRIDESDLDEPIDES8
LTYPELabel Category CBGLE_LTYPCHAR10Assigned to domainESDREPTYPECBGL_LABTYP
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
PUOMPackaging Unit CBGLE_PUOMUNIT3Assigned to domainCUNITMEINSCBGL_PUOM
LSIDLabel Stock CBGLE_LSIDCHAR12CBGLD_LSIDCBGL_LSID
VKTR_STRINGText (length 132) TEXT132CHAR132TEXT132
VAL_AREASText (length 132) TEXT132CHAR132TEXT132
NUM_LBLSNumber of Printed Copies CBGLE_NUMDEC6CBGLD_NUM
USER_ACTIONUser Action CBGLE_USERACTIONCHAR30Assigned to domainCCGLD_USERACTION
PRINTER_NAMEName of Windows Printer ESEWINPRCHAR60TEXT60
PRINTER_DESCPrinter Name CBGLE_PRN_DESCCHAR128CBGLD_PRN_DESC
REMARKAdditional Comments on Change Logging CBGLE_REMCHAR132CHAR132
PRTREQ_IDPrint Request CBGLE_ORDIDNUMC12CBGLD_ORDID

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCGLT_AUDH
INTO CORRESPONDING FIELDS OF WA_CCGLT_AUDH
WHERE...

How to access SAP table CCGLT_AUDH

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