RNHCF_EVENTS_PACK SAP (IS-H: HCF: Event with Further Runtime Information) Structure details

Dictionary Type: Structure
Description: IS-H: HCF: Event with Further Runtime Information




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




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

RNHCF_EVENTS_PACK 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: HCF: Event with Further Runtime Information" 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_EVENTS_PACK TYPE RNHCF_EVENTS_PACK.

The RNHCF_EVENTS_PACK table consists of various fields, each holding specific information or linking keys about IS-H: HCF: Event with Further Runtime Information data available in SAP. These include LUWID (Identification of the Application Transaction), TCODE (Transaction Code), 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 (Deep)


SAP RNHCF_EVENTS_PACK 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
EVENTIDIdentification of an Event ISH_HCF_EVENT_IDCHAR32
LUWIDIdentification of the Application Transaction ISH_HCF_LUW_IDCHAR32
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
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
MEDRECFLDRIDIS-H : Identifier for the Medical Record Folder ISH_MEDRECIDCHAR35ISH_MEDRECID
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
BOBusiness Object ISH_HCF_BOCHAR45ISH_HCF_BO
ACTIONBusiness Object Action ISH_HCF_BO_ACTIONCHAR2ISH_HCF_BO_ACTION
KEY_VALUES 0
CREATE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CREATE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERROR_TEXTEvent Processing Error ISH_HCF_EVENT_ERRORSTRG0
PROXY_METHODS 0
STATUSCharacter field of length 40 CHAR40CHAR40CHAR40
CHANGE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CHANGE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERRORTEXTEvent Processing Error ISH_HCF_EVENT_ERRORSTRG0
RUNIDIdentification of a Report Run ISH_HCF_RUN_IDCHAR32
PACKAGE_COUNTCounter Reading for Processed Event Packages ISH_HCF_EV_PACK_COUNTNUMC7
SEQ_NUMBERSequence Number for Events in a Package ISH_HCF_EV_PACK_SEQUENCENUMC5

Key field Non-key field



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

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

How to access SAP table RNHCF_EVENTS_PACK

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