WRF_SHOPGENERAL SAP (Structure for Detail View of General Shop Data) Structure details

Dictionary Type: Structure
Description: Structure for Detail View of General Shop Data




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




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

WRF_SHOPGENERAL 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 for Detail View of General Shop Data" 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_SHOPGENERAL TYPE WRF_SHOPGENERAL.

The WRF_SHOPGENERAL table consists of various fields, each holding specific information or linking keys about Structure for Detail View of General Shop Data data available in SAP. These include SHOPNAME (Shop Name), ROOMNUMBER (Room or Appartment Number), FLOOR (Floor in building), BBBNR (International location number (part 1)).. 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_SHOPGENERAL 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
SHOPShop WRF_SHOPCHAR4Assigned to domainWERKSBETR
SHOPNAMEShop Name WRF_SHOPNAMECHAR40TEXT40
ROOMNUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
FLOORFloor in building AD_FLOORCHAR10TEXT10
BBBNRInternational location number (part 1) BBBNRNUMC7NUM07
BBSNRInternational location number (Part 2) BBSNRNUMC5NUM05
BUBKZCheck digit for the international location number BUBKZNUMC1NUM01
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
MOB_NUMBERFirst Mobile Telephone No.: Dialing Code + Number AD_MBNMBR1CHAR30CHAR30
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
VERFLSales area (floor space) VERFL_WWSQUAN6VERFL_WWS
VERFESales area (floor space) unit VERFE_WWSUNIT3T006CUNITMEINS
EROEDOpening date EROEDDATS8DATUM
SCHLDClosing date SCHLDDATS8DATUM
UMSA1Annual sales UMSA1CURR15(2) UMSA1
UWAERCurrency of sales figure UWAERCUKY5TCURCWAERS
UMJAHYear For Which Sales are Given UMJAHNUMC4JAHR
JMZAHYearly number of employees JMZAHNUMC6JMZAH
JMJAHYear for which the number of employees is given JMJAHNUMC4JAHR
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
KATR1Attribute 1 KATR1CHAR2TVK1ATTR1
KATR2Attribute - 2 KATR2CHAR2TVK2ATTR2
KATR3Attribute 3 KATR3CHAR2TVK3ATTR3
KATR4Attribute 4 KATR4CHAR2TVK4ATTR4
KATR5Attribute 5 KATR5CHAR2TVK5ATTR5
KATR6Attribute 6 KATR6CHAR3TVK6ATTR6
KATR7Attribute 7 KATR7CHAR3TVK7ATTR7
KATR8Attribute 8 KATR8CHAR3TVK8ATTR8
KATR9Attribute 9 KATR9CHAR3TVK9ATTR9
KATR10Attribute 10 KATR10CHAR3TVK0ATTR10
KDKG1Customer condition group 1 KDKG1CHAR2TVKGGKDKGR
KDKG2Customer condition group 2 KDKG2CHAR2TVKGGKDKGR
KDKG3Customer condition group 3 KDKG3CHAR2TVKGGKDKGR
KDKG4Customer condition group 4 KDKG4CHAR2TVKGGKDKGR
KDKG5Customer condition group 5 KDKG5CHAR2TVKGGKDKGR
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table WRF_SHOPGENERAL

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