CCIHS_IAHSCR SAP (EHS: Header Data Incident/Accident Log for Display) Structure details

Dictionary Type: Structure
Description: EHS: Header Data Incident/Accident Log for Display




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




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

CCIHS_IAHSCR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "EHS: Header Data Incident/Accident Log for Display" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CCIHS_IAHSCR TYPE CCIHS_IAHSCR.

The CCIHS_IAHSCR table consists of various fields, each holding specific information or linking keys about EHS: Header Data Incident/Accident Log for Display data available in SAP. These include MARKFLG (Row Is Selected), SELEFLG (Step Loop Line Selected), LINENO (General Auxiliary Counter), LINEMOD (Processing status or mode of a record/step loop line).. 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 CCIHS_IAHSCR structure 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
MARKFLGRow Is Selected ESEMARKFLGCHAR1ESDFLAG
SELEFLGStep Loop Line Selected ESESELEFLGCHAR1ESDFLAG
LINENOGeneral Auxiliary Counter ESECOUNTERNUMC10NUMC10
LINEMODProcessing status or mode of a record/step loop line ESELINEMODCHAR1CHAR1
CHCOFLGIndicator: Change number collision ESECHCOFLGCHAR1ESDFLAG
LOCKMODLock Mode (Shared, Exclusive) ESELOCKMODCHAR1CHAR1
INTRFLGFlag for Internal Use ESEINTRFLGCHAR1ESDFLAG
MANDTClient MANDTCLNT3T000MANDT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
PARKFLGData Record Is Inactive ESEPARKFLGCHAR1ESDFLAG
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
SRSIDSource of Data ESESRSIDCHAR10TCG56ESDSRSID
OWNIDData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
IALIDIncident/Accident Log Entry CCIHE_IALIDCHAR20CHRIDCCIHD_IAID
IATYPEIncident/Accident Log Entry Type CCIHE_IATYPECHAR3CCIHC_IATYPECCIHD_IATYPE
IAPLANTPlant Assignment for the Log Entry CCIHE_IAPLANTCHAR4T001WWERKS
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
IASTATUSStatus EHSBE_STATUSCHAR5J_STATUS
EVDESCEvent Description CCIHE_EVDESCLXTCHAR60TEXT60
DMTYPEType of Damage CCIHE_DMTYPECHAR21Assigned to domainCCIHD_DMTYPE
TPLNRFunctional Location CCIHE_FUNLOCCHAR30Assigned to domainCCIHD_FUNLOCIFLIFLM
EQUNREquipment Number CCIHE_EQUNRCHAR18Assigned to domainCHAR18EQNEQUI
EQDESCDescription of Machine CCIHE_EQDESCCHAR80TEXT80
FATALFLGFatality CCIHE_FATALFLGCHAR1ESDFLAG
CNTRFLGContractor Affected CCIHE_CNTRFLGCHAR1ESDFLAG
INVRESULTInvestigation Result CCIHE_INVRESULTCHAR60TEXT60
INVRESULTFLGIndicator for SAPscript Text CCIHE_INVRESULTFLGCHAR1FLAG
PMFLGMaintenance Required CCIHE_PMFLGCHAR1ESDFLAG
PRODLFLGProduction Time Lost CCIHE_PRODLFLGCHAR1ESDFLAG
MTNLANGULanguage of Entry CCIHE_MTNLANGULANG1T002ISOLASPRAS
EVDATEvent Date CCIHE_EVDATDATS8DATUM
EVTIMEEvent Time CCIHE_EVTIMETIMS6TIME
RECNTWAHReference to Work Area CCIHE_RECNTWAHNUMC20ALPHAESDRECN
ACLOCAccident Location CCIHE_ACLOCCHAR10Assigned to domainCCIHD_ACLOC
ACLOCDESCDescription of Accident Location CCIHE_ACLOCDESCCHAR60TEXT60
EVTIMEZONEValid Time Zone CCIHE_TIMEZONECHAR6TTZZTZNZONECCIH_TZONE
IAREPHDFLGReportable Event CCIHE_IAREPHDFLGCHAR1ESDFLAG
FLPLANTFunctional Location Plant CCIHE_FLPLANTCHAR4T001WWERKS
WATYPENAMDescription of Work Area Type CCIHE_WATYPENAMCHAR20TEXT20
WAPLANTNAMPlant Description CCIHE_WAPLANTNAMCHAR30TEXT30
IASPIDIncident/Accident Log Entry CCIHE_IALIDCHAR20CHRIDCCIHD_IAID
IATYPETXTDescription of Log Entry Type CCIHE_IATYPETXTCHAR40TEXT40
IAPLANTXTDescription of Plant for Incident/Accident Log Entry CCIHE_IAPLANTTXTCHAR30TEXT30
IASHSTATNAMIncident/Accident Log Entry Status CCIHE_IASHSTATNAMCHAR4TEXT4
IASTATNAMObject status J_TXT30CHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure CCIHS_IAHSCR using ABAP code?

As CCIHS_IAHSCR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CCIHS_IAHSCR as there is no data to select.

How to access SAP table CCIHS_IAHSCR

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