RNCARD SAP (IS-H: Healthcare smart card structure) Structure details

Dictionary Type: Structure
Description: IS-H: Healthcare smart card structure




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




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

RNCARD 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: Healthcare smart card structure" 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_RNCARD TYPE RNCARD.

The RNCARD table consists of various fields, each holding specific information or linking keys about IS-H: Healthcare smart card structure data available in SAP. These include KNUMM (Healthcare Smart Card - Health Insurer Number), VKNR (IS-H: Healthcare Smart Card - Directory of Health Ins. No's), VNUMM (IS-H: Healthcare Smart Card - Health Insurance Number), VSTAT (Healthcare Smart Card - Status of Insured Person).. 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 RNCARD 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
KNAMEIS-H: Healthcare Smart Card - Health Insurer Name ISH_VK_KNMCHAR28TEXT28
KNUMMHealthcare Smart Card - Health Insurer Number ISH_VK_KNRCHAR7TEXT7
VKNRIS-H: Healthcare Smart Card - Directory of Health Ins. No's ISH_VK_VKNCHAR5TEXT5
VNUMMIS-H: Healthcare Smart Card - Health Insurance Number ISH_VK_VNRCHAR12TEXT12
VSTATHealthcare Smart Card - Status of Insured Person ISH_VK_VSTCHAR4TEXT4
VSTERIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
TITELIS-H: Healthcare smart card - title ISH_VK_TITCHAR15TEXT15
VNAMEHealthcare Smart Card - First Name ISH_VK_VNMCHAR28TEXT28
NAMZUIS-H: Healthcare Smart Card - Name Affix ISH_VK_NZUCHAR15TEXT15
NNAMEIS-H: Healthcare smart card - last name ISH_VK_NAMCHAR28TEXT28
GBDATIS-H: Healthcare Smart Card - Date of Birth ISH_VK_GBDDATS8RI_DATUM
STRASIS-H: Healthcare smart card - street ISH_VK_STRCHAR28TEXT28
LANDIS-H: Healthcare Smart Card - Country ISH_VK_LANCHAR3TEXT3
PSTLZIS-H: Healthcare Smart Card - Postal Code ISH_VK_PLZCHAR7TEXT7
ORTIS-H: Healthcare Smart Card - City ISH_VK_ORTCHAR23TEXT23
ENDDTIS-H: Healthcare Smart Card - Validity ISH_VK_ENDDATS8RI_DATUM
PRUEFIS-H: Healthcare Smart Card - Check-Sum ISH_VK_PSMCHAR3TEXT3
PCARDIS-H: HC smart card - private card indicator (CfP) ISH_VK_PKVCHAR1XFELD
KATNRIS-H: HC smart card - company number of private insurance ISH_VK_KATCHAR7TEXT7
VCODEIS-H CA: Version Code for OHIP Health Number ISH_VERSIONCODECHAR2ISH_VERSIONCODE
UNKNOWN_GBDATBirthdate Is Unknown ISH_UNKNOWN_GBDATCHAR1ISH_UNKNOWN_GBDAT
KVDATIS-H: Date Healthcare Smart Card Imported ISH_KVDATDATS8RI_DATUM
VKZMLIS-H: Health Insurance Card - Mobile Card Reader License No. ISH_VK_ZMLNUMC3NUM3
INSID ISH_VERS_NRCHAR10

Key field Non-key field



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

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

How to access SAP table RNCARD

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