RNWP_MEDCONTROL_LIST_NDIA SAP (IS-H: Diagnosis Data for View Type Coding Analyses) Structure details

Dictionary Type: Structure
Description: IS-H: Diagnosis Data for View Type Coding Analyses




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




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

RNWP_MEDCONTROL_LIST_NDIA 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: Diagnosis Data for View Type Coding Analyses" 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_RNWP_MEDCONTROL_LIST_NDIA TYPE RNWP_MEDCONTROL_LIST_NDIA.

The RNWP_MEDCONTROL_LIST_NDIA table consists of various fields, each holding specific information or linking keys about IS-H: Diagnosis Data for View Type Coding Analyses data available in SAP. These include LFDNR (IS-H: Sequence Number of Diagnosis), LFDBEW (IS-H: Sequence Number of Movement), DKAT1 (IS-H: Identification Key of Diagnosis Coding Catalog), DKEY1 (IS-H: Diagnosis Code).. 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)


SAP RNWP_MEDCONTROL_LIST_NDIA 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
DKAT1IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
DKAT_REFIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
DKEY_REFIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
EWDIAIS-H: Referral Diagnosis Indicator KZ_EINWDCHAR1XFELD
BHDIAIS-H: Treatment Diagnosis Indicator KZ_BEHLDCHAR1XFELD
AFDIAIS-H: Admission Diagnosis Indicator KZ_AUFNDCHAR1XFELD
ENDIAIS-H: 'Discharge Diagnosis' Indicator KZ_ENTLDCHAR1XFELD
FHDIAIS-H: 'Department Main Diagnosis' Indicator KZ_FAHPDCHAR1XFELD
KHDIAIS-H: Hospital Main Diagnosis Indicator KZ_KHHPDCHAR1XFELD
OPDIAIS-H: Surgery Diagnosis Indicator KZ_OPERDCHAR1XFELD
SPERRBlocking Indicator RI_SPERRCHAR1XFELD
DIAGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
DRG_CATEGORYIS-H: Category of DRG Diagnosis (Principal, Secondary) ISH_DRG_DIA_CATEGORYCHAR1ISH_DRG_DIA_CAT_TYPE
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
DTYP_REFType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP

Key field Non-key field



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

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

How to access SAP table RNWP_MEDCONTROL_LIST_NDIA

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