BWRF1 SAP (Plant data) Structure details

Dictionary Type: Structure
Description: Plant data




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




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

BWRF1 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 "Plant 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_BWRF1 TYPE BWRF1.

The BWRF1 table consists of various fields, each holding specific information or linking keys about Plant data data available in SAP. These include TBNAM (Table Name), LOCNR (Customer Number for Plant), EROED (Date (batch input)), SCHLD (Date (batch input)).. 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 BWRF1 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TBNAMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
EROEDDate (batch input) DATUM_BICHAR8CHAR8
SCHLDDate (batch input) DATUM_BICHAR8CHAR8
SPDABDate (batch input) DATUM_BICHAR8CHAR8
SPDBIDate (batch input) DATUM_BICHAR8CHAR8
AUTOBAutomatic purchase order AUTOBCHAR1CHAR001
KOPROPOS outbound profile POSKOPROCHAR4Assigned to domainPOSKOPRO
LAYVRLayout LAYVARCHAR10Assigned to domainLAYVAR
FLVARArea schema FLVARCHAR4Assigned to domainFLVAR
STFAKCalendar STKALCHAR2Assigned to domainWFCID
WANIDGoods receiving hours ID (default value) WANIDCHAR3Assigned to domainWANID
MOAB1Time in CHAR Format TIMECHAR6CHAR6
MOBI1Time in CHAR Format TIMECHAR6CHAR6
MOAB2Time in CHAR Format TIMECHAR6CHAR6
MOBI2Time in CHAR Format TIMECHAR6CHAR6
DIAB1Time in CHAR Format TIMECHAR6CHAR6
DIBI1Time in CHAR Format TIMECHAR6CHAR6
DIAB2Time in CHAR Format TIMECHAR6CHAR6
DIBI2Time in CHAR Format TIMECHAR6CHAR6
MIAB1Time in CHAR Format TIMECHAR6CHAR6
MIBI1Time in CHAR Format TIMECHAR6CHAR6
MIAB2Time in CHAR Format TIMECHAR6CHAR6
MIBI2Time in CHAR Format TIMECHAR6CHAR6
DOAB1Time in CHAR Format TIMECHAR6CHAR6
DOBI1Time in CHAR Format TIMECHAR6CHAR6
DOAB2Time in CHAR Format TIMECHAR6CHAR6
DOBI2Time in CHAR Format TIMECHAR6CHAR6
FRAB1Time in CHAR Format TIMECHAR6CHAR6
FRBI1Time in CHAR Format TIMECHAR6CHAR6
FRAB2Time in CHAR Format TIMECHAR6CHAR6
FRBI2Time in CHAR Format TIMECHAR6CHAR6
SAAB1Time in CHAR Format TIMECHAR6CHAR6
SABI1Time in CHAR Format TIMECHAR6CHAR6
SAAB2Time in CHAR Format TIMECHAR6CHAR6
SABI2Time in CHAR Format TIMECHAR6CHAR6
SOAB1Time in CHAR Format TIMECHAR6CHAR6
SOBI1Time in CHAR Format TIMECHAR6CHAR6
SOAB2Time in CHAR Format TIMECHAR6CHAR6
SOBI2Time in CHAR Format TIMECHAR6CHAR6
VERFLCharacter field of length 6 CHAR6CHAR6CHAR6
VERFE3-Byte field CHAR3CHAR3CHAR3
SPGR1Blocking reason SPGR1CHAR2Assigned to domainSPGR1
INPROPOS inbound profile POSINTPROFCHAR4Assigned to domainPOSINTPROF
EKOARPOS outbound: condition type group POSEKOARCHAR4Assigned to domainPOSEKOAR
LIFNRVendor number of plant LIFNR_WKCHAR10Assigned to domainALPHALIFNR
LOCLBSupplying plant (source of supply) LOCLBCHAR4Assigned to domainWERKS
KZLIKListing conditions should be created per assortment KZLIKCHAR1XFELD
SENDERecord End Indicator for Batch Input Interface SENDE_BICHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BWRF1

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