RNDVV4 SAP (IS-H: Screen fields ins. relationship HC smart card data) Structure details

Dictionary Type: Structure
Description: IS-H: Screen fields ins. relationship HC smart card data




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




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

RNDVV4 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 ins. relationship HC smart card data" 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_RNDVV4 TYPE RNDVV4.

The RNDVV4 table consists of various fields, each holding specific information or linking keys about IS-H: Screen fields ins. relationship HC smart card data data available in SAP. These include VCEND (IS-H: Healthcare Smart Card - Validity), VKVST (Healthcare Smart Card - Status of Insured Person), VKVSE (IS-H: Healthcare Smart Card - Health Ins. Status Supplement), VKNRA (IS-H: Healthcare Smart Card - Directory of Health Ins. No's).. 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 RNDVV4 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
KVDATIS-H: Date Healthcare Smart Card Imported ISH_KVDATDATS8RI_DATUM
VCENDIS-H: Healthcare Smart Card - Validity ISH_VK_ENDDATS8RI_DATUM
VKVSTHealthcare Smart Card - Status of Insured Person ISH_VK_VSTCHAR4TEXT4
VKVSEIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
VKNRAIS-H: Healthcare Smart Card - Directory of Health Ins. No's ISH_VK_VKNCHAR5TEXT5
VKNUMHealthcare Smart Card - Health Insurer Number ISH_VK_KNRCHAR7TEXT7
VKMANIS-H: Indicator that HCSC Data Entered Manually ISH_KVMANCHAR1XFELD
VKVNRIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
VCODEIS-H CA: Version Code for OHIP Health Number ISH_VERSIONCODECHAR2ISH_VERSIONCODE
KVKRDCheckbox XFELDCHAR1XFELD
KVDAT_PIS-H: Date Healthcare Smart Card Imported ISH_KVDATDATS8RI_DATUM
VCEND_PIS-H: Healthcare Smart Card - Validity ISH_VK_ENDDATS8RI_DATUM
VKVST_PHealthcare Smart Card - Status of Insured Person ISH_VK_VSTCHAR4TEXT4
VKVSE_PIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
VKNRA_PIS-H: Healthcare Smart Card - Directory of Health Ins. No's ISH_VK_VKNCHAR5TEXT5
VKNUM_PHealthcare Smart Card - Health Insurer Number ISH_VK_KNRCHAR7TEXT7
VKMAN_PIS-H: Indicator that HCSC Data Entered Manually ISH_KVMANCHAR1XFELD
VKVNR_PIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
VCODE_PIS-H CA: Version Code for OHIP Health Number ISH_VERSIONCODECHAR2ISH_VERSIONCODE
KVDAT_FIS-H: Date Healthcare Smart Card Imported ISH_KVDATDATS8RI_DATUM
VCEND_FIS-H: Healthcare Smart Card - Validity ISH_VK_ENDDATS8RI_DATUM
VKVST_FHealthcare Smart Card - Status of Insured Person ISH_VK_VSTCHAR4TEXT4
VKVSE_FIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
VKNRA_FIS-H: Healthcare Smart Card - Directory of Health Ins. No's ISH_VK_VKNCHAR5TEXT5
VKNUM_FHealthcare Smart Card - Health Insurer Number ISH_VK_KNRCHAR7TEXT7
VKMAN_FIS-H: Indicator that HCSC Data Entered Manually ISH_KVMANCHAR1XFELD
VKVNR_FIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
VCODE_FIS-H CA: Version Code for OHIP Health Number ISH_VERSIONCODECHAR2ISH_VERSIONCODE

Key field Non-key field



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

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

How to access SAP table RNDVV4

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