RNWP_MEDCONTROL_LIST_ICP SAP (IS-H: Medical Controlling - Information on Procedures) Structure details

Dictionary Type: Structure
Description: IS-H: Medical Controlling - Information on Procedures




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




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

RNWP_MEDCONTROL_LIST_ICP 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 - Information on Procedures" 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_ICP TYPE RNWP_MEDCONTROL_LIST_ICP.

The RNWP_MEDCONTROL_LIST_ICP table consists of various fields, each holding specific information or linking keys about IS-H: Medical Controlling - Information on Procedures data available in SAP. These include DRG_ICPML (IS-H: ID of a DRG Principal Surgical Procedure Code), DRG_ICPMTEXT (IS-H: Service Short Text 120-Char. STXT1 + STXT2 + STXT3), FAICP (IS-H: 'Case-Related' Procedure Indicator), FAICP_ICON (Is-H: 'Case-Related Procedure' Icon).. 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_ICP 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
DRG_ICPMKIS-H: Surgical Procedure Catalog of a DRG SP Code ISH_DRG_ICPMKCHAR2Assigned to domainALPHATARID
DRG_ICPMLIS-H: ID of a DRG Principal Surgical Procedure Code ISH_DRG_ICPMLPCHAR10Assigned to domainALPHATARLS
DRG_ICPMTEXTIS-H: Service Short Text 120-Char. STXT1 + STXT2 + STXT3 KTXTCONCCHAR120TEXT120
FAICPIS-H: 'Case-Related' Procedure Indicator KZ_FALLPCHAR1XFELD
FAICP_ICONIs-H: 'Case-Related Procedure' Icon ISH_FALLP_ICONCHAR50TEXT50
NO_OPDRGIS-H: All Cases Without Surgical DRG ISH_NO_OPDRGCHAR1XFELD
OPDRG_ICONIS-H: 'Surgical DRG Missing' Icon ISH_NO_OPDRG_ICONCHAR50TEXT50
PROAZIS-H: Key Figure Number of Procedures ISH_KEZA_PROAZINT410ISH_KENNZAHL_KURZ_INT
ICPM_ICONIS-H: 'Procedure Missing' Icon ISH_NO_ICPM_ICONCHAR50TEXT50
ICPM_M_ICONIS-H: Icon 'Procedure Missing for Surgery Movement' ISH_NO_ICPM_M_ICONCHAR50TEXT50
O5PKZIS-H: Key Figure Surgery Mvmt w/o Existing '5-' Procedure ISH_KEZA_O5PKZINT410ISH_KENNZAHL_KURZ_INT
O5PKZ_ICONIS-H: 'Surgical Procedure Missing' Icon ISH_NO_O5PKZ_ICONCHAR50TEXT50
UPRAZIS-H: Key Figure Number of Non-Specific Procedures ISH_KEZA_UPRAZINT410ISH_KENNZAHL_KURZ_INT
YICPM_ICONIS-H: 'Non-Specific Procedure' Icon ISH_YICPM_ICONCHAR50TEXT50
DRGHICPIS-H: All Cases Without DRG Principal Procedure ISH_NO_DRGHICPCHAR1XFELD
DRGICP_ICONIS-H: 'DRG Principal Procedure Missing' Icon ISH_NO_DRGICP_ICONCHAR50TEXT50
ICPHCIS-H: All Cases Without Surgical Procedure Main Code ISH_NO_ICPMHCCHAR1XFELD
ICPMHC_ICONIS-H: 'Procedure Main Code Missing' Icon ISH_NO_ICPMHC_ICONCHAR50TEXT50
OPBFZIS-H: Key Figure Number of Surgery Movements ISH_KEZA_OPBFZINT410ISH_KENNZAHL_KURZ_INT
ICPMRESPI_ICONIS-H: 'Mechanical Ventilation Procedure Missing' Icon ISH_NO_ICPMRESPI_ICONCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table RNWP_MEDCONTROL_LIST_ICP

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