N3KVM18 SAP () Table details

Dictionary Type: Table
Description:




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




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

N3KVM18 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 N3KVM18 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 N3KVM18 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_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
X00_AUSDTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N3A_AUSDTHI: Date of Issue N3A_AUSDTDATS8DATUM
N3A_ALL01HI: Fee Radio Button N3A_ALL01CHAR1N3A_ALL01
N3A_KUNFReserve field XFELD N2_XFELDCHAR1XFELD
N3A_KBVGReserve field XFELD N2_XFELDCHAR1XFELD
N3A_KEWRReserve field XFELD N2_XFELDCHAR1XFELD
N3A_F01A35HI: Start of Treatment N3A_F01A35DATS8DATE
N3A_X14Reserve field XFELD N2_XFELDCHAR1XFELD
N3A_X15Reserve field XFELD N2_XFELDCHAR1XFELD
N3A_X16Reserve field XFELD N2_XFELDCHAR1XFELD
N3A_X17Reserve field XFELD N2_XFELDCHAR1XFELD
N3A_F01A47Checkbox XFELDCHAR1XFELD
N3A_KAREGReserve field XFELD N2_XFELDCHAR1XFELD
N3A_INDNR N3A_INDSCHCHAR4TEXT4N2HM_INDIK_KEY
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_F12A03HI: F12A Initial Prescription/Subsequent Prescription N3A_F12A03CHAR2N3A_FIRSTORNEXT_V
N3A_GDATC N3A_CHAR10CHAR10N3A_CHAR10
N3A_KEWRD N3A_KEWRDCHAR1XFELD
N3A_LANR ISH_LANRCHAR9ISH_LANR
N3A_BSNR ISH_BSNRCHAR9ISH_BSNR
N3A_EVEROReserve field XFELD N2_XFELDCHAR1XFELD
N3A_FVEROReserve field XFELD N2_XFELDCHAR1XFELD
N3A_INDSCH N3A_INDSCHCHAR4TEXT4N2HM_INDIK_KEY
N3A_KSTERReserve field XFELD N2_XFELDCHAR1XFELD
N3KVICDIS-H: Diagnosis Code DIAIDCHAR30DIAID
N3KVDIGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
N3KVDILOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO

Key field Non-key field



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

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

SELECT SINGLE *
FROM N3KVM18
INTO CORRESPONDING FIELDS OF WA_N3KVM18
WHERE...

How to access SAP table N3KVM18

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