SAPMF60R is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPMF60R into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOR7 - Maintain rooms in RU via building
FOR1 - Rooms: Maintain
FOR8 - Display rooms in RU via building
FOR2 - Rooms: Display
FOR5 - Maintain common rooms in building
FOR6 - Display common rooms in building
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: Maintain Rooms
Text Symbol: 022 = Room screen confirmation prompt
Text Symbol: 021 = Other rooms
Text Symbol: 020 = Display rooms
Text Symbol: 019 = Maintain rooms
Text Symbol: 018 = Room screen: Back
Text Symbol: 015 = Exit room screen
Text Symbol: 014 = room maintenance?
Text Symbol: 013 = Do you want to delete
Text Symbol: 012 = Cancel room screen
Text Symbol: 010 = the room?
Text Symbol: 009 = Do you want to delete
Text Symbol: 008 = Delete room
Text Symbol: 003 = Cancel selections
Text Symbol: 002 = Do you want to cancel?
Text Symbol: 001 = Selections will be lost
Text Symbol: 025 = Delete object feature group
Text Symbol: POS = Position
Text Symbol: 600 = Allocation of rental units
Text Symbol: 500 = Object feature groups
Text Symbol: 400 = Spaces
Text Symbol: 200 = Basic data
Text Symbol: 100 = Initial Screen
Text Symbol: 035 = Area name
Text Symbol: 034 = Area
Text Symbol: 033 = AT
Text Symbol: 029 = saved first?
Text Symbol: 028 = Should the data entered be
Text Symbol: 027 = and all object features ?
Text Symbol: 026 = Delete object feature group
INCLUDE FVIRMCDT .
INCLUDE MF60RTOP .
INCLUDE MF60EJAN . "DEFINITIONEN FÜR JA/NEIN-FELDER
INCLUDE MF60RO00 . "ALLGM. PBO-MODULE
INCLUDE MF60RO10 . "DYNPRO 100: EINSTIEG
INCLUDE MF60RO20 . "DYNPRO 200: GRUNDDATEN
INCLUDE MF60RO30 . "DYNPRO 300: AUSSTATTUNGSOBJEKTE PRO RAUM
INCLUDE MF60RO40 . "DYNPRO 400: FLÄCHEN PRO RAUM
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.