/BEV4/PLABSINFOPER_S SAP (Structure for Sales Information for Periods) Structure details

Dictionary Type: Structure
Description: Structure for Sales Information for Periods




ABAP Code to SELECT data from /BEV4/PLABSINFOPER_S
Related tables to /BEV4/PLABSINFOPER_S
Access table /BEV4/PLABSINFOPER_S




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

/BEV4/PLABSINFOPER_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 "Structure for Sales Information for Periods" 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_/BEV4/PLABSINFOPER_S TYPE /BEV4/PLABSINFOPER_S.

The /BEV4/PLABSINFOPER_S table consists of various fields, each holding specific information or linking keys about Structure for Sales Information for Periods data available in SAP. These include MENGE01 (Quantity), MONAT01 (Reporting Month), JAHR01 (Reporting Year), HEADER01 (Character Field of Length 12).. 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: Cannot Be Enhanced


SAP /BEV4/PLABSINFOPER_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
MEINSUnit of Measure /BEV4/PLMEINSUNIT3Assigned to domainCUNITMEINS
MENGE01Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT01Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR01Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER01Character Field of Length 12 CHAR12CHAR12CHAR12
REQ01Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE02Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT02Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR02Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER02Character Field of Length 12 CHAR12CHAR12CHAR12
REQ02Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE03Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT03Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR03Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER03Character Field of Length 12 CHAR12CHAR12CHAR12
REQ03Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE04Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT04Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR04Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER04Character Field of Length 12 CHAR12CHAR12CHAR12
REQ04Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE05Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT05Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR05Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER05Character Field of Length 12 CHAR12CHAR12CHAR12
REQ05Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE06Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT06Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR06Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER06Character Field of Length 12 CHAR12CHAR12CHAR12
REQ06Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE07Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT07Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR07Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER07Character Field of Length 12 CHAR12CHAR12CHAR12
REQ07Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE08Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT08Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR08Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER08Character Field of Length 12 CHAR12CHAR12CHAR12
REQ08Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE09Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT09Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR09Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER09Character Field of Length 12 CHAR12CHAR12CHAR12
REQ09Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE10Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT10Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR10Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER10Character Field of Length 12 CHAR12CHAR12CHAR12
REQ10Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE11Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT11Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR11Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER11Character Field of Length 12 CHAR12CHAR12CHAR12
REQ11Character Field of Length 12 CHAR12CHAR12CHAR12
MENGE12Quantity /BEV4/PLMENGEQQUAN15(3) /BEV4/PLMENGEQ
MONAT12Reporting Month /BEV4/PLMONTHNUMC2MONAT
JAHR12Reporting Year /BEV4/PLJAHRNUMC4JAHR
HEADER12Character Field of Length 12 CHAR12CHAR12CHAR12
REQ12Character Field of Length 12 CHAR12CHAR12CHAR12

Key field Non-key field



How do I retrieve data from SAP structure /BEV4/PLABSINFOPER_S using ABAP code?

As /BEV4/PLABSINFOPER_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 /BEV4/PLABSINFOPER_S as there is no data to select.

How to access SAP table /BEV4/PLABSINFOPER_S

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