TVTA SAP (Organizational Unit: Sales Area(s)) Table details

Dictionary Type: Table
Description: Organizational Unit: Sales Area(s)




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




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

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

The TVTA table consists of various fields, each holding specific information or linking keys about Organizational Unit: Sales Area(s) data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), VTWKU (Reference distrib.channel for cust.and material masters).. 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)


SAP TVTA 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 VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVKOSSPARTSPAC_SPART
VTWKUReference distrib.channel for cust.and material masters VTWKUCHAR2TVTWVTWEGVTW
SPAKUReference division for customers SPAKUCHAR2TSPASPARTSPA
VTWKOReference distribution channel for conditions VTWKOCHAR2TVTWVTWEG
SPAKOReference division for conditions SPAKOCHAR2TSPASPART
MABERDunning Area MABERCHAR2T047MMABER
VKOAUReference sales org.for sales doc.types (by sales area) VKOAUCHAR4TVKOVKORGVKO
VTWAUDistribution channel for sales doc types VTWAUCHAR2TVTWVTWEGVTW
SPAAUReference division for document types (by sales area) SPAAUCHAR2TSPASPARTSPA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
REGGBRule for determining the business area REGGBNUMC3REGGB
REVFPRule for transferring the results of the availability check REVFPCHAR1REVFP
FIXMGDelivery date and quantity fixed FIXMGCHAR1XFELD
AFINDPromo determination AFINDCHAR1XFELD
KKBERCredit control area KKBERCHAR4T014KKBERKKB
J_1ASNRBranch for domestic operations J_1ADBRNCHCHAR4J_1BBRANCHJ_1BBRANCH
J_1AESNRBranch for export operations J_1AEBRNCHCHAR4J_1BBRANCHJ_1BBRANCH
.INCLU--AP 0
ISP_VBIS-M: Distribution Zone VERBBEZCHAR10JVTBEZIRKALPHABEZIRK
ISM_BP_VTB_GROUPIS-M: Sales Area Group for Business Partner Selection GROUP_SALESAREACHAR4TJH_GR_SALESAREAISM_GROUP_SALESAREA
.INCLU--AP 0
J_3GKBAULETM-Relevant Indicator J_3GKBAULCHAR1J_3GKBAUL
.INCLU--AP 0
OID_CHECKCCheck customer ship-to/sold-to warning/error/information OID_CHECKCCHAR1OIDMSG_PRD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVTA
INTO CORRESPONDING FIELDS OF WA_TVTA
WHERE...

How to access SAP table TVTA

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