WRF_SIT_T001W SAP (Structure T001W) Structure details

Dictionary Type: Structure
Description: Structure T001W




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




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

WRF_SIT_T001W 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 "Structure T001W" 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_WRF_SIT_T001W TYPE WRF_SIT_T001W.

The WRF_SIT_T001W table consists of various fields, each holding specific information or linking keys about Structure T001W 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: Can be enhanced (character-type or numeric)


SAP WRF_SIT_T001W 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
MANDTClient MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_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 ADRNRCHAR10Assigned to domainALPHAADRNR
IWERKMaintenance Planning Plant IWERKCHAR4T001WWERKSIWK
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
VTWEGDistribution channel for intercompany billing VTWIVCHAR2TVTWVTWEGVTW
SPARTDivision for intercompany billing SPAIVCHAR2TSPASPARTSPA
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
WKSOPSOP plant WKSOPCHAR1XFELD
AWSLSVariance Key AWSLSCHAR6TKV01AWSLS
CHAZV_OLDIndicator: batch status management active CHAZVCHAR1XFELD
VLFKZPlant category VLFKZCHAR1VLFKZ
BZIRKSales district BZIRKCHAR6T171BZIRKBZI
ZONE1Supply region (region supplied) LFREGCHAR10TZONEZONE
TAXIWTax Indicator: Plant (Purchasing) TAXIW1CHAR1TMKW1TAXIW1
BZQHLTake regular vendor into account BZQHLCHAR1XFELD
LET01Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
LET02Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
LET03Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
TXNAM_MA1Text name of 1st dunning of vendor declarations TXNAM_MA1CHAR16TXNAM16
TXNAM_MA2Text name of the 2nd dunning of vendor declarations TXNAM_MA2CHAR16TXNAM16
TXNAM_MA3Text name of 3rd dunning of vendor declarations TXNAM_MA3CHAR16TXNAM16
BETOLNumber of days for PO tolerance - Compress info records - SU BETOLNUMC3NUMC3
J_1BBRANCHBusiness Place J_1BBRANC_CHAR4J_1BBRANCHJ_1BBRANCH
VTBFIRule for determining the sales area for stock transfers VTBFICHAR2VTBFI
FPRFWDistribution profile at plant level FPRFWCHAR3TWFPFFEPRF
ACHVMCentral archiving marker for master record ACHVM_XCHAR1XFELD
DVSARTBatch Record: Type of DMS Used DVSARTCHAR1DVSART
NODETYPENode type: supply chain network NODETYPECHAR3MDRP_NODTNODETYPE
NSCHEMAStructure for name formation CKML_NSCHEMACHAR4CKMLMV007CKML_NSCHEMA
PKOSACost Object Controlling linking active CKML_FLG_PKOSACHAR1BOOLE
MISCHUpdating is active for mixed costing CKML_FLG_MISCHCHAR1BOOLE
MGVUPDUpdating is active in actual costing CKML_FLG_MGVUPDCHAR1BOOLE
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
MGVLAUPDUpdate of Activity Consumption in the Quantity Structure CKML_MGVLAUPDCHAR1CKML_MGVLAUPD
MGVLAREVALControl of Credit of Cost Centers CKML_MGVLAREVALCHAR1CKML_MGVLAREVAL
SOURCINGInvoke Added-Function Source Determination via ATP MMPUR_SOURCINGCHAR1MMPUR_SOURCING
STORETYPEStore Category to Differentiate Store, Dep. Store, Shop WRF_STORETYPECHAR1WRF_STORETYPE
DEP_STORESuperior Department Store WRF_DEP_STORECHAR4Assigned to domainWERKS

Key field Non-key field



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

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

How to access SAP table WRF_SIT_T001W

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