SAP Reports / Programs

SAPMF60A SAP ABAP dialog Program - Land Register Screen







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

FO16 - Land Register: Create
FO18 - Land register: Parameters via MEM ID
FO19 - Land register: Parameter trnsfr test
FO15 - Land register: Change
FO14 - Land register: Display


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


Text pool values


Title: Land Register Screen
Text Symbol: 138 = Section II
Text Symbol: 140 = Sect. I number $
Text Symbol: 141 = Delete change section I
Text Symbol: 143 = Changes section II
Text Symbol: 144 = Changes section III
Text Symbol: 145 = Sect. II number $
Text Symbol: 146 = Delete section II entry
Text Symbol: 147 = Section III number $
Text Symbol: 148 = Delete section III entry
Text Symbol: 152 = Changes section II number $
Text Symbol: 153 = Delete section II changes
Text Symbol: 154 = Cancel entry
Text Symbol: 155 = The last entries will be lost
Text Symbol: 156 = Do you really want to cancel
Text Symbol: 157 = Land register: Back
Text Symbol: 158 = Changes section III
Text Symbol: 159 = Changes section III number $
Text Symbol: 160 = Delete section III changes
Text Symbol: 201 = Land register $1 of $2 volume $3, page $4
Text Symbol: 207 = Land register owner
Text Symbol: 300 = Memo exists
Text Symbol: 301 = No memo
Text Symbol: BGR = Authorization Group
Text Symbol: OBJ = Land register
Text Symbol: POS = Position
Text Symbol: 100 = Land register: Exit
Text Symbol: 102 = Delete land register
Text Symbol: 103 = Data has been changed
Text Symbol: 104 = Do you want to save?
Text Symbol: 105 = Do you really want to
Text Symbol: 106 = delete this entry?
Text Symbol: 107 = Unsaved data will be lost
Text Symbol: 108 = Do you want to save first?
Text Symbol: 109 = Land register no. $
Text Symbol: 110 = Create
Text Symbol: 111 = Change
Text Symbol: 112 = Display





Text Symbol: 113 = Delete
Text Symbol: 120 = Delete entry in list
Text Symbol: 121 = Property number $
Text Symbol: 122 = Do you want to delete this
Text Symbol: 123 = entry and all assigned data ?
Text Symbol: 129 = The entry
Text Symbol: 130 = The property
Text Symbol: 131 = The apprec./deprec.
Text Symbol: 132 = Property
Text Symbol: 133 = Apprec./deprec.
Text Symbol: 134 = Apprec./deprec. number $
Text Symbol: 135 = Delete apprec./deprec. entry
Text Symbol: 136 = Apprec./deprec.
Text Symbol: 137 = Section I


INCLUDES used within this REPORT SAPMF60A

INCLUDE MF60ATOP . " GLOBALE DEKLARATIONEN
INCLUDE MF60AO10 . "EINSTIEG
INCLUDE MF60AO11 . "ALLGEMEINE DATEN
INCLUDE MF60AO11 . "ALLGEMEINE DATEN

INCLUDE MF60AO20 . "BESTANDSVERZEICHNIS
INCLUDE MF60AO22 . "POPUP MIT LISTE DER FLURSTÜCKE
INCLUDE MF60AO30 . "ZU-/ABSCHREIBUNGEN
INCLUDE MF60AO40 . "ABTEILUNG 1
INCLUDE MF60AO60 . "ABTEILUNG 2
INCLUDE MF60AO61 . "ABTEILUNG II TEXTE
INCLUDE MF60AO70 . "ABTEILUNG 2 ÄNDERUNGEN
INCLUDE MF60AO80 . "ABTEILUNG 3
INCLUDE MF60AO90 . "ABTEILUNG 3 ÄNDERUNGEN
INCLUDE MF60AO88 . "TEST FÜR CALL TRANSACTION AUFRUF
INCLUDE MF60AO99 . "STARTDYNPRO UNTERDRÜCKUNG
INCLUDE MF60AI10 . "EINSTIEG
INCLUDE MF60AI11 . "ALLGEMEINE DATEN
INCLUDE MF60AI20 . "BESTANDSVERZEICHNIS
INCLUDE MF60AI22 . "POPUP MIT LISTE DER FLURSTÜCKE
INCLUDE MF60AI30 . "ZU-/ABSCHREIBUNGEN
INCLUDE MF60AI40 . "ABTEILUNG 1
INCLUDE MF60AI60 . "ABTEILUNG 2
INCLUDE MF60AI61 . "ABTEILUNG 2 TEXTE
INCLUDE MF60AI70 . "ABTEILUNG 2 ÄNDERUNGEN
INCLUDE MF60AI80 . "ABTEILUNG 3





INCLUDE MF60AI90 . "ABTEILUNG 3 ÄNDERUNGEN
INCLUDE MF60AI99 . "STARTMODULE
INCLUDE MF60AF00 . "ALLGEMEINE FORM-ROUTINEN
INCLUDE MF60AF10 . "EINSTIEG
INCLUDE MF60AF11 . "ALLGEMEINE DATEN
INCLUDE MF60AF20 . "FORMS ZU BESTANDSVERZEICHNIS
INCLUDE MF60AF22 . "POPUP MIT LISTE DER FLURSTÜCKE
INCLUDE MF60AF30 . "ZU-/ABSCHREIBUNGEN
INCLUDE MF60AF40 . "ABTEILUNG 1
INCLUDE MF60AF60 . "ABTEILUNG 2
INCLUDE MF60AF61 . "ABTEILUNG 2 TEXTE
INCLUDE MF60AF70 . "ABTEILUNG 2 ÄNDERUNGEN
INCLUDE MF60AF80 . "ABTEILUNG 3
INCLUDE MF60AF90 . "ABTEILUNG 3 ÄNDERUNGEN
INCLUDE MF60AF99 . "FORMS ZU STARTMODULEN (AUTHORITY CHECK)
INCLUDE MF60AV00 . "VERBUCHER UND SICHERN
INCLUDE MF60AI00_OWNER.
INCLUDE MF60AO00_OWNER.
INCLUDE MF60AF00_OWNER.


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