EHSKS_KPI_ACT_STAT SAP (Structure for Key Figure on Tasks) Structure details

Dictionary Type: Structure
Description: Structure for Key Figure on Tasks




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




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

EHSKS_KPI_ACT_STAT 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 "Structure for Key Figure on Tasks" 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_EHSKS_KPI_ACT_STAT TYPE EHSKS_KPI_ACT_STAT.

The EHSKS_KPI_ACT_STAT table consists of various fields, each holding specific information or linking keys about Structure for Key Figure on Tasks data available in SAP. These include ACID (Safety Measure Key), ACDESCR (Description of Safety Measure), STATUS (Object status), STATUSNAM (Object 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 EHSKS_KPI_ACT_STAT 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
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACIDSafety Measure Key CCIHE_ACIDCHAR12CHRIDCCIHD_ACID
ACDESCRDescription of Safety Measure CCIHE_ACDESCRCHAR132TEXT132
STATUSObject status J_STATUSCHAR5J_STATUS
STATUSNAMObject status J_TXT30CHAR30TEXT30
PENDDATEPlanned End Date CCIHE_PENDDATDATS8DATUM
PENDTIMEPlanned End Time of Safety Measure CCIHE_PENDTIMETIMS6TIME
ACTYPESafety Measure Type CCIHE_ACTYPECHAR4CCIHC_AC01CCIHD_ACTYPE
ACTYPENAMDescription of Safety Measure Type CCIHE_ACTYPENAMCHAR120TEXT120
ACCATSafety Measure Category CCIHE_ACCATCHAR3CCIHC_AC07CCIHD_ACCAT
ACCATTXTDescription of Safety Measure Category CCIHE_ACCATTXTCHAR26TEXT26
ACPRIOPriority of a Safety Measure CCIHE_ACPRIOCHAR3CCIHC_AC03CCIHD_ACPRIO
ACPRIOTXTDescription for Priority of the Safety Measure CCIHE_ACPRIOTXTCHAR26TEXT26
ACCOSTSSafety Measure Costs CCIHE_ACCOSTSCURR10(2) CCIHD_METCOASTS
ACCUKYCurrency Key for Costs CCIHE_ACCUKYCUKY5TCURCWAERS
WAPLANTPlant CCIHE_WAPLANTCHAR4T001WWERKS
WAPLANTNAMPlant Description CCIHE_WAPLANTNAMCHAR30TEXT30
WAIDWork Area or Pattern CCIHE_WAIDCHAR20CHRIDCCIHD_WAID
WANAMLanguage-Dependent Description of Work Area/Pattern CCIHE_WANAMCHAR60TEXT60
WATYPEWork Area or Pattern Type CCIHE_WATYPECHAR2CCIHC_WA01CCIHD_WATYPE
WATYPENAMDescription of Work Area Type CCIHE_WATYPENAMCHAR20TEXT20
RECNTOBJSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
IHREFOBJNAMName of Reference Object CCIHE_REFOBJNAMCHAR32CHAR32
IHREFOBJReference Object CCIHE_IHREFOBJCHAR3Assigned to domainCCIHD_IHREFOBJ
OBJECTKEYObject Key CCIHE_OBJECTKEYCHAR50TEXT50
OBJECTNAMName of Object Safety Measure Relates To CCIHE_OBJECTNAMCHAR132TEXT132
RESP_PERSONPersonnel Number for Person Responsible EHSKE_RESP_PERNRCHAR10CCIHD_PERSON
RESP_PERSGRPPerson Group of Person Responsible EHSKE_RESP_PERSGRPCHAR1CCIHD_PERSGRP
RESP_PERSGRP_TXTDescription: Person Group of Person Responsible EHSKE_RESP_PERSGRP_TXTCHAR60DDTEXT
RESP_VORNAFirst Name of Person Responsible EHSKE_RESP_VORNACHAR40PAD_VORNM
RESP_NACHNLast Name of Person Responsible EHSKE_RESP_NACHNCHAR40PAD_NACHN
RESP_CNAMEFull Name of Person Responsible EHSKE_RESP_CNAMECHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table EHSKS_KPI_ACT_STAT

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