EHHSSC_RASTYP SAP (Risk Assessment Types) Table details

Dictionary Type: Table
Description: Risk Assessment Types




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




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

EHHSSC_RASTYP is a standard SAP Table which is used to store Risk Assessment Types data and is available within R/3 SAP systems depending on the version and release level.

The EHHSSC_RASTYP table consists of various fields, each holding specific information or linking keys about Risk Assessment Types data available in SAP. These include CODE (Risk Assessment Type), AGENT_IND (Agents Available for Risk Assessment Type), HSP_INT_ACT_FLG (Integration with Occupational Health is Activated).. 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)

Text table = EHHSSC_RASTYP_T


SAP EHHSSC_RASTYP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CODERisk Assessment Type EHHSS_RAS_TYPE_CODECHAR21EHRATEHHSS_RAS_TYPE_CODEEHHSS_ELM_RAS_TYPE_CODE
AGENT_INDAgents Available for Risk Assessment Type EHHSS_RAS_AGT_INDCHAR1EHFND_INDICATOR
HSP_INT_ACT_FLGIntegration with Occupational Health is Activated EHHSS_HSP_INT_ACT_FLGCHAR1EHFND_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHHSSC_RASTYP
INTO CORRESPONDING FIELDS OF WA_EHHSSC_RASTYP
WHERE...

How to access SAP table EHHSSC_RASTYP

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