CCIHS_FAHEADSEL SAP (EHS: Injury/Illness Log - Search via Header Data) Structure details

Dictionary Type: Structure
Description: EHS: Injury/Illness Log - Search via Header Data




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




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

CCIHS_FAHEADSEL 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: Injury/Illness Log - Search via Header Data" 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_FAHEADSEL TYPE CCIHS_FAHEADSEL.

The CCIHS_FAHEADSEL table consists of various fields, each holding specific information or linking keys about EHS: Injury/Illness Log - Search via Header Data data available in SAP. These include CRNAM (Created By), UPDDAT (Changed On), UPDNAM (Last Changed By), FALOC (Entry Location).. 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_FAHEADSEL 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
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
FALOCEntry Location CCIHE_FALOCCHAR3CCIHC_FALOCCCIHD_FALOCCCIHH_FALOC
FAHELPERFirst-Aider CCIHE_FAHELPERCHAR10CCIHD_PERSON
FASHSTATNAMStatus of Injury/Illness Log Entry CCIHE_FASHSTATNAMCHAR4TEXT4
FASTATNAMObject status J_TXT30CHAR30TEXT30
FAHELPERNAMName of First-Aider (Room or Center) CCIHE_FAHELPNAMCHAR60TEXT60
FALOCTXTDescription of Entry Location CCIHE_FALOCTXTCHAR40TEXT40
FAHELPERFLGFirst-Aider (External) CCIHE_FAHELPERFLGCHAR1CCIHD_EXTFLG
OFFJOBDATDate of Ceasing to Work CCIHE_OFFJOBDATDATS8DATUM
FAHELPERFLG_INTFirst-Aider Is Employee CCIHE_FAHELPER_INT_FLGCHAR1CCIHD_PERSFLAG
FAHELPERFLG_EXTExternal First-Aider CCIHE_FAHELPER_EXT_FLGCHAR1CCIHD_PERSFLAG
FASTATUSStatus EHSBE_STATUSCHAR5J_STATUS
CRDATFROMCreated-On Date (Lower Limit) CCIHE_CRDATFROMDATS8DATUM
CRDATTOCreated-On Date (Upper Limit) CCIHE_CRDATTODATS8DATUM
UPDDATFROMDate of Last Change (Lower Limit) CCIHE_UPDDATFROMDATS8DATUM
UPDDATTODate of Last Change (Upper Limit) CCIHE_UPDDATTODATS8DATUM
OFFJOBDATFROMDate Work Ceased (Lower Limit) CCIHE_OFFJOBDATFROMDATS8DATUM
OFFJOBDATTODate Work Ceased (Upper Limit) CCIHE_OFFJOBDATTODATS8DATUM
ACLOCAccident Location CCIHE_ACLOCCHAR10CCIHD_ACLOC
ACLOCDESCDescription of Accident Location CCIHE_ACLOCDESCCHAR60TEXT60
FAHELPERFLG_APPApplicant CCIHE_PERSFLAG_APPCHAR1CCIHD_PERSFLAG
FAHELPERGRPPerson Group CCIHE_PERSGRPCHAR1CCIHD_PERSGRP

Key field Non-key field



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

As CCIHS_FAHEADSEL 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_FAHEADSEL as there is no data to select.

How to access SAP table CCIHS_FAHEADSEL

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