RNKVMS21 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNKVMS21 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 "" 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_RNKVMS21 TYPE RNKVMS21.

The RNKVMS21 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include N3A_KKNAME (Health Insurer Name), N3A_KKNUM (Health Insurer No.), N3A_PATNN (Last Name of Person Insured), N3A_PATVN (Insured First Name).. 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: Cannot Be Enhanced


SAP RNKVMS21 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
N3A_GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
N3A_KKNAMEHealth Insurer Name N3A_KKNAMECHAR35TEXT35
N3A_KKNUMHealth Insurer No. N3A_KKNUMCHAR15TEXT15
N3A_PATNNLast Name of Person Insured N3A_PATNNCHAR30TEXT30
N3A_PATVNInsured First Name N3A_PATVNCHAR30TEXT30
N3A_PATGDTBirthdate of Person Insured N3A_PATGDTDATS8DATUM
N3A_PATSTRStreet and Number of Insured Person N3A_PATSTRCHAR30TEXT30
N3A_PATORTCity of Person Insured N3A_PATORTCHAR30TEXT30
N3A_INSTKZHI Fund Number / Institute Indicator N3A_INSTKZCHAR7TEXT7
N3A_VERSNRHealth Insurance No. N3A_VERSNRCHAR20CHAR20
N3A_VERSSTStatus of Insured N3A_VERSSTCHAR4TEXT4
N3A_VERSSESupplement to Status of Insured Person N3A_VERSSECHAR3TEXT3
N3A_VERARZNumber of Contracted Physician N3A_VERARZCHAR20TEXT20
N3A_VKBIS'Valid to' Date of Health Insurance Card N3A_VKBISDATS8DATUM
N3A_AUSDTHI: Date of Issue N3A_AUSDTDATS8DATUM
N3A_GDATC N3A_CHAR10CHAR10N3A_CHAR10
N3A_F12A91Start of Release from Work N3A_F12A91DATS8DATE
N3A_F12A92End of Release from Work N3A_F12A92DATS8DATE
N3A_NOTWEN N3BG_K_N_JCHAR1N3BG_K_N_J
X00_NOTWENShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
N3A_UNFALL N3BG_K_N_JCHAR1N3BG_K_N_J
X00_UNFALLShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
N3A_VARZTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
N3A_VARZTNText (30 Characters) TEXT30CHAR30TEXT30
N3A_FORMNSmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
N3A_CAPTShort Text TDTEXTCHAR30TDTEXT

Key field Non-key field



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

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

How to access SAP table RNKVMS21

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