KURGV SAP (Payer's View on Customer Master Record) Structure details

Dictionary Type: Structure
Description: Payer's View on Customer Master Record




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




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

KURGV 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 "Payer's View on Customer Master Record" 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_KURGV TYPE KURGV.

The KURGV table consists of various fields, each holding specific information or linking keys about Payer's View on Customer Master Record data available in SAP. These include NAME1 (Name 1), STRAS (House number and street), PFACH (PO Box), PSTLZ (Postal Code).. 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 or numeric)


SAP KURGV 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
KUNNRPayer KUNRGCHAR10KNA1ALPHAKUNNR
NAME1Name 1 NAME1_GPCHAR35NAME
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTLZPostal Code PSTLZCHAR10PSTLZ
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LAND1Country Key LAND1CHAR3T005LAND1LND
TELF1First telephone number TELF1CHAR16TEXT16
KKBERCredit control area KKBERCHAR4T014KKBERKKB
KNKLICustomer's account number with credit limit reference KNKLICHAR10KNA1ALPHAKUNNR
KLIMKCustomer's credit limit KLIMKCURR15(2) WERT8
SAUFTTotal of the sales values for the credit limit check SAUFTCURR15(2) WRTV8
SKFORTotal receivables (for credit limit check) SKFORCURR15(2) WRTV8
SSOBLRelevant special liabilities for credit limit check SSOBLCURR15(2) WRTV8
WAERSCurrency in which the credit limit is to be managed WAERS_KNKKCUKY5TCURCWAERS
MRNKZManual invoice maintenance MRNKZCHAR1XFELD
PERFKInvoice dates (calendar identification) PERFKCHAR2TFACDWFCID
PERRLInvoice list schedule (calendar identification) PERRLCHAR2Assigned to domainWFCID
KVAWTValue limit for cost estimate (inactive) KVAWTCURR13(2) WERT7
KTGRDAccount assignment group for this customer KTGRDCHAR2TVKTKTGRD
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
VALTGAdditional value days VALTGNUMC2TAGE2
VALDTFixed value date VALDTDATS8DATUM
VSORTItem proposal VSORTCHAR10VBUKALPHAVBELN
FAKSDBilling block for customer (sales and distribution) FAKSD_VCHAR2TVFSFAKSP
AUFSDCustomer blocked for orders AUFSDCHAR2TVASTKAUFS
STCEGVAT Registration Number STCEGCHAR20STCEG
STCEG_LCountry of Sales Tax ID Number STCEG_LCHAR3Assigned to domainLAND1LND
TAXK1Tax classification 1 for customer TAXK1CHAR1Assigned to domainTAXKD
TAXK2Tax classification 2 for customer TAXK2CHAR1Assigned to domainTAXKD
TAXK3Tax classification 3 for customer TAXK3CHAR1Assigned to domainTAXKD
TAXK4Tax Classification 4 Customer TAXK4CHAR1Assigned to domainTAXKD
TAXK5Tax classification 5 for customer TAXK5CHAR1Assigned to domainTAXKD
TAXK6Tax classification 6 for customer TAXK6CHAR1Assigned to domainTAXKD
TAXK7Tax classification 7 for customer TAXK7CHAR1Assigned to domainTAXKD
TAXK8Tax classification 8 for customer TAXK8CHAR1Assigned to domainTAXKD
TAXK9Tax classification 9 for customer TAXK9CHAR1Assigned to domainTAXKD
BOKREIndicator: Customer Is Rebate-Relevant BOKRECHAR1XFELD
BOIDTStart of validity per.for the rebate index for the customer BOIDTDATS8DATUM
GRUPPCustomer Credit Group GRUPP_CMCHAR4Assigned to domainGRUPP_CM
SBGRPCredit representative group for credit management SBGRP_CMCHAR3Assigned to domainSBGRP_CMKBG
CTLPCCredit management: Risk category CTLPC_CMCHAR3Assigned to domainCTLPC_CM
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
KABSSCustomer payment guarantee procedure KABSSCH_CMCHAR4KABSSCH_CM
TXTPADisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ADDRESS_TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
DEAR5ID for default sold-to party DEAR5CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table KURGV

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