NHCF_EVENT SAP (IS-H: HCF: Triggered Unprocessed Events) Table details

Dictionary Type: Table
Description: IS-H: HCF: Triggered Unprocessed Events




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




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

NHCF_EVENT is a standard SAP Table which is used to store IS-H: HCF: Triggered Unprocessed Events data and is available within R/3 SAP systems depending on the version and release level.

The NHCF_EVENT table consists of various fields, each holding specific information or linking keys about IS-H: HCF: Triggered Unprocessed Events data available in SAP. These include EVENTID (Identification of an Event), LUWID (Identification of the Application Transaction), TCODE (Transaction Code), APPLK (Application (Always N for IS-H)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP NHCF_EVENT 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 MANDTCLNT3Assigned to domainMANDT
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
CREATE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CREATE_USERIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM NHCF_EVENT
INTO CORRESPONDING FIELDS OF WA_NHCF_EVENT
WHERE...

How to access SAP table NHCF_EVENT

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