NBWD_0HC_PCS_MED_DOC_GEN SAP (IS-H BW: Generic Key Figures for Basic Medical Documentation) Structure details

Dictionary Type: Structure
Description: IS-H BW: Generic Key Figures for Basic Medical Documentation




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




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

NBWD_0HC_PCS_MED_DOC_GEN 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 BW: Generic Key Figures for Basic Medical Documentation" 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_NBWD_0HC_PCS_MED_DOC_GEN TYPE NBWD_0HC_PCS_MED_DOC_GEN.

The NBWD_0HC_PCS_MED_DOC_GEN table consists of various fields, each holding specific information or linking keys about IS-H BW: Generic Key Figures for Basic Medical Documentation data available in SAP. These include ENTDT (Key Figure Discharge Date), AUFFA (IS-H: Key Figure Admitting Departmental OU), AUFPF (IS-H: Key Figure Admitting Nursing OU), ENTFA (IS-H: Key Figure Discharging Departmental OU).. 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 NBWD_0HC_PCS_MED_DOC_GEN 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
AUFDTIS-H: Key Figure Admission Date ISH_KEZA_AUFDTDATS8RI_DATUM
ENTDTKey Figure Discharge Date ISH_KEZA_ENTDTDATS8RI_DATUM
AUFFAIS-H: Key Figure Admitting Departmental OU ISH_KEZA_AUFFACHAR8Assigned to domainALPHAORGID
AUFPFIS-H: Key Figure Admitting Nursing OU ISH_KEZA_AUFPFCHAR8Assigned to domainALPHAORGID
ENTFAIS-H: Key Figure Discharging Departmental OU ISH_KEZA_ENTFACHAR8Assigned to domainALPHAORGID
ENTPFIS-H: Key Figure Discharging Nursing OU ISH_KEZA_ENTPFCHAR8Assigned to domainALPHAORGID
ALTPAIS-H: Key Figure Patient Age ISH_KEZA_ALTERCHAR3ISH_ALTER
WFAAZIS-H: Key Figure Number of Department Changes ISH_KEZA_WFAAZINT410ISH_KENNZAHL_KURZ_INT
DIAAZIS-H: Key Figure Number of Diagnoses ISH_KEZA_DIAAZINT410ISH_KENNZAHL_KURZ_INT
KDIAZIS-H: Key Figure Number of Hospital Main Diagnoses ISH_KEZA_KDIAZINT410ISH_KENNZAHL_KURZ_INT
PCSDIAZIS-H: Key Figure Number of PCS-Relevant Diagnoses ISH_KEZA_PCSDIAZINT410ISH_KENNZAHL_KURZ_INT
PCSPROCZIS-H: Key Figure Number of PCS-Relevant Procedures ISH_KEZA_PCSPROCZINT410ISH_KENNZAHL_KURZ_INT
PCSFAIS-H: Departmental OU Responsible for PCS ISH_KEZA_PCSFACHAR8Assigned to domainALPHAORGID
PCSPFIS-H: Nursing OU Responsible for PCS ISH_KEZA_PCSPFCHAR8Assigned to domainALPHAORGID
PCS_CODE_MEDIS-H: PCS Code (Generic for PCS) ISH_PCS_CODECHAR30ALPHAISH_PCS_CODE
PCS_CAT_MEDIS-H: PCS Catalog (Generic for PCS) ISH_PCS_CATCHAR2Assigned to domainALPHATARID
PCS_GRP_MEDIS-H: PCS Supergroup (Generic for PCS) ISH_PCS_SUPER_GROUPCHAR30ISH_PCS_SUPER_GROUP
PCS_GRCAT_MEDIS-H: Catalog for PCS Supergroup ISH_PCS_SUPER_GROUP_CATCHAR2KATID
PCS_CR_DATEIS-H: Date on which PCS Code Was Created ISH_PCS_CR_DATEDATS8RI_DATUM
PCS_UP_DATEIS-H: Date on which PCS Code Was Changed ISH_PCS_UP_DATEDATS8RI_DATUM
PCS_DATEIS-H: Date on which PCS Code Was Determined ISH_PCS_DATEDATS8RI_DATUM
PCS_CANCEL_FLAGIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
LOS_GROSSIS-H: Gross Length of Stay of a Case ISH_LOS_BRUTNUMC5ISH_LOS
OPBFZIS-H: Key Figure Number of Surgery Movements ISH_KEZA_OPBFZINT410ISH_KENNZAHL_KURZ_INT
PROAZIS-H: Key Figure Number of Procedures ISH_KEZA_PROAZINT410ISH_KENNZAHL_KURZ_INT
UPRAZIS-H: Key Figure Number of Non-Specific Procedures ISH_KEZA_UPRAZINT410ISH_KENNZAHL_KURZ_INT
HOS_MAIN_DIAIS-H: Hospital Main Diagnosis ISH_KHHDGCHAR30DIAID
HOS_MAIN_DIA_CATIS-H: Diagnosis Coding Catalog for Hospital Main Diagnosis ISH_HD_DIAKATCHAR2KATID
OU_HOS_MAIN_DIAIS-H: Department of the Hospital Main Diagnosis ISH_OU_HMDIACHAR8Assigned to domainALPHAORGID
NRSOU_HOS_M_DIAIS-H: Nursing Org. Unit of the Hospital Main Diagnosis ISH_NRS_OU_HMDIACHAR8Assigned to domainALPHAORGID
DATE_HOS_DIAIS-H: Hospital Main Diagnosis Date ISH_HOSP_MAIN_DIA_DATEDATS8RI_DATUM
EAUDFIS-H: Key Figure Average Entry Duration Admiss. Diagn.(Days) ISH_KEZA_EAUFDDEC31(2) ISH_DEC31_2
EENDFIS-H: Key Figure Average Entry Duration Disch. Diagn. (Days) ISH_KEZA_EENTDDEC31(2) ISH_DEC31_2
MD_ST_STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
MD_ST_STATIS-H: Key of Status for Basic Medical Documentation N_MD_STATUS_STATCHAR5Assigned to domainJ_ESTAT

Key field Non-key field



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

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

How to access SAP table NBWD_0HC_PCS_MED_DOC_GEN

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