MASS_EKKO 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_EKKO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MASS_EKKO - PO mass maintenance
DUMMY_MASS_EKKO - Dummy transaction for mail execution
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.
Selection Text: PAR8 = D Delivery Date
Selection Text: PAR7 = D Plant
Selection Text: PAR6 = D Material
Selection Text: PAR5 = D Supplying Plant
Selection Text: PAR4 = D Vendor
Selection Text: PAR3 = D Purchasing Doc. Type
Selection Text: PAR2 = D Purchasing group
Selection Text: PAR1 = D Purch. Organization
Title: PO mass maintenance program
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 headers
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: 062 = Purchase Orders
Text Symbol: 063 = Personal Setting
Text Symbol: 070 = Header_Incotrm_
Text Symbol: 071 = Header_Incotrm2
Text Symbol: 072 = Item_Incoterms_
Text Symbol: 073 = Item_Incoterms2
Text Symbol: 074 = You are about to select ALL purchase orders, continue ?
Text Symbol: 042 = Somes columns you try to change are currently hid from the grid, show them ?
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 = PO
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: 015 = Expand all headers
INCLUDE MASS_EKKO_TOP.
INCLUDE MASS_EKKO_PAI.
INCLUDE MASS_EKKO_PBO.
INCLUDE MASS_EKKO_FRM.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.