EHHSSC_INC_F_REG SAP (Incident Report Form Regulation Configuration Table) Table details

Dictionary Type: Table
Description: Incident Report Form Regulation Configuration Table




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




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

EHHSSC_INC_F_REG is a standard SAP Table which is used to store Incident Report Form Regulation Configuration Table data and is available within R/3 SAP systems depending on the version and release level.

The EHHSSC_INC_F_REG table consists of various fields, each holding specific information or linking keys about Incident Report Form Regulation Configuration Table data available in SAP. These include FORM_NAME (Form Name), REF_OBJECT (Incident Node Reference Category), REGULATION (Regulation), DUE_AFTER_DAYS (Report Due Number of Days After Incident Date/Time).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHHSSC_INC_F_REG table 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
MANDTClient MANDTCLNT3EHHSSC_INC_FORMMANDT
FORM_NAMEForm Name EHFND_ADS_AIF_FORM_NAMECHAR20EHFND_ADS_AIF_FORM_NAMEEHFND_ELM_ADS_FORM_NAME
REF_OBJECTIncident Node Reference Category EHHSS_INC_NODE_REF_CATEG_CODECHAR3EHHSS_INC_NODE_REF_CATEG_CODE
REGULATIONRegulation EHHSS_INC_REGULATION_CODECHAR21Assigned to domainEHREGEHHSS_INC_REGULATION_CODEEHHSS_ELM_INC_REGULATION
DUE_AFTER_DAYSReport Due Number of Days After Incident Date/Time EHHSS_AIF_INC_COUNT_DAYSINT13EHHSS_AIF_COUNT_DAYS
REQ_DEFAULTIncident Reporting Required EHHSS_INC_REP_REQ_TSCHAR1EHFND_TRI_STATE
LEGAL_REPORTLegal Report EHHSS_INC_LEGAL_REPORT_INDCHAR1EHFND_INDICATOR
BO_NAMEBusiness Object Name EHFND_BO_NAMECHAR30/BOBF/CONF_UI_BO
GROUP_NAMEForm Group EHFND_ADS_AIF_GROUP_NAMECHAR20EHFND_ADS_AIF_GROUP_NAME

Key field Non-key field



How do I retrieve data from SAP table EHHSSC_INC_F_REG using ABAP code

The following ABAP code Example will allow you to do a basic selection on EHHSSC_INC_F_REG to SELECT all data from the table
DATA: WA_EHHSSC_INC_F_REG TYPE EHHSSC_INC_F_REG.

SELECT SINGLE *
FROM EHHSSC_INC_F_REG
INTO CORRESPONDING FIELDS OF WA_EHHSSC_INC_F_REG
WHERE...

How to access SAP table EHHSSC_INC_F_REG

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