RNWP_MEDCONTROL_LIST_DRG SAP (IS-H: Medical Controlling - DRG Information) Structure details

Dictionary Type: Structure
Description: IS-H: Medical Controlling - DRG Information




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




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

RNWP_MEDCONTROL_LIST_DRG 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: Medical Controlling - DRG 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_RNWP_MEDCONTROL_LIST_DRG TYPE RNWP_MEDCONTROL_LIST_DRG.

The RNWP_MEDCONTROL_LIST_DRG table consists of various fields, each holding specific information or linking keys about IS-H: Medical Controlling - DRG Information data available in SAP. These include DRGUPG_ICON (IS-H: 'DRG Higher Grouping' Icon), DRG_CODE (IS-H: DRG Code), DRG_CODE_TXT (IS-H: Text for DRG Code), DRG_COMMENT (IS-H: Comment on DRG).. 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 RNWP_MEDCONTROL_LIST_DRG 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
DRGERR_ICONIS-H: 'Error DRG' Icon ISH_DRGERR_ICONCHAR50TEXT50
DRGUPG_ICONIS-H: 'DRG Higher Grouping' Icon ISH_DRGUPG_ICONCHAR50TEXT50
DRG_CODEIS-H: DRG Code ISH_DRG_CODECHAR10Assigned to domainALPHATARLS
DRG_CODE_TXTIS-H: Text for DRG Code ISH_DRG_CODE_TXTCHAR120TEXT120
DRG_COMMENTIS-H: Comment on DRG ISH_DRG_COMMENTCHAR50TEXT50
DRG_CATIS-H: DRG Catalog Used for Coding ISH_DRG_CATCHAR2Assigned to domainALPHATARID
MDC_CODEIS-H: Code of Major Diagnostic Category (MDC) ISH_MDC_CODECHAR30DIAID
MDC_CODE_TXTIS-H: Text for MDC Code ISH_MDC_CODE_TXTCHAR120TEXT120
MDC_CATIS-H: Catalog for Major Diagnostic Category (MDC) ISH_MDC_CATCHAR2KATID
PATGEWIS-H: Weight of Patient at Admission ISH_PATGEWQUAN7(3) ISH_GEWICH
GWEINIS-H: Unit of Measurement for Patient Weight ISH_EINGEWUNIT3T006CUNITMEINSN_WEIGHT_UNIT
PATGEW_ICONIS-H: 'Patient Weight at Admission Missing' Icon ISH_NO_PATGEW_ICONCHAR50TEXT50
GBGEWBirth Weight GBGEWQUAN7(3) ISH_GEWICH
GBGWEINIS-H: Unit of Measurement for Patient Weight ISH_EINGEWUNIT3Assigned to domainCUNITMEINSN_WEIGHT_UNIT
GBGEW_ICONIS-H: 'Weight at Birth Missing' Icon ISH_NO_GBGEW_ICONCHAR50TEXT50
RESPIIS-H: Duration of Mechanical Ventilation in Hours ISH_RESPIRATIONNUMC5NUM5
RESPI_ICONIS-H: 'Mechanical Ventilation Duration Missing' Icon ISH_NO_RESPI_ICONCHAR50TEXT50
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
ROMIS-H: Risk of Mortality (for DRG Purposes) ISH_DRG_ROMCHAR1Assigned to domainISH_DRG_ROM_TYPE
SOIIS-H: Severity of Illness (for DRG Purposes) ISH_DRG_SOICHAR1Assigned to domainISH_DRG_SOI_TYPE
COST_WEIGHTIS-H: Cost Weight for DRGs ISH_COST_WEIGHTDEC9(5) DEC4_5
DRG_NOGROUPIS-H: DRG Is Missing ISH_DRG_NOGROUP_EXISTCHAR1ISH_ON_OFF
DRG_NOGROUP_ICONIS-H: 'DRG Missing' Icon ISH_DRG_NOGROUP_ICONCHAR50TEXT50
DRG_REGROUPIS-H: Regrouping Advised ISH_DRG_REGROUP_ADVISECHAR1ISH_ON_OFF
DRG_REGROUP_ICONIS-H: 'Regrouping Advised' Icon ISH_DRG_REGROUP_ICONCHAR50TEXT50
DRDAZIS-H: Key Figure Number of DRG-Relevant Diagnoses ISH_KEZA_DRDAZINT410ISH_KENNZAHL_KURZ_INT
DRDPZIS-H: Key Figure Percentage DRG-Relevant Diagnoses ISH_KEZA_DRDPZDEC5ISH_PROZENT_KENNZAHL
COSTWIS-H: Key Figure Cost Weight for DRGs ISH_KEZA_COSTWDEC31(5) ISH_DEC31_5
DRGIS-H: DRG Code ISH_DRG_CODECHAR10Assigned to domainALPHATARLS
MDCIS-H: Code of Major Diagnostic Category (MDC) ISH_MDC_CODECHAR30DIAID
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM

Key field Non-key field



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

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

How to access SAP table RNWP_MEDCONTROL_LIST_DRG

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