SAPMM61I 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 SAPMM61I into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MD25 - Create Planning Calendar
MD26 - Change Planning Calendar
MD27 - Display Planning Calendar
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.
Title: PPC Planning Calendar
Text Symbol: 801 = Unfreeze Columns
Text Symbol: 800 = Firm
Text Symbol: 700 = Calendar no longer valid
Text Symbol: 503 = Display planning calendar
Text Symbol: 502 = Change planning calendar
Text Symbol: 501 = Create planning calendar
Text Symbol: 412 = Description not unique
Text Symbol: 409 = From-date changed to following workday
Text Symbol: 408 = From-date changed to previous workday
Text Symbol: 407 = To-date automatically filled in
Text Symbol: 405 = Periods are not complete
Text Symbol: 404 = Periods overlap
Text Symbol: 403 = From-date greater than to-date
Text Symbol: 402 = Enter a to-date
Text Symbol: 401 = Enter the from-date
Text Symbol: 307 = Weekdays
Text Symbol: 306 = Workdays
Text Symbol: 304 = Years (Workdays)
Text Symbol: 303 = Months (Workdays)
Text Symbol: 302 = Months (Week Days)
Text Symbol: 301 = Weeks (Week Days)
Text Symbol: 209 = of this planning calendar?
Text Symbol: 208 = Do you want to end maintenance
Text Symbol: 207 = Exit planning calendar maintenance?
Text Symbol: 206 = current calculation rule?
Text Symbol: 205 = Do you want to delete the
Text Symbol: 204 = Grid changed
Text Symbol: 203 = be deleted?
Text Symbol: 202 = Should the planning calendar
Text Symbol: 201 = Delete PPC Planning Calendar
Text Symbol: 105 = -th
Text Symbol: 104 = -th
Text Symbol: 103 = -rd
Text Symbol: 102 = -nd
Text Symbol: 101 = -st
Text Symbol: 007 = Sunday
Text Symbol: 006 = Saturday
INCLUDE MM61ITOP. "GLOBALE VARIABLE
INCLUDE MM61IF95.
INCLUDE MM61I_ALV.
INCLUDE MM61I_ALV_500.
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.