SAP Reports / Programs

MASS_MARC_SITE SAP ABAP dialog Program - Logistic data site mass maintenance program







MASS_MARC_SITE is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MASS_MARC_SITE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MASS_MARC - Logistic/Replenishment Mass Maint.
DUMMY_MASS_MARC - Dummy transaction for mail execution


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MASS_MARC_SITE. "Basic submit
SUBMIT MASS_MARC_SITE AND RETURN. "Return to original report after report execution complete
SUBMIT MASS_MARC_SITE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_WERKS = Plant
Selection Text: SO_REFSI = Reference plant
Selection Text: PAR4 = Max. Number of Processes
Selection Text: PAR3 = Records per Process
Selection Text: PAR2 = Plant
Selection Text: PAR1 = Material
Title: Logistic data site mass maintenance program
Text Symbol: 040 = You cannot perform this operation while a filter is active, remove filter ?
Text Symbol: 042 = Somes columns you try to change are currently hid from the grid, show them ?
Text Symbol: 043 = You have changed
Text Symbol: 044 = lines, do you want to save your changes ?
Text Symbol: 047 = Collapse all plants
Text Symbol: 048 = Error message
Text Symbol: 049 = Detected errors
Text Symbol: 050 = Name of the column
Text Symbol: 051 = Ltxt
Text Symbol: 052 = Long text exists
Text Symbol: 060 = Existing assigned plant
Text Symbol: 062 = Logistic/Replenishment
Text Symbol: 065 = Multiple Copy
Text Symbol: 066 = copy to...
Text Symbol: 069 = Old
Text Symbol: 070 = You are about to select ALL articles, continue ?
Text Symbol: 071 = Selection Parameters
Text Symbol: 072 = Control Data (Parallel processing)
Text Symbol: 073 = Material description
Text Symbol: 074 = Werks name
Text Symbol: 100 = Logistic/Replenishment
Text Symbol: 001 = Select
Text Symbol: 002 = Find in tree
Text Symbol: 003 = Find next in tree
Text Symbol: 004 = Clear Selection
Text Symbol: 006 = Logistic/Replenishment
Text Symbol: 009 = Expand all nodes
Text Symbol: 010 = Collapse all nodes
Text Symbol: 011 = Where-used list
Text Symbol: 012 = Variant
Text Symbol: 013 = Display grid





Text Symbol: 014 = Create plant
Text Symbol: 015 = Expand all plants
Text Symbol: 018 = Create material
Text Symbol: 020 = Check...
Text Symbol: 021 = Select with condition
Text Symbol: 025 = Expand reference plant
Text Symbol: 026 = Collapse reference plant
Text Symbol: 027 = Mass Change
Text Symbol: 028 = Formula
Text Symbol: 029 = Reference plant
Text Symbol: 030 = Assigned plant
Text Symbol: 032 = Warning
Text Symbol: 033 = You cannot correct errors while a filter is active, remove filter ?
Text Symbol: 034 = Yes
Text Symbol: 035 = No
Text Symbol: 036 = Plant reference style
Text Symbol: 037 = Style
Text Symbol: 038 = Reference plant


INCLUDES used within this REPORT MASS_MARC_SITE

INCLUDE MASS_MARC_SITE_TOP.
INCLUDE MASS_MARC_SITE_FRM.
INCLUDE MASS_MARC_SITE_PAI.
INCLUDE MASS_MARC_SITE_PBO.
INCLUDE MASS_MARC_SITE_CLS.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MASS_MARC_SITE or its description.