TVKO SAP (Organizational Unit: Sales Organizations) Table details

Dictionary Type: Table
Description: Organizational Unit: Sales Organizations




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




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

TVKO is a standard SAP Table which is used to store Organizational Unit: Sales Organizations data and is available within R/3 SAP systems depending on the version and release level.

The TVKO table consists of various fields, each holding specific information or linking keys about Organizational Unit: Sales Organizations data available in SAP. These include VKORG (Sales Organization), WAERS (Statistics currency), BUKRS (Company code of the sales organization), ADRNR (Address).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TVKOT


SAP TVKO 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
VKORGSales Organization VKORGCHAR4VKORGVKOC_VKORG
WAERSStatistics currency WAERS_VCUKY5TCURCWAERS
BUKRSCompany code of the sales organization VKBUKCHAR4T001BUKRS
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
TXNAM_ADRText name for form text module short address TXNAM_ADRCHAR16TXNAM16
TXNAM_KOPText name for form text module letter header TXNAM_KOPCHAR16TXNAM16
TXNAM_FUSText name for formula text module footer lines TXNAM_FUSCHAR16TXNAM16
TXNAM_GRUText name for form text module: Greeting TXNAM_GRUCHAR16TXNAM16
VKOAUReference sales org.for sales doc.types (by sales area) VKOAUCHAR4TVKOVKORGVKO
KUNNRCustomer number for intercompany billing KUNIVCHAR10KNA1ALPHAKUNNR
BOAVORebate processing active in the sales organization BOAVOCHAR1XFELD
VKOKLSales organization calendar VKOKLCHAR2TFACDWFCID
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BSARTOrder Type (Purchasing) BSARTCHAR4T161BSARTBSA
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BWARTMovement Type (Inventory Management) BWARTWECHAR3T156BWARTBWE
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
TXNAM_SDBText names for layout-set module SDS sender TXNAM_SDBCHAR16TXNAM16
MWSKZTax code for SD documents J_1AMWSKZCHAR2T007AMWSKZ
XSTCEGDetermining the VAT registration number XSTCEGCHAR1XSTCEG
J_1ANUTIMETime of numbering for deliveries J_1ANUTIMECHAR1J_1ANUTIME
MAXBIMaximum Number of Items in Billing Document MAXBINUMC3NUM03
.INCLU--AP 0
PLAUFZPrice protection period /SAPHT/SW_PLAUFZNUMC3NUM3
PLAUEZUnit for price protection /SAPHT/SW_PLAUEZCHAR1KDZEH

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVKO
INTO CORRESPONDING FIELDS OF WA_TVKO
WHERE...

How to access SAP table TVKO

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