VIVEDA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VIVEDA is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The VIVEDA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), AUART (Sales Document Type), VBTYP (SD document category).. 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: Not classified


SAP VIVEDA table view 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
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
VBTYPSD document category VBTYPCHAR1VBTYP
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3TVAUAUGRU
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
SUBMICollective number (SD) SUBMI_SDCHAR10CHAR10
FAKSKBilling block in SD document FAKSKCHAR2TVFSFAKSP
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
VKBURSales Office VKBURCHAR4VKBURVKB
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
BNAMEName of orderer BNAME_VCHAR35NAME
TELF1Telephone Number TELF1_VPCHAR16TELF1
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
KVGR1Customer group 1 KVGR1CHAR3TVV1KVGR1
KVGR2Customer group 2 KVGR2CHAR3TVV2KVGR2
KVGR3Customer group 3 KVGR3CHAR3TVV3KVGR3
KVGR4Customer group 4 KVGR4CHAR3TVV4KVGR4
KVGR5Customer group 5 KVGR5CHAR3TVV5KVGR5
MATNRXMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATWAMaterial entered MATWACHAR18MARAMATN1MATNRMAT
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PSTYVSales document item category PSTYVCHAR4TVPTPSTYV
UEPOSHigher-level item in bill of material structures UEPOSNUMC6POSNR
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2TVAGABGRU_VA
PRODHProduct hierarchy PRODH_DCHAR18T179PRODHVPR
ZMENGTarget quantity in sales units DZMENGQUAN13(3) MENG13
ZIEMETarget quantity UoM DZIEMEUNIT3T006CUNITMEINS
UMZIZFactor for converting sales units to base units (target qty) UMZIZDEC5UMBSZ
UMZINFactor for converting sales units to base units (target qty) UMZINDEC5UMBSN
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
KDMATMaterial Number Used by Customer MATNR_KUCHAR35IDNEX
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
FAKSPBilling block for item FAKSP_APCHAR2TVFSFAKSP
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
NETWRXNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
VGBELDocument number of the reference document VGBELCHAR10VBUKALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6VBUPPOSNR
WERKSPlant (Own or External) WERKS_EXTCHAR4WERKSWRKSH_T001W_EXTS
NETPRNet price NETPRCURR11(2) WERTV6
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MVGR1Material group 1 MVGR1CHAR3TVM1MVGR1
MVGR2Material group 2 MVGR2CHAR3TVM2MVGR2
MVGR3Material group 3 MVGR3CHAR3TVM3MVGR3
MVGR4Material group 4 MVGR4CHAR3TVM4MVGR4
MVGR5Material group 5 MVGR5CHAR3TVM5MVGR5
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
CUOBJConfiguration CUOBJ_VANUMC18CUOBJ
WAERKXSD Document Currency WAERKCUKY5TCURCWAERSFWS
KTEXTSearch term for product proposal KTEXT_VCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIVEDA
INTO CORRESPONDING FIELDS OF WA_VIVEDA
WHERE...

How to access SAP table VIVEDA

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