SAP Reports / Programs

SAPMM61I SAP ABAP dialog Program - PPC Planning Calendar







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


Transaction Code(s):

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


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 SAPMM61I. "Basic submit
SUBMIT SAPMM61I AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMM61I VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 005 = Friday
Text Symbol: 004 = Thursday
Text Symbol: 003 = Wednesday
Text Symbol: 002 = Tuesday
Text Symbol: 001 = Monday


INCLUDES used within this REPORT SAPMM61I

INCLUDE MM61ITOP. "GLOBALE VARIABLE
INCLUDE MM61IF95.
INCLUDE MM61I_ALV.
INCLUDE MM61I_ALV_500.


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