N3KVM19 SAP () Table details

Dictionary Type: Table
Description:




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




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

N3KVM19 is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The N3KVM19 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP N3KVM19 table 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
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
N3A_GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
N3A_INDNR N3BG_CHAR4CHAR4N3BG_CHAR4
N3A_ALL04HI: Emergency Case Radio Button N3A_ALL04CHAR1N3A_ALL04
N3A_QUARTAValidity Quarter N3A_QUARTACHAR4N3A_QUARTA
N3A_KKNAMEHealth Insurer Name N3A_KKNAMECHAR35TEXT35
N3A_KKNUMHealth Insurer No. N3A_KKNUMCHAR15TEXT15
N3A_PATNNLast Name of Person Insured N3A_PATNNCHAR30TEXT30
N3A_KUNFReserve field XFELD N2_XFELDCHAR1XFELD
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
X00_AUSDTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N3A_AUSDTHI: Date of Issue N3A_AUSDTDATS8DATUM
N3A_F04A01HI: End of Work Incapacity N3A_ALL11DATS8DATE
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
N3A_MITT N3A_MITTCHAR20N3A_CHAR20
N3A_GDATC N3A_CHAR10CHAR10N3A_CHAR10
N3A_WBNAME N3A_WNAMECHAR50TEXT50
N3A_LANR ISH_LANRCHAR9ISH_LANR
N3A_BSNR ISH_BSNRCHAR9ISH_BSNR

Key field Non-key field



How do I retrieve data from SAP table N3KVM19 using ABAP code

The following ABAP code Example will allow you to do a basic selection on N3KVM19 to SELECT all data from the table
DATA: WA_N3KVM19 TYPE N3KVM19.

SELECT SINGLE *
FROM N3KVM19
INTO CORRESPONDING FIELDS OF WA_N3KVM19
WHERE...

How to access SAP table N3KVM19

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