EHHSSS_D_ACTIONS SAP (BI Incident Action) Structure details

Dictionary Type: Structure
Description: BI Incident Action




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




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

EHHSSS_D_ACTIONS 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 "BI Incident Action" 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_EHHSSS_D_ACTIONS TYPE EHHSSS_D_ACTIONS.

The EHHSSS_D_ACTIONS table consists of various fields, each holding specific information or linking keys about BI Incident Action data available in SAP. These include ACTGUID (NodeID), ACTION (ID), CATEGORY (Category), STATUS (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 EHHSSS_D_ACTIONS 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
INCIDNTIncident ID EHHSS_INC_IDCHAR20ALPHAEHFND_BO_IDEHHSS_ELM_INC_ID_SE
ACTGUIDNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
ACTIONID EHFND_ACT_IDCHAR20ALPHAEHFND_BO_ID
CATEGORYCategory EHFND_ACT_CATEGORY_CODECHAR3EHFND_ACT_CATEGORY_CODE
STATUSStatus EHFND_ACT_STATUS_CODECHAR2DFVALEHFND_BO_STATUS_TRANSACT_CODE
TITLETitle EHFND_ACT_TITLECHAR60EHFND_DESCRIPTION_S
TYPEType EHFND_ACT_TYPE_CODECHAR21Assigned to domainEHACTEHFND_ACT_TYPE_CODEEHFND_ELM_ACT_TYPE_CODE
DUE_DATEDue Date EHFND_ACT_DUE_DATEDATS8DATE
DUE_TIMEDue Time EHFND_ACT_DUE_TIMETIMS6SYTIME
PRIORITYPriority EHFND_ACT_PRIORITY_CODENUMC1EHFND_ACT_PRIORITY
PROT_GOALProtection Goal EHFND_ACT_PROT_GOAL_CODECHAR21Assigned to domainEHAPGEHFND_ACT_PROT_GOAL_CODEEHFND_ELM_ACT_PROT_GOAL_CODE
EFFECTIVEffectiveness EHFND_ACT_EFFECTIV_CODECHAR21Assigned to domainEHACEEHFND_ACT_EFFECTIV_CODEEHFND_ELM_ACT_EFFECTIV_CODE
RESP_NAMEName of Person Responsible for Task EHHSS_BI_ACT_RESP_NAMECHAR60
IMPEM_NAMEName of Implementor EHHSS_BI_ACT_IMPLEM_NAMECHAR60
APPR_NAMEName of Approver EHHSS_BI_ACT_APPROVER_NAMECHAR60
IMPL_DATEImplementation Date EHFND_ACT_IMPL_DATEDATS8DATE
IMPL_TIMEImplementation Time EHFND_ACT_IMPL_TIMETIMS6SYTIME
APPR_DATEDate of Approval EHFND_ACT_APPROVER_DATEDATS8DATE
APPR_TIMEApproval Time EHFND_ACT_APPROVER_TIMETIMS6SYTIME
AORIGINOrigin of Task, Code and Category EHHSS_BI_ACT_ORIGINCHAR4
ROOT_CAUSERoot Cause EHHSS_CAUSE_CODECHAR21Assigned to domainEHCAUEHHSS_CAUSE_CODE
ARCFREQRecurrence Type EHFND_PSE_RECURRENCE_TYPE_CODECHAR3EHFND_PSE_RECURRENCE_TYPE_CODE
MAJORRCRoot Cause EHHSS_CAUSE_CODECHAR21Assigned to domainEHCAUEHHSS_CAUSE_CODE
INVLEAD_IDID of Investigation Lead EHHSS_BI_INV_LEAD_IDCHAR12
INVLNMFull Name of Investigation Lead EHHSS_BI_INV_LEAD_NAMECHAR60
INVREQInvestigation Required EHHSS_INVESTIG_REQUIRED_TSCHAR1EHFND_TRI_STATE
SERIALSerial Number EHHSS_BI_SERIALINT410INT4
BW_DELTATIMESTMPBW Delta Time Stamp EHHSS_BI_BW_DELTA_TIMESTAMPDEC15TZNTSTMPS
BW_RECORDMODEBW Delta Process: Record Mode EHHSS_BI_BW_RECORDMODECHAR1RODMUPDMOD
ACT_NATURE_TSAction Nature Ternary EHFND_ACT_NAT_TSCHAR1EHFND_ACT_NAT_TRI_STATE

Key field Non-key field



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

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

How to access SAP table EHHSSS_D_ACTIONS

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