CCIHS_ACHREPHITS SAP (EHS: Output Structure for Safety Measure Report (ALV)) Structure details

Dictionary Type: Structure
Description: EHS: Output Structure for Safety Measure Report (ALV)




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




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

CCIHS_ACHREPHITS 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: Output Structure for Safety Measure Report (ALV)" 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_ACHREPHITS TYPE CCIHS_ACHREPHITS.

The CCIHS_ACHREPHITS table consists of various fields, each holding specific information or linking keys about EHS: Output Structure for Safety Measure Report (ALV) data available in SAP. These include ACID (Safety Measure Key), ACCATTXT (Description of Safety Measure Category), ACTYPENAM (Description of Safety Measure Type), ACSTATNAM (Language-Dependent Description of a Safety Measure Status).. 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: Can be enhanced (character-type or numeric)


SAP CCIHS_ACHREPHITS 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
OBJECTKEYObject Key CCIHE_OBJECTKEYCHAR50TEXT50
ACIDSafety Measure Key CCIHE_ACIDCHAR12CHRIDCCIHD_ACID
ACCATTXTDescription of Safety Measure Category CCIHE_ACCATTXTCHAR26TEXT26
ACTYPENAMDescription of Safety Measure Type CCIHE_ACTYPENAMCHAR120TEXT120
ACSTATNAMLanguage-Dependent Description of a Safety Measure Status CCIHE_ACSTATNAMCHAR20TEXT20
ACPRIOTXTDescription for Priority of the Safety Measure CCIHE_ACPRIOTXTCHAR26TEXT26
PSTDATPlanned Start Date CCIHE_PSTDATDATS8DATUM
PSTTIMEPlanned Start Time for Safety Measure CCIHE_PSTTIMETIMS6TIME
PENDDATPlanned End Date CCIHE_PENDDATDATS8DATUM
PENDTIMEPlanned End Time of Safety Measure CCIHE_PENDTIMETIMS6TIME
DATPROCExecution Date CCIHE_DATPROCDATS8DATUM
TIMPROCExecution Time CCIHE_TIMPROCTIMS6TIME
DATCONTRDate of Check CCIHE_DATCONTRDATS8DATUM
TIMECONTRTime of Check CCIHE_TIMECONTRTIMS6TIME
RESPGRPPerson Group CCIHE_PERSGRPNAMCHAR15CHAR15
RESPFULLNAMEFull Name of Person Responsible CCIHE_RESPFULLNAMECHAR80TEXT80
PROCGRPPerson Group CCIHE_PERSGRPNAMCHAR15CHAR15
PROCFULLNAMEFull Name of Administrator CCIHE_PROCFULLNAMECHAR80TEXT80
CONTRGRPPerson Group CCIHE_PERSGRPNAMCHAR15CHAR15
CONTRFULLNAMEFull Name of Person Responsible for Check CCIHE_CONTRFULLNAMECHAR80TEXT80
ACDESCRDescription of Safety Measure CCIHE_ACDESCRCHAR132TEXT132
COSTSSafety Measure Costs CCIHE_ACCOSTSCURR10(2) CCIHD_METCOASTS
CURRENCYCurrency Key for Costs CCIHE_ACCUKYCUKY5TCURCWAERS
ACEFFTXTDescription of the Effectiveness of a Safety Measure CCIHE_ACEFFTXTCHAR26TEXT26
PROTECTGOALTXTLanguage-Dependent Description of a Protection Goal CCIHE_PROTECTGOALTXTCHAR132CHAR132
REFOBJNAMName of Reference Object CCIHE_REFOBJNAMCHAR32CHAR32
OBJECTNAMName of Object Safety Measure Relates To CCIHE_OBJECTNAMCHAR132TEXT132
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
ACHTIMEZONEValid Time Zone CCIHE_TIMEZONECHAR6Assigned to domainTZNZONECCIH_TZONE

Key field Non-key field



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

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

How to access SAP table CCIHS_ACHREPHITS

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