/BEV1/SRBEF_S SAP (Data Fields for Analysis to be Displayed on Screens) Structure details

Dictionary Type: Structure
Description: Data Fields for Analysis to be Displayed on Screens




ABAP Code to SELECT data from /BEV1/SRBEF_S
Related tables to /BEV1/SRBEF_S
Access table /BEV1/SRBEF_S




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

/BEV1/SRBEF_S 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 "Data Fields for Analysis to be Displayed on Screens" 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_/BEV1/SRBEF_S TYPE /BEV1/SRBEF_S.

The /BEV1/SRBEF_S table consists of various fields, each holding specific information or linking keys about Data Fields for Analysis to be Displayed on Screens data available in SAP. These include MATNR (Material Number), BEFMGE (Proportionate Order Quantity), BEFME (Sales unit), BEFSCHL (Analysis Result).. 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 /BEV1/SRBEF_S 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
BFPOSItem Number Analysis /BEV1/SRBFPOSNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BEFMGEProportionate Order Quantity /BEV1/SRBEFMGEQUAN15(3) MENG15
BEFMESales unit VRKMEUNIT3T006CUNITMEINS
BEFSCHLAnalysis Result /BEV1/SRBVSCHAR3/BEV1/SRBEF/BEV1/SRBVS
VERGSRefunding Key /BEV1/SRVS_____DCHAR1/BEV1/SRVS/BEV1/SRVS
BSTMGEStock Quantity /BEV1/SRBSTMGEQUAN15(3) MENG15
KDMGECustomer Quantity /BEV1/SRKDMGEQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
LAGORTStorage Location /BEV1/SRLGOCHAR4T001LLGORT
WKLAGOPlant for Storage Location /BEV1/SRWLOCHAR4T001WWERKS
LGLAGOEmpties Storage Location /BEV1/SRLLOCHAR4T001LLGORT
WKLGLOPlant for Empties Storage Lcation /BEV1/SRWLLCHAR4T001WWERKS
DIFBUDATPosting Date for Difference Posting /BEV1/SRDIFBUDATDATS8
BEFUNDAnalysis /BEV1/SRBF_____DCHAR3/BEV1/SRBFCHAR3
FASSNRBarrel Number /BEV1/SRFASSCHAR10CHAR10
ABFUELLFilling Facilities /BEV1/SRABF____DCHAR3/BEV1/SRABF/BEV1/SRABF
INHALTContents for Sales Returns /BEV1/SRINH____DCHAR3/BEV1/SRINHCHAR3
KEGKeg Lock /BEV1/SRKV_____DCHAR3/BEV1/SRKVCHAR3
ABFDATFilling Date /BEV1/SRABFDATDATS8DATUM
ABFZETFilling Time /BEV1/SRABFZETTIMS6UZEIT
ABRECHIndicator Settled /BEV1/SRABRECHCHAR1/BEV1/SRABRECH
BEZSTATAccounting Status /BEV1/SRSTATCHAR30TEXT30
CHKBOXCheckbox Select Field /BEV1/SRHECKCHAR1/BEV1/SRHECK

Key field Non-key field



How do I retrieve data from SAP structure /BEV1/SRBEF_S using ABAP code?

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

How to access SAP table /BEV1/SRBEF_S

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