BKNVK SAP (Customer Master Contact Person (Batch Input Structure)) Structure details

Dictionary Type: Structure
Description: Customer Master Contact Person (Batch Input Structure)




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




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

BKNVK 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 "Customer Master Contact Person (Batch Input 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_BKNVK TYPE BKNVK.

The BKNVK table consists of various fields, each holding specific information or linking keys about Customer Master Contact Person (Batch Input Structure) data available in SAP. These include TBNAM (Table Name), XDELE (Indicator: Delete entry using batch input ?), PARNR (Number of contact person (batch input only)), NAME1 (Name 1).. 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 BKNVK 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TBNAMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
XDELEIndicator: Delete entry using batch input ? XDELE_BICHAR1XFELD
PARNRNumber of contact person (batch input only) PARNR_BICHAR10CHAR10
NAME1Name 1 NAME1_GPCHAR35NAME
TELF1First telephone number TELF1CHAR16TEXT16
ABTNRContact person department ABTNR_PACHAR4Assigned to domainABTNR
NAMEVFirst name NAMEV_VPCHAR35NAME
ANREDForm of address for contact person (Mr, Mrs...etc) ANRED_APCHAR30TEXT30
PAFKTContact person function PAFKTCHAR2Assigned to domainPAFKT
SORTLSort field SORTLCHAR10CHAR10
PARLAPartner language PARLALANG1Assigned to domainISOLASPRAS
PARGEPartner's gender PARGECHAR1GESCH
FAMSTMarital Status Key FAMSTCHAR1Assigned to domainFAMST
GBDATDate (batch input) DATUM_BICHAR8CHAR8
ABTPAContact person's department at customer ABTEI_PACHAR12ABTEI
PAVIPVIP Partner PAVIPCHAR1Assigned to domainPAVIP
PARVOPartner's Authority PARVOCHAR1Assigned to domainPARVO
NMAILAdvertising material indicator NMAILCHAR1XFELD
UEPARHigher-level partner (batch input) UEPAR_BICHAR10CHAR10
VRTNRRepresentative number (batch input) VTRNR_BICHAR10CHAR10
BRYTHCall frequency BRYTHCHAR4Assigned to domainBRYTH
AKVERBuying habits AKVERCHAR2Assigned to domainAKVER
PARAUNotes about contact person PARAUCHAR40TEXT40
PARH1Contact person: Attribute 1 PAAT1CHAR2Assigned to domainPARHO
PARH2Contact person: Attribute 2 PAAT2CHAR2Assigned to domainPAAT2
PARH3Contact person: Attribute 3 PAAT3CHAR2Assigned to domainPAAT3
PARH4Contact person: Attribute 4 PAAT4CHAR2Assigned to domainPAAT4
PARH5Contact person: Attribute 5 PAAT5CHAR2Assigned to domainPAAT5
PAKN1Contact person: Attribute 6 PAAT6CHAR3Assigned to domainPAAT6
PAKN2Contact person: Attribute 7 PAAT7CHAR3Assigned to domainPAAT7
PAKN3Contact person: Attribute 8 PAAT8CHAR3Assigned to domainPAAT8
PAKN4Contact person: Attribute 9 PAAT9CHAR3Assigned to domainPAAT9
PAKN5Contact person: Attribute 10 PAAT0CHAR3Assigned to domainPAAT0
MOAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MOBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MOAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MOBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DIAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DIBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DIAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DIBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MIAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MIBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MIAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
MIBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DOAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DOBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DOAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
DOBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
FRAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
FRBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
FRAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
FRBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SAAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SABI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SAAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SABI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SOAB1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SOBI1Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SOAB2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SOBI2Visiting hours (batch input) BESUZ_BICHAR4CHAR4
SPNAMNickname SPNAMCHAR10TEXT10
TITEL_APTitle of contact person (description of function) TITEL_APCHAR35TEXT35
SENDERecord End Indicator for Batch Input Interface SENDE_BICHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BKNVK

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