RNHCF_EVENT_RUNTIME SAP (IS-H: Event with All Information for Runtime) Structure details

Dictionary Type: Structure
Description: IS-H: Event with All Information for Runtime




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




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

RNHCF_EVENT_RUNTIME 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 "IS-H: Event with All Information for Runtime" 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_RNHCF_EVENT_RUNTIME TYPE RNHCF_EVENT_RUNTIME.

The RNHCF_EVENT_RUNTIME table consists of various fields, each holding specific information or linking keys about IS-H: Event with All Information for Runtime data available in SAP. These include LUWID (CHAR32 data element for SYST), TA (Char 20), APPLK (Application (Always N for IS-H)), EVENT (IS-H: Event for Triggering Messages, Forms).. 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 RNHCF_EVENT_RUNTIME 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
EVENTIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
LUWIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
TAChar 20 CHAR20CHAR20CHAR20
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY7IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY8IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY9IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
CREATE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CREATE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table RNHCF_EVENT_RUNTIME

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