WR02D SAP (Screens and fields, plant data maintenance) Structure details

Dictionary Type: Structure
Description: Screens and fields, plant data maintenance




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




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

WR02D 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 "Screens and fields, plant data maintenance" 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_WR02D TYPE WR02D.

The WR02D table consists of various fields, each holding specific information or linking keys about Screens and fields, plant data maintenance data available in SAP. These include BETRP (Plant profile), REF_WKFIL (Reference for plant), REF_BUKRS (Reference Company Code), REF_VKORG (Reference sales organization).. 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)


SAP WR02D 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
LOCNRPlant WKFILCHAR4T001WWERKSWRK
BETRPPlant profile BETRPCHAR4TWRF2BETRPKGP
REF_WKFILReference for plant REF_WKFILCHAR4T001WWERKSRWK
REF_BUKRSReference Company Code REF_BUKRSCHAR4T001BUKRSRBU
REF_VKORGReference sales organization REF_VKORGCHAR4TVKOVKORGRVK
REF_VTWEGReference distribution channel REF_VTWEGCHAR2TVTWVTWEGRVT
REF_SPARTDivision that is used as a reference REF_SPARTCHAR2TSPASPARTRSP
D0400Process data? XDYNPCHAR1XFELD
OK_CODECharacter (length 5) CHAR005CHAR5CHAR5
SELKZCheckbox XFELDCHAR1XFELD
CHAR_LG_01Character field of length 1 CHAR_LG_01CHAR1CHAR_LG_01
PRIOT_TEXTText for priority indicator PRIOT_TEXTCHAR60AS4TEXT
VLFKZ_TEXTPlant category text VLFKZ_TEXTCHAR60CHAR60
NLMATFB_TXText for ID perform subsequent listing ? NLMATFB_TXCHAR60AS4TEXT
SEITEList display page counter CNTPACHAR9CHAR9
DATABValid-from date DATAB_LWRKDATS8DATUM
DATBIValid to date DATBI_LWRKDATS8DATUM
REF_NAME1Name NAME1CHAR30TEXT30
PUSH001Help field: pushbutton text 'Display assignments' PUSH001CHAR35TEXT35
PUSH002Help field: pushbutton text 'Display assignments' PUSH002CHAR35TEXT35
PUSH003Help field: Push button text 'Sales areas' PUSH003CHAR35TEXT35
LIFNR_NEUOther vendor LIFNR_NEUCHAR16ALPHALIF16
KUNNR_NEUOther customer KUNNR_NEUCHAR16ALPHAKUN16
WKFILPlant WKFILCHAR4T001WWERKSWRK
KKOWK_TEXTText for flagging conditions at plant level KKOWK_TEXTCHAR60AS4TEXT
MATKL_LWRKIndicates that material group exists MATKL_LWRKCHAR15CHAR015
VLFKZ_LISTPlant category text VLFKZ_LISTCHAR15CHAR15
LIGRD_TXText for basic listing rule LIGRD_TXCHAR60AS4TEXT
VTBFI_TEXTCharacter String 60 CHAR_60CHAR60CHAR_60
.INCLU--AP 0
STORETYPEStore Category to Differentiate Store, Dep. Store, Shop WRF_STORETYPECHAR1WRF_STORETYPE
DEP_STORESuperior Department Store WRF_DEP_STORECHAR4Assigned to domainWERKS
CATEGORYCategory Nodes CAT_NODECHAR18CAT_NODE
HIER_IDHierarchy WRF_HIER_CNTCHAR2WRF_HIERCNTRTHIERWRF_HIERID_STATUS
KUNNRCustomer Account Number KUN16CHAR16ALPHAKUN16KUN

Key field Non-key field



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

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

How to access SAP table WR02D

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