KUPAV SAP (Cust.Master View: Partners (Data from TKNVP w/Address)) Structure details

Dictionary Type: Structure
Description: Cust.Master View: Partners (Data from TKNVP w/Address)




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




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

KUPAV 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 "Cust.Master View: Partners (Data from TKNVP w/Address)" 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_KUPAV TYPE KUPAV.

The KUPAV table consists of various fields, each holding specific information or linking keys about Cust.Master View: Partners (Data from TKNVP w/Address) data available in SAP. These include KUNNR (Customer Numbers), VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division).. 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 KUPAV 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
MANDTClient MANDTCLNT3T000MANDT
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PARZAPartner counter PARZANUMC3PARZA
KUNN2Customer number of business partner KUNN2CHAR10KNA1ALPHAKUNNRKUN
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PARNRNumber of contact person PARNRNUMC10PARNRVPA
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
KNREFCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
ANREDForm of address ANRED_VPCHAR15ANRED
NAME1Name 1 of a partner NAME1_VPCHAR35NAME
NAME2Name 2 of a partner NAME2_VPCHAR35NAME
NAME3Name 3 of a partner NAME3_VPCHAR35NAME
NAME4Name 4 of a partner NAME4_VPCHAR35NAME
STRASHouse number and street STRAS_GPCHAR35TEXT35
LAND1Country Key LAND1_VPCHAR3T005LAND1
LZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
PSTLZPostal code PSTLZ_VPCHAR10PSTLZ
PSTL2Postal code of the P.O. box PSTL2_VPCHAR10PSTLZ
PFORTPO Box city PFORT_GPCHAR35TEXT35
ORT01City ORT01_VPCHAR35ORT01
ORT02District ORT02_GPCHAR35TEXT35
REGIORegional code REGIO_VPCHAR3T005SREGIO
PFACHPO box PFACH_VPCHAR10PFACH
ABTEIDepartment ABTEICHAR12ABTEI
SORTLSort field SORTLCHAR10CHAR10
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TELF1Telephone Number TELF1_VPCHAR16TELF1
TELF2Second telephone number TELF2CHAR16TEXT16
TELBXTelebox number TELBX_VPCHAR15TELBX
TELFXFax number TELFX_VPCHAR31TELFX
TELTXTeltex number TELTX_VPCHAR30TELTX
TELX1Telex number TELX1_VPCHAR30TELX1
DATLTNumber of data communication line DATLT_VPCHAR14DATLT
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
KTOKDCustomer Account Group KTOKDCHAR4T077DKTOKDKGD
NAME_LISTName of list display NAME_LISTCHAR35NAME
SPERRCentral posting block SPERB_XCHAR1XFELD
AUFSDCentral order block for customer AUFSD_XCHAR2TVASTKAUFS
LIFSDCentral delivery block for the customer LIFSD_XCHAR2TVLSLIFSP
FAKSDCentral billing block for customer FAKSD_XCHAR2TVFSFAKSP
LOEVMCentral Deletion Flag for Master Record LOEVM_XCHAR1XFELD
ADRNPPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDRESS_TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STCD3Tax Number 3 STCD3CHAR18CHAR18
STCD4Tax Number 4 STCD4CHAR18CHAR18
STKZNNatural Person STKZNCHAR1STKZN
STCDTTax Number Type J_1ATOIDCHAR2Assigned to domainJ_1ATOID
J_1KFREPREName of Representative REPRESCHAR10REPRES
J_1KFTBUSType of Business GESTYPCHAR30Assigned to domainGESTYP
J_1KFTINDType of Industry INDTYPCHAR30Assigned to domainINDTYP

Key field Non-key field



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

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

How to access SAP table KUPAV

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