SAP Reports / Programs | Real Estate Management(RE) SAP RE

SAPMF60R SAP ABAP dialog Program - Maintain Rooms







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT SAPMF60R

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




INCLUDE MF60RO50 . "DYNPRO 500: AUSSTATTUNGSOBJEKTGRUPPEN
INCLUDE MF60RO60 . "DYNPRO 600: MIETEINHEITEN ZUM RAUM
INCLUDE MF60RI00 . "ALLGM. PAI-MODULE
INCLUDE MF60RI10 . "DYNPRO 100: EINSTIEG
INCLUDE MF60RI20 . "DYNPRO 200: GRUNDDATEN
INCLUDE MF60RI30 . "DYNPRO 300: AUSSTATTUNGSOBJEKTE PRO RAUM
INCLUDE MF60RI40 . "DYNPRO 400: FLÄCHEN PRO RAUM
INCLUDE MF60RI50 . "DYNPRO 500: AUSSTATTUNGSOBJEKTGRUPPEN
INCLUDE MF60RI60 . "DYNPRO 600: MIETEINHEITEN ZUM RAUM
INCLUDE MF60RPVR .
INCLUDE MF60RF00 . "ALLGM. FORMS
INCLUDE MF60RF10 . "FORMS ZU DYNPRO 100
INCLUDE MF60RF20 . "FORMS ZU DYNPRO 200
INCLUDE MF60RF30 . "FORMS ZU DYNPRO 300
INCLUDE MF60RF40 . "FORMS ZU DYNPRO 400
INCLUDE MF60RF50 . "FORMS ZU DYNPRO 500
INCLUDE MF60RF60 . "FORMS ZU DYNPRO 600
INCLUDE MF60RF96 . "FORMS ZU DVS
INCLUDE MF60RV00 . "FORMS ZUR VERBUCHUNG


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