V_T001W_SITE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_T001W_SITE 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 V_T001W_SITE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WERKS (Plant), NAME1 (Name), BWKEY (Valuation Area), KUNNR (Customer number of plant).. 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 V_T001W_SITE 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
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
NAME1Name NAME1CHAR30TEXT30
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
KUNNRCustomer number of plant KUNNR_WKCHAR10KNA1ALPHAKUNNR
LIFNRVendor number of plant LIFNR_WKCHAR10LFA1ALPHALIFNR
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
PFACHPO Box PFACHCHAR10PFACH
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
VKORGSales organization for intercompany billing VKOIVCHAR4TVKOVKORGVKO
CHAZVIndicator: batch status management active CHAZVCHAR1XFELD
KKOWKIndicator: Conditions at plant level KKOWKCHAR1KKOWK
KORDBIndicator: Source list requirement KORDBCHAR1XFELD
BEDPLActivating requirements planning BEDPLCHAR1XFELD
LAND1Country Key LAND1CHAR3T005LAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNCCounty Code COUNCCHAR3T005ECOUNC
CITYCCity Code CITYCCHAR4T005GCITYC
ADRNRAddress ADRNRCHAR10ALPHAADRNR
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
VTWEGDistribution channel for intercompany billing VTWIVCHAR2TVTWVTWEGVTW
SPARTDivision for intercompany billing SPAIVCHAR2TSPASPARTSPA
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
WKSOPSOP plant WKSOPCHAR1XFELD
VLFKZPlant category VLFKZCHAR1VLFKZ
BZIRKSales district BZIRKCHAR6T171BZIRKBZI
ZONE1Supply region (region supplied) LFREGCHAR10TZONEZONE
BZQHLTake regular vendor into account BZQHLCHAR1XFELD
VTBFIRule for determining the sales area for stock transfers VTBFICHAR2VTBFI
FPRFWDistribution profile at plant level FPRFWCHAR3TWFPFFEPRF
ACHVMCentral archiving marker for master record ACHVM_XCHAR1XFELD
NODETYPENode type: supply chain network NODETYPECHAR3MDRP_NODTNODETYPE
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BWMODValuation Grouping Code BWMODCHAR4CHAR4
XBKNGNegative stocks in valuation area allowed XBKNGCHAR1XFELD
XVKBWSales price valuation active XVKBWCHAR1XFELD
UPROFRetail revalution profile UPROF_DCHAR4TWUPUPROF
WBPROProfile for value-based inventory management WBPROCHAR4TWPRWBPRO
BDIFPStock correction tolerance BDIFPDEC5(2) PROZS

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T001W_SITE
INTO CORRESPONDING FIELDS OF WA_V_T001W_SITE
WHERE...

How to access SAP table V_T001W_SITE

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