RNDVV1 SAP (IS-H: Screen fields insurance relationship overview) Structure details

Dictionary Type: Structure
Description: IS-H: Screen fields insurance relationship overview




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




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

RNDVV1 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: Screen fields insurance relationship overview" 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_RNDVV1 TYPE RNDVV1.

The RNDVV1 table consists of various fields, each holding specific information or linking keys about IS-H: Screen fields insurance relationship overview data available in SAP. These include KOSTR (IS-H: Insurance Provider), LFDNR (IS-H: Sequence Number of Insurance Relationship), VKOST (IS-H: Indicator that Patient is Insured with Ins. Provider), VZUZA (IS-H: Indicator for Self-Payer/Copayer Ins. Relatshp).. 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 RNDVV1 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
MARKIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
VKOSTIS-H: Indicator that Patient is Insured with Ins. Provider ISH_VKOSTRCHAR1XFELD
VZUZAIS-H: Indicator for Self-Payer/Copayer Ins. Relatshp ISH_VZUZAHCHAR1XFELD
KNAMEIS-H: Insurance Provider Name ISH_KNAMELCHAR100TEXT100
KTNAMIS-H: Insurance Provider Name KTNAMCHAR40TEXT40
KTADRIS-H: Insurance Provider Address KTADRCHAR40TEXT40
VERABIS-H: Date Insurance Comes into Effect ISH_BGVVPDATS8RI_DATUM
VERBIIS-H: Date Insurance Expires ISH_ENVVPDATS8RI_DATUM
VERNRIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
MGARTIS-H: Type of Insurance Coverage MITART_VERCHAR1TN16MMITART_VER
MTEXTIS-H: Text for Type of Coverage MITART_TXTCHAR20MITART_TXT
VFALLIS-H: Insurance Maintained for Case ISH_FALGEFCHAR1XFELD
RANGFIS-H: Ranking Order of Case-Rel. Insurance Relationships ISH_RANGFNUMC2RANGFISH_RANGF
RANGCIS-H: Ranking Order of Case-Rel. Insurance Relationships ISH_RANGCHAR2ALPHAISH_RANG
CLDESIS-H NL: Nursing Day Class Identifier ISH_CLDESCHAR30ISH_CLDES
RANGPIS-H: Ranking Order of Patient-Rel. Insurance Relationship ISH_RANGPNUMC2RANGFISH_RANGF
RANGQIS-H: Ranking Order of Case-Rel. Insurance Relationships ISH_RANGCHAR2ALPHAISH_RANG
PFLZZIS-H: Copayment Obligation Indicator ISH_ZZPFLCHAR1XFELD
BTRZZIS-H: Amount of Copayment Request ISH_BTRZZCURR11(2) WERT6
NZZGRReason for Copayment Waiver GRKZZCHAR2TN22AALPHAGRKZZ
NZZTXIS-H: Text Explaining why Copayment Is Waived GRKZTCHAR30TEXT30
POAKTIS-H: Current Item Number AKT_POSNUMC3ISH_POS
POGESIS-H: Number of Total Items GES_POSNUMC3ISH_POS
VTAGEIS-H: Previous Days ISH_VTAGENUMC2ISH_VTAGE
ZTAGEIS-H: Copayment Days ISH_ZUZTAGNUMC2NUMC2
VTTYPIS-H: Insurance Contract Scheme ISH_VTRTYCHAR6TN16ALPHAISH_VTRTY

Key field Non-key field



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

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

How to access SAP table RNDVV1

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