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

SAPMF60D SAP ABAP dialog Program - Dialog: Master Data for Buildings







SAPMF60D 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 SAPMF60D 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

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


Text pool values


Title: Dialog: Master Data for Buildings
Text Symbol: 155 = The last entries will be lost
Text Symbol: 156 = Do you really want to cancel
Text Symbol: 157 = Building confirmation prompt
Text Symbol: 158 = Area type
Text Symbol: 159 = Charact. Name
Text Symbol: 160 = Maint.obj.name
Text Symbol: 170 = Fix./fitt. chars.
Text Symbol: 201 = Building $1 $2
Text Symbol: 206 = Building
Text Symbol: 207 = Building $1 $2 $3 $4
Text Symbol: 300 = Memo exists
Text Symbol: 301 = No memo
Text Symbol: 401 = Building &1: User-defined fields
Text Symbol: 601 = Spaces
Text Symbol: ANZ = FO37
Text Symbol: BGR = Authorization Group
Text Symbol: E01 = Building
Text Symbol: LOE = FO38
Text Symbol: NEU = FO35
Text Symbol: POS = Position
Text Symbol: UPD = FO36
Text Symbol: 154 = Cancel
Text Symbol: 043 = Status text could not be determined
Text Symbol: 100 = Exit buildings
Text Symbol: 102 = Delete building
Text Symbol: 103 = You have not saved the data
Text Symbol: 104 = Carry out save function
Text Symbol: 107 = Unsaved data will be lost
Text Symbol: 108 = Do you want to save first?
Text Symbol: 109 = Building no. $ $
Text Symbol: 110 = Create
Text Symbol: 111 = Change
Text Symbol: 112 = Display
Text Symbol: 113 = Delete
Text Symbol: 119 = Selected entries will be lost
Text Symbol: 120 = Do you want to cancel?
Text Symbol: 121 = Cancel selections





Text Symbol: 122 = Delete this entry?
Text Symbol: 130 = Back
Text Symbol: 131 = Change building
Text Symbol: 132 = Create building
Text Symbol: 133 = Delete building
Text Symbol: 134 = Display building
Text Symbol: 135 = Other building


INCLUDES used within this REPORT SAPMF60D

INCLUDE MF60DTOP.
INCLUDE RFVIGEWTOP.
INCLUDE MF60DO70.
INCLUDE MF60DI70.
INCLUDE MF60DO_GET_SCREEN_ROW_COUNT.
INCLUDE MF60DF_MODIFY_TC_LINES.
INCLUDE MF60DI_SELECTED_LINES.
INCLUDE MF60DF_TABLE_PAGING.
INCLUDE MF60DF_DELETE_LINE_XVIOB07.
INCLUDE MF60DF_INSERT_LINE.
INCLUDE MF60DF_INSERT_GOM_LINE.
INCLUDE MF60DF_DELETE_LINE_XVIOB02.
INCLUDE MF60DF_INSERT_AUSTATT_LINE.
INCLUDE MF60DF_ERROR_HANDLING.
INCLUDE MF60DI_CHECK_GE_WERTE.
INCLUDE MF60BI_SUBSREENS.
INCLUDE MF60DF00_OWNER.
INCLUDE MF60DI00_OKCODE_PUT. " INSERT VEBA 04.04
INCLUDE MF60DI00_DATA_GET. " INSERT VEBA 04.04
INCLUDE MF60DF00_OIB. " INSERT VEBA 04.04
INCLUDE IFVICDOIB.
INCLUDE MF60DF_LOAD_TABLES_FOR_UF.
INCLUDE MF60DF_CONVERT_TABLES.
INCLUDE MF60DF_CONVERT_DIALOG_MODE.
INCLUDE MF60DF_DISABLE_USERFIELDS.
INCLUDE MF60DF_PREPARE_OLD_USERFIELDS.
INCLUDE MF60DF_USERFIELD_IMPORT_DATA.
INCLUDE MF60DF_HOLE_OS_GEB.
INCLUDE MF60DF_TPL_CHECK.
INCLUDE MF60B_CHECK_GSBER.
INCLUDE MF60DI_USER_COMMANDS_0200.
INCLUDE MF60DO_STATUS_0200.





INCLUDE MF60DO_OBJEKT_BROWSER.
INCLUDE MF60DF_OBJEKT_BROWSER.
INCLUDE MF60DI_OK_CODE_OBJ_BROWSER.
INCLUDE MF60DF00_PARTNER.
INCLUDE MF60DO00_JUMP.
INCLUDE MF60DF00_JUMP.
INCLUDE MF60DI00_JUMP.
INCLUDE MF60D_GET_PICK_LINE_XVIOB05F01.
INCLUDE MF60D_CHANGE_KONT_KENNZEICHF01.


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