SAP Reports / Programs

MASS_VENDOR_SITE SAP ABAP Report - Vendor site mass maintenance program







MASS_VENDOR_SITE is a standard Executable ABAP Report 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_VENDOR_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

DUMMY_MASS_VENDOR - Load programs global data
MASS_VENDOR - Vendor Mass Maintenance


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_VENDOR_SITE. "Basic submit
SUBMIT MASS_VENDOR_SITE AND RETURN. "Return to original report after report execution complete
SUBMIT MASS_VENDOR_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: SO_LTSNR = Vendor subrange
Selection Text: SO_LIFNR = Vendor
Selection Text: PAR8 = Time
Selection Text: PAR7 = Date
Selection Text: PAR6 = Max. Number of Processes
Selection Text: PAR5 = Records per Process
Selection Text: PAR4 = Plant
Selection Text: PAR3 = Vendor subrange
Selection Text: PAR2 = Vendor
Selection Text: PAR1 = Purch. organization
Title: Vendor site mass maintenance program
Text Symbol: 072 = Old
Text Symbol: 071 = You are about to select ALL vendors, continue ?
Text Symbol: 067 = & lines will be copied from this operation, continue ?
Text Symbol: 066 = copy to...
Text Symbol: 065 = Multiple Copy
Text Symbol: 064 = Change row
Text Symbol: 062 = Vendor / plant
Text Symbol: 061 = No Subrange
Text Symbol: 060 = Existing assigned plant
Text Symbol: 056 = Deleted reference plant
Text Symbol: 054 = No plant
Text Symbol: 053 = Existing plants are assigned to a reference plant &, overwrite the data of the plant?
Text Symbol: 052 = Long text exists
Text Symbol: 051 = Ltxt
Text Symbol: 050 = Name of the column
Text Symbol: 073 = Selection Parameters
Text Symbol: 074 = Control Data (Parallel processing)
Text Symbol: 075 = plant
Text Symbol: 076 = subrange
Text Symbol: 077 = vendor
Text Symbol: 078 = purchasing organization
Text Symbol: 079 = value
Text Symbol: 080 = Such entry exist but flagged for deletion,
Text Symbol: 081 = Would you like to replace it?
Text Symbol: 082 = Entry flagged for deletion,





Text Symbol: 083 = Background save
Text Symbol: 084 = Inserted reference plant
Text Symbol: 085 = Copied reference plant
Text Symbol: 086 = Assigned plant w/o reference plant
Text Symbol: 087 = Selected
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 = Vendor
Text Symbol: 007 = Subrange
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 subrange
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 = Reference plant style
Text Symbol: 037 = Style
Text Symbol: 038 = Reference site
Text Symbol: 040 = You cannot perform this operation while a filter is active, remove filter ?





Text Symbol: 041 = Deleted plant
Text Symbol: 042 = Some columns you try to change are currently hidden 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
Text Symbol: 047 = Collapse all plants
Text Symbol: 048 = Error message
Text Symbol: 049 = Detected errors


INCLUDES used within this REPORT MASS_VENDOR_SITE

INCLUDE MASS_VENDOR_SITE_TOP.
INCLUDE MASS_VENDOR_SITE_CLS.
INCLUDE MASS_VENDOR_SITE_FRM.
INCLUDE MASS_VENDOR_SITE_PAI.
INCLUDE MASS_VENDOR_SITE_PBO.
INCLUDE MASS_VENDOR_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_VENDOR_SITE or its description.