RNICPCODE SAP (IS-H: Result of Procedure Coding) Structure details

Dictionary Type: Structure
Description: IS-H: Result of Procedure Coding




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




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

RNICPCODE 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: Result of Procedure Coding" 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_RNICPCODE TYPE RNICPCODE.

The RNICPCODE table consists of various fields, each holding specific information or linking keys about IS-H: Result of Procedure Coding data available in SAP. These include AUSTEXT (IS-H: Selected Catalog Text), LOKALIS (IS-H: Medical Localization Code), ERTEXT (IS-H: Results Text), EXTNR (IS-H: External Identification Number for Coding System).. 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 RNICPCODE 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
OPS301IS-H: Surgical Procedure Code - 301 ISH_OPSCHAR10Assigned to domainALPHATARLS
AUSTEXTIS-H: Selected Catalog Text ISH_AUSTEXTCHAR150CHAR150
LOKALISIS-H: Medical Localization Code ISH_LOKALISCHAR2Assigned to domainALPHAN2_DIALO
ERTEXTIS-H: Results Text ISH_ETEXTCHAR150CHAR150
EXTNRIS-H: External Identification Number for Coding System ISH_TEXTIDCHAR20ALPHAISH_REFKY
CHARCUTIS-H: Number of Truncated Characters ISH_CUTNUMC1NUMC1
CODERESIS-H: Result of External Coding (Return Value) ISH_COD_RESULTCHAR1CHAR1
EINTEXTIS-H: Entry Text (User-Defined Text for Coding) ISH_EINTEXTCHAR150CHAR150
KATIDIS-H: Identification of Surgical Procedure Coding Catalog ISH_KATIDCHAR2Assigned to domainALPHATARID

Key field Non-key field



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

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

How to access SAP table RNICPCODE

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