MASS_PARAMETERS SAP (Parameters for retail mass maintenance) Table details

Dictionary Type: Table
Description: Parameters for retail mass maintenance




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




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

MASS_PARAMETERS is a standard SAP Table which is used to store Parameters for retail mass maintenance data and is available within R/3 SAP systems depending on the version and release level.

The MASS_PARAMETERS table consists of various fields, each holding specific information or linking keys about Parameters for retail mass maintenance data available in SAP. These include PROGNAME (ABAP Program Name), FUSER (User Name), SHOW_OLD_VALUE (Indicates whether to show old values in Retail Mass Maint.), SHOW_HEADER_DATA (Indicates whether header data appears in mass maint. screens).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MASS_PARAMETERS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
FUSERUser Name UNAMECHAR12UNAME
SHOW_OLD_VALUEIndicates whether to show old values in Retail Mass Maint. SHOW_OLD_VALUECHAR1FLAG
SHOW_HEADER_DATAIndicates whether header data appears in mass maint. screens SHOW_HEADER_DATACHAR1FLAG
COLLAP_ON_STARTCollapses reference plants in mass maintenance by default COLLAPSE_ON_STARTCHAR1FLAG
REFSITE_DISTRDistribute Method for Ref Plant in Retail Mass Maintenance REFSITE_DISTR_METHODCHAR1REFSITE_DISTR_METHOD
DEF_SAVE_METHODDefault save method DEF_SAVE_METHODCHAR1DEF_SAVE_METHOD
MAX_REC_TO_LOADmaximum number of records to load without asking the user MAX_REC_TO_LOADNUMC5MAX_REC_TO_LOAD

Key field Non-key field



How do I retrieve data from SAP table MASS_PARAMETERS using ABAP code

The following ABAP code Example will allow you to do a basic selection on MASS_PARAMETERS to SELECT all data from the table
DATA: WA_MASS_PARAMETERS TYPE MASS_PARAMETERS.

SELECT SINGLE *
FROM MASS_PARAMETERS
INTO CORRESPONDING FIELDS OF WA_MASS_PARAMETERS
WHERE...

How to access SAP table MASS_PARAMETERS

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