MASEL SAP (Help fields for line selection in MRP list display; CO06) Structure details

Dictionary Type: Structure
Description: Help fields for line selection in MRP list display; CO06




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




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

MASEL 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 "Help fields for line selection in MRP list display; CO06" 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_MASEL TYPE MASEL.

The MASEL table consists of various fields, each holding specific information or linking keys about Help fields for line selection in MRP list display; CO06 data available in SAP. These include NEAUM (Select new exceptions only), OLAUM (Select old exceptions only), SELUE (Checkbox), SELAU (Checkbox).. 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 MASEL 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
ALAUMSelect all exceptions ALAUMCHAR1XFELD
NEAUMSelect new exceptions only NEAUMCHAR1XFELD
OLAUMSelect old exceptions only OLAUMCHAR1XFELD
SELUECheckbox XFELDCHAR1XFELD
SELAUCheckbox XFELDCHAR1XFELD
SELABCheckbox XFELDCHAR1XFELD
SELDACheckbox XFELDCHAR1XFELD
SABALCheckbox XFELDCHAR1XFELD
NAVIGCheckbox XFELDCHAR1XFELD
SABKDMake-to-order selection indicator SEKDECHAR1XFELD
KDANRSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDAPSItem Number in Sales Order KDPOSNUMC6NUM06KPO
SABPRSelection: individual project SEPROCHAR1XFELD
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
PRANRWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
DAT00Receipt/Requirements date DAT00DATS8DATUM
DAT01Receipt/Requirements date DAT00DATS8DATUM
VLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
BLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
XLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
YLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
SABLCBatch/storage location; selection field SABLCCHAR1XFELD
SABLGStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SABCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
RWDA1Date: Stock Days' Supply RWDA1DATS8DATS
BERW1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
RWDA2Date: First Days' Supply with Selected Fixed Receipts RWDA2DATS8DATS
BERW2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
RWDA3Date: Second Days' Supply with Selected Fixed Receipts RWDA3DATS8DATS
BERW3Second Receipt Days' Supply BERW4DEC4(1) DECV3_1
DSDABMRP date DSDATDATS8DATUM
SLKZ1Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ2Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ3Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ4Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ5Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ6Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ7Selection indicator for exception groups SLKZXCHAR1CHAR1
SLKZ8Selection indicator for exception groups SLKZXCHAR1CHAR1
BDBKZSelection indicator for processed MRP lists JBEKZCHAR1XFELD
NBEKZSelection indicator for unprocessed MRP lists NBEKZCHAR1XFELD
NAUKZSelection: all MRP lists with new exceptions NAUKSCHAR1CHAR1
AMSLRSel. red traffic lights AMSLRCHAR1XFELD
AMSLYSel. yellow traffic lights AMSLYCHAR1XFELD
AMSLGSel. green traffic light AMSLGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MASEL

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