RNVVP SAP (IS-H: Screen fields patient-rel./case-rel. ins. relationship) Structure details

Dictionary Type: Structure
Description: IS-H: Screen fields patient-rel./case-rel. ins. relationship




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




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

RNVVP 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 patient-rel./case-rel. ins. relationship" 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_RNVVP TYPE RNVVP.

The RNVVP table consists of various fields, each holding specific information or linking keys about IS-H: Screen fields patient-rel./case-rel. ins. relationship data available in SAP. These include KOSTR (IS-H: Insurance Provider), ORT (IS-H: City of Business Partner), LFDNR (IS-H: Seq. No. of Ins.Relationship per Patient and Ins.Prov.), LFDNUM (IS-H: Seq. No. of Ins.Relationship per Patient and Ins.Prov.).. 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 RNVVP 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
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
ORTIS-H: City of Business Partner ORT_GPCHAR25TEXT25
LFDNRIS-H: Seq. No. of Ins.Relationship per Patient and Ins.Prov. LFDVVPNUMC3LFDVVP
LFDNUMIS-H: Seq. No. of Ins.Relationship per Patient and Ins.Prov. LFDVVPNUMC3LFDVVP
MGARTIS-H: Type of Insurance Coverage MITART_VERCHAR1Assigned to domainMITART_VER
VERABIS-H: Valid-From Date of Insurance Relationship BEGDTVVPDATS8RI_DATUM
VERBIIS-H: Valid-to Date of Insurance Relationship ENDDTVVPDATS8RI_DATUM
LGTXPScreen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
LGTXFScreen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
KREUZIS-H: Checkbox in screen ISH_KREUZCHAR1XFELD
TEXT1IS-H: Insurance Provider Name ISH_KNAMECHAR50TEXT50
TEXT2IS-H: Condensed Rep. of Ins. Prov.'s Postal Code and City ISH_TEXT2CHAR50TEXT50
TEXT3IS-H: condensed rep. of street and house no. of guarantor ISH_TEXT3CHAR35TEXT35
TEXT4IS-H: Text output self-pay patient/copayer ISH_TEXT4CHAR20TEXT20
KZTXPIS-H: Comment on Patient-Related Insurance Relationship TEXT_VVPCHAR50TEXT50
KZTXFIS-H: Comment on Case-Related Insurance Relationship TEXT_VVFCHAR50TEXT50
VCODEIS-H: Processing Mode ISH_VCODECHAR3ISH_VCODE
TEXT5IS-H: help text fld for condensing zip code, city and street ISH_TEXT5CHAR70TEXT70
NATIONationality NATIOCHAR15TEXT15
NZZGRReason for Copayment Waiver GRKZZCHAR2Assigned to domainALPHAGRKZZ
BTRZZIS-H: Amount of Copayment Request ISH_BTRZZCURR11(2) WERT6
PFLZZIS-H: Copayment Obligation Indicator ISH_ZZPFLCHAR1XFELD
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
FALPFLIS-H: Checkbox in screen ISH_KREUZCHAR1XFELD
FALGEFIS-H: Insurance Maintained for Case ISH_FALGEFCHAR1XFELD
STORNFIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STORNPIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
INSDEBIS-H: Specifies Creation of FI Customer ISH_INSDEBCHAR1XFELD
VERNRIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
SELKZIS-H: Indicator for self-payer/copayer ins.relation. SELBZ_KZCHAR1SELBZ_KZ
RANGFIS-H: Ranking Order of Case-Rel. Insurance Relationships ISH_RANGFNUMC2RANGFISH_RANGF
RANGPIS-H: Ranking Order of Patient-Rel. Insurance Relationship ISH_RANGPNUMC2RANGFISH_RANGF
RANGIS-H: Ranking Order of Case-Rel. Insurance Relationships ISH_RANGCHAR2ALPHAISH_RANG
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
MANDTClient MANDTCLNT3Assigned to domainMANDT
VTYPTIS-H: Short Text for Contract Scheme VTR_KTEXTCHAR15TEXT15
VTYFTIS-H: Short Text for Contract Scheme VTR_KTEXTCHAR15TEXT15
VTAGEIS-H: Previous Days ISH_VTAGENUMC2ISH_VTAGE
ANREDEIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table RNVVP

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