CCIHS_ACH_INFO SAP (EHS: WWI Symbol Structure for Work Area Safety Measures) Structure details

Dictionary Type: Structure
Description: EHS: WWI Symbol Structure for Work Area Safety Measures




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




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

CCIHS_ACH_INFO 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: WWI Symbol Structure for Work Area Safety Measures" 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_ACH_INFO TYPE CCIHS_ACH_INFO.

The CCIHS_ACH_INFO table consists of various fields, each holding specific information or linking keys about EHS: WWI Symbol Structure for Work Area Safety Measures data available in SAP. These include PROTECTGOAL (Protection Goal of a Safety Measure), ACDESCR (Description of Safety Measure), DATPLAN (Planned Execution Date), PSTDAT (Planned Start Date).. 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_ACH_INFO 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
ACIDSafety Measure Key CCIHE_ACIDCHAR12CHRIDCCIHD_ACID
PROTECTGOALProtection Goal of a Safety Measure CCIHE_PROTECTGOALCHAR21CCIHD_TEXT21
ACDESCRDescription of Safety Measure CCIHE_ACDESCRCHAR132TEXT132
DATPLANPlanned Execution Date CCIHE_DATPLANDATS8DATUM
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
ACEFFEffectiveness of a Safety Measure CCIHE_ACEFFCHAR3Assigned to domainCCIHD_ACEFF
NOTINUMNotification Number (Plant Management) CCIHE_NOTINUMCHAR12CHAR12
ACHTIMEZONEValid Time Zone CCIHE_TIMEZONECHAR6Assigned to domainTZNZONECCIH_TZONE
COSTSSafety Measure Costs CCIHE_ACCOSTSCURR10(2) CCIHD_METCOASTS
CURRENCYCurrency Key for Costs CCIHE_ACCUKYCUKY5Assigned to domainWAERS
ACCATTXTDescription of Safety Measure Category CCIHE_ACCATTXTCHAR26TEXT26
ACTYPENAMDescription of Safety Measure Type CCIHE_ACTYPENAMCHAR120TEXT120
ACSTATNAMObject status J_TXT30CHAR30TEXT30
ACPRIOTXTDescription for Priority of the Safety Measure CCIHE_ACPRIOTXTCHAR26TEXT26
ACEFFTXTDescription of the Effectiveness of a Safety Measure CCIHE_ACEFFTXTCHAR26TEXT26
RESPFULLNAMEFull Name of Person Responsible CCIHE_RESPFULLNAMECHAR80TEXT80
PROCFULLNAMEFull Name of Administrator CCIHE_PROCFULLNAMECHAR80TEXT80
CONTRFULLNAMEFull Name of Person Responsible for Check CCIHE_CONTRFULLNAMECHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table CCIHS_ACH_INFO

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