SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

MASS_EINE_SITE SAP ABAP dialog Program - Inforecord site mass maintenance program







MASS_EINE_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_EINE_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_EINE - Inforecord Mass Maintenance
DUMMY_MASS_EINE - 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_EINE_SITE. "Basic submit
SUBMIT MASS_EINE_SITE AND RETURN. "Return to original report after report execution complete
SUBMIT MASS_EINE_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 site
Selection Text: SO_MATNR = Material
Selection Text: SO_LIFNR = Vendor
Selection Text: PAR4 = Plant
Selection Text: PAR3 = Material
Selection Text: PAR2 = Vendor
Selection Text: PAR1 = Purch. organization
Title: Inforecord site mass maintenance program
Text Symbol: 066 = copy to...
Text Symbol: 065 = Multiple Copy
Text Symbol: 064 = Change row
Text Symbol: 062 = Inforecord detail
Text Symbol: 060 = Existing assigned plant
Text Symbol: 056 = Deleted reference plant
Text Symbol: 055 = No material
Text Symbol: 054 = No Plant
Text Symbol: 053 = Existing plants are assigned to the reference site &, overwrite data for these plants ?
Text Symbol: 052 = Long text exists
Text Symbol: 051 = Ltxt
Text Symbol: 050 = Name of the column
Text Symbol: 049 = Detected errors
Text Symbol: 048 = Error message
Text Symbol: 047 = Collapse all plants
Text Symbol: 067 = & lines will be copied from this operation, continue ?
Text Symbol: 068 = No description
Text Symbol: 069 = Old
Text Symbol: 070 = This inforecord already exist but the flag delete is set, do you want to undelete this record ?
Text Symbol: 071 = You are about to select & inforecords, continue ?
Text Symbol: 072 = Purchasing Organization
Text Symbol: 073 = Vendor
Text Symbol: 074 = Material
Text Symbol: 075 = Plant
Text Symbol: 076 = Ask Confirmation if the number of selected records is greater than
Text Symbol: 077 = Vendor name
Text Symbol: 078 = Plant name
Text Symbol: 079 = No vendor
Text Symbol: 080 = Assigned plant without reference





Text Symbol: 081 = Material description
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 = Inforecord
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: 016 = Create material
Text Symbol: 018 = Create vendor
Text Symbol: 020 = Check...
Text Symbol: 021 = Select with condition
Text Symbol: 022 = Insert Row
Text Symbol: 023 = Delete Row
Text Symbol: 024 = Copy Row
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
Text Symbol: 040 = You cannot perform this operation while a filter is active, remove filter ?
Text Symbol: 041 = Deleted plant
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: 045 = Inserted row





Text Symbol: 046 = Copied row


INCLUDES used within this REPORT MASS_EINE_SITE

INCLUDE MASS_EINE_SITE_TOP.
INCLUDE MASS_EINE_SITE_FRM.
INCLUDE MASS_EINE_SITE_PAI.
INCLUDE MASS_EINE_SITE_PBO.
INCLUDE MASS_EINE_SITE_CLS.
INCLUDE MASS_EINE_SITE_SCR.


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_EINE_SITE or its description.