RNVV1 SAP (IS-H: Structure for different invoice recipient ins.reltnshp) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for different invoice recipient ins.reltnshp




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




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

RNVV1 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: Structure for different invoice recipient ins.reltnshp" 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_RNVV1 TYPE RNVV1.

The RNVV1 table consists of various fields, each holding specific information or linking keys about IS-H: Structure for different invoice recipient ins.reltnshp data available in SAP. These include PATNR (IS-H: Patient Number), LFDNR (IS-H: Sequence Number of Insurance Relationship), KOSTR (IS-H: Insurance Provider), SELKZ (IS-H: Indicator for self-payer/copayer ins.relation.).. 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 RNVV1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
SELKZIS-H: Indicator for self-payer/copayer ins.relation. SELBZ_KZCHAR1SELBZ_KZ
VERNRIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
VERABIS-H: Valid-From Date of Insurance Relationship BEGDTVVPDATS8RI_DATUM
VERBIIS-H: Valid-to Date of Insurance Relationship ENDDTVVPDATS8RI_DATUM
VERGEIS-H: Sex of Person Insured VERGECHAR1GSCHL
VERNNLast Name of Insured Person VERNNCHAR30TEXT30
VERVNFirst Name of Insured Person VERVNCHAR30TEXT30
VERANIS-H: Form-of-Address Key RI_ANRDSCHAR2TN17URI_ANRDS
VERTITitle of Insured Person VERTICHAR15Assigned to domainTITEL
VERNZName Affix of Insured Person VERNZCHAR15Assigned to domainTITEL
VERVWName Prefix of Insured Person VERVWCHAR15Assigned to domainTITEL
VERGBIS-H: Date of Birth of Person Insured VERGBDATS8RI_DATUM
VERLACountry of Insured Person VERLACHAR3T005LAND1
VERNAIS-H: Nationality of Person ISH_NATIOCHAR3T005LAND1
VERPLPostal Code of Insured Person VERPLZCHAR10PSTLZ
VERORCity where Insured Person Resides VERORTCHAR25TEXT25
VERSTStreet and House Number of Insured Person VERSTCHAR30STRAS
VERTETelephone Number of Insured Person VERTE_DCHAR16TEXT16
VERSVSocial Insurance Number of Insured Person VERSVCHAR20ISH_SVNUM
ABREEIndicator Whether Alternative Invoice Recipient Exists ABWREMPFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNVV1

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