RNUIRC SAP (IS-H: Changes to Insurance Relationships - Case-Related) Structure details

Dictionary Type: Structure
Description: IS-H: Changes to Insurance Relationships - Case-Related




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




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

RNUIRC 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: Changes to Insurance Relationships - Case-Related" 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_RNUIRC TYPE RNUIRC.

The RNUIRC table consists of various fields, each holding specific information or linking keys about IS-H: Changes to Insurance Relationships - Case-Related data available in SAP. These include WAERS_X (Updated information in related user data field), AKTKZ (IS-H: Number of Case on File with Insurance Provider), AKTKZ_X (Updated information in related user data field), KKFAL (IS-H: Case Number Used by Insurance Provider).. 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 (Deep)


SAP RNUIRC 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
WAERSIS-H: Currency in Case-Related Insurance Relationship WAERS_VVHCUKY5Assigned to domainWAERS
WAERS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AKTKZIS-H: Number of Case on File with Insurance Provider RI_AKTKZCHAR20CHAR20
AKTKZ_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KKFALIS-H: Case Number Used by Insurance Provider ISH_KKFALCHAR12ISH_KKFAL
KKFAL_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBGDTIS-H: Insurance coverage start date ISH_VBGDTDATS8RI_DATUM
VBGDT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PFLZZIS-H: Copayment Obligation Indicator ISH_ZZPFLCHAR1XFELD
PFLZZ_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NZZGRReason for Copayment Waiver GRKZZCHAR2Assigned to domainALPHAGRKZZ
NZZGR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BTRZZIS-H: Amount of Copayment Request ISH_BTRZZCURR11(2) WERT6
BTRZZ_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VTAGEIS-H: Previous Days ISH_VTAGENUMC2ISH_VTAGE
VTAGE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VTDATIS-H: Date of Report on Paid Copayment Days ISH_VTDATDATS8RI_DATUM
VTDAT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXTTYExternal Contract Scheme ISH_EXTTYCHAR2Assigned to domainISH_EXTTY
EXTTY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TWKTRIS-H: Indicator for Main Insurance Relationship ISH_MAINICHAR1XFELD
TWKTR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APSTATEIS-H: Application Status ISH_APSTATECHAR2Assigned to domainISH_APSTATE
APSTATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAYAMIS-H: Amount Covered (by Insurance Relationship) ISH_PAYAMCURR15(2) WERTV8
PAYAM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KUAUSIS-H CH: Disable Case-Related Insurance Verification NWCH_KUAUSCHAR1NWCH_KUAUS
KUAUS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TPPROC NWCH_TPPCHAR1XFLAG
TPPROC_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REPAPIS-H: Invoice requested as printout ISH_REPAPCHAR1XFELD
REPAP_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ZTAGEIS-H: Copayment Days ISH_ZUZTAGNUMC2NUMC2
ZTAGE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KKFAL_NEWCase Number at Insurance Provider (New) ISH_KKFAL_NEWCHAR30ISH_KKFAL_NEW
KKFAL_NEW_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONTRACT_IND ISH_CONTRACT_INDICATOR_301CHAR30ISH_CONTRACT_INDICATOR_301
CONTRACT_IND_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LNCRD_E111Sequence Number of Details for Health Insurance Card ISH_LNCARD_DETNUMC5
LNCRD_E111_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOUB_COPAYDAYSP301 - Paid Copayment Days from Insurance Verification Rec. ISH_301_KOUB_COPAYDAYSNUMC2ISH_301_KOUB_COPAYDAYS
KOUB_COPAYDAYS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOUB_COPD_STAT ISH_301_KOUB_COPAYDAYS_STATUSCHAR1ISH_301_KOUB_COPAYDAYS_STATUS
KOUB_COPD_STAT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COP_RECEIPTIndicates Whether Patient Has Submitted Receipt ISH_COP_RECEIPTCHAR1XFELD
COP_RECEIPT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SUSPEND_CLAIM ISH_KV_SUSPEND_CLAIMCHAR1XFELD
SUSPEND_CLAIM_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table RNUIRC

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