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

SAPMF62M SAP ABAP Report - Real Estate Management Contract Master Data Screen







SAPMF62M is a standard Executable ABAP Report 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 SAPMF62M 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

FO86 - Change active admin.contract fees
FO84 - Display management contract
FO83 - Change Management Contract
FO82 - Create Management Contract


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


Text pool values


Title: Real Estate Management Contract Master Data Screen
Text Symbol: 021 = Business entity
Text Symbol: 019 = a valid value added tax indicator
Text Symbol: 018 = a value added tax indicator
Text Symbol: 017 = no percentage share
Text Symbol: 015 = no fixed amount
Text Symbol: 010 = Change Act.
Text Symbol: 009 = Change key date
Text Symbol: 008 = Display object history
Text Symbol: 007 = event-oriented fee type
Text Symbol: 006 = periodic fee type
Text Symbol: 005 = Exit management contract
Text Symbol: 004 = Cancel management contract
Text Symbol: 003 = Display
Text Symbol: 002 = Change
Text Symbol: 001 = Create
Text Symbol: 022 = Property
Text Symbol: 048 = in cases with adequate reason.
Text Symbol: 047 = Flow block should only be removed
Text Symbol: 046 = Warning: Inconsistent data
Text Symbol: 045 = Remove flow block
Text Symbol: 034 = appropriate fee types
Text Symbol: 033 = a payment form
Text Symbol: 032 = a payment frequency
Text Symbol: 031 = last
Text Symbol: 030 = next
Text Symbol: 028 = Bldg
Text Symbol: 027 = Properties
Text Symbol: 026 = Business Entities
Text Symbol: 025 = in function module
Text Symbol: 024 = Rental unit
Text Symbol: P45 = Do you want to save data
Text Symbol: P41 = Exit
Text Symbol: P32 = Cancel processing anyway?
Text Symbol: P31 = Cancel
Text Symbol: P06 = going back?
Text Symbol: P05 = Do you want to save data before
Text Symbol: P01 = Back





Text Symbol: NO3 = No memo
Text Symbol: NO2 = Memo exists
Text Symbol: KRE = Vendor
Text Symbol: DEB = Cust.
Text Symbol: ARC = Object is archived
Text Symbol: 206 = Management contrct $1 $2 $3
Text Symbol: 205 = Manag.contract
Text Symbol: 050 = block?
Text Symbol: Z05 = Payment per & months
Text Symbol: Z04 = Paymnt per half year
Text Symbol: Z03 = Payment per year
Text Symbol: Z02 = Payment per quarter
Text Symbol: Z01 = Payment per month
Text Symbol: WNO = Memo
Text Symbol: STA = Status text could not be determined
Text Symbol: P66 = going back?
Text Symbol: P65 = Do you want to save data before
Text Symbol: P61 = Other management contrct
Text Symbol: P56 = transaction change ?
Text Symbol: P55 = Do you want to save data before
Text Symbol: P51 = Transaction change
Text Symbol: P46 = before exiting?
Text Symbol: 049 = Do you want to remove the flow


INCLUDES used within this REPORT SAPMF62M

INCLUDE MF62MFST.
INCLUDE MF62MO09.
INCLUDE MF62MI09.
INCLUDE MF62MO10.
INCLUDE MF62MI10.
INCLUDE MF62MO20.
INCLUDE MF62MI20.
INCLUDE MF62MO30.
INCLUDE MF62MI30.
INCLUDE MF62MO40.
INCLUDE MF62MI40.
INCLUDE MF62MI50.
INCLUDE MF62MO50.
INCLUDE MF62MI60. " ZUSATZ FREMDVERWALTUNG PAI
INCLUDE MF62MO60. " ZUSATZ FREMDVERWALTUNG PBO
INCLUDE MF62MO80.





INCLUDE MF62MI80.


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