SAP Reports / Programs

SAPMF60C SAP ABAP dialog Program - Screen: master data for properties







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

FO33 - Display property
FO31 - Create property
FO32 - Change property


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


Text pool values


Title: Screen: master data for properties
Text Symbol: UPD = FO32
Text Symbol: POS = Position
Text Symbol: NEU = FO31
Text Symbol: LOE = FO34
Text Symbol: E01 = Property
Text Symbol: BGR = Authorization Group
Text Symbol: ANZ = FO33
Text Symbol: 601 = Spaces
Text Symbol: 401 = Property &1: User-defined fields
Text Symbol: 301 = No memo
Text Symbol: 300 = Memo exists
Text Symbol: 207 = Property $1 $2 $3 $4
Text Symbol: 206 = Property
Text Symbol: 201 = Property $1 $2
Text Symbol: 159 = : Areas
Text Symbol: 158 = Area type
Text Symbol: 157 = Property confirmation prompt
Text Symbol: 156 = Do you really want to cancel
Text Symbol: 155 = The last entries will be lost
Text Symbol: 154 = Cancel entry
Text Symbol: 135 = Other property
Text Symbol: 134 = Display property
Text Symbol: 133 = Delete property
Text Symbol: 132 = Create property
Text Symbol: 131 = Change property
Text Symbol: 130 = Back
Text Symbol: 122 = Delete this entry?
Text Symbol: 113 = Delete
Text Symbol: 112 = Display
Text Symbol: 111 = Change
Text Symbol: 110 = Create
Text Symbol: 109 = Property no. $ $
Text Symbol: 108 = Do you want to save first?
Text Symbol: 107 = Unsaved data will be lost
Text Symbol: 104 = Save data?
Text Symbol: 103 = You have not saved the data!
Text Symbol: 102 = Delete property





Text Symbol: 100 = Exit property
Text Symbol: 043 = Status text could not be determined


INCLUDES used within this REPORT SAPMF60C

INCLUDE MF60CTOP.
INCLUDE RFVIGEWTOP.
INCLUDE MF60CO41 . " DYNPRO 410: ANZEIGE DETAILWERTE ZU OS
INCLUDE MF60CI20 . " DYNPRO 200: ALLGEMEINE DATEN
INCLUDE MF60CF00 .
INCLUDE MF60CF40 . " FORMS ZU DYNPRO 400: WERTE
INCLUDE MF60CF70.
INCLUDE MF60CO50.
INCLUDE MF60CI50.
INCLUDE MF60CO_GET_SCEERN.
INCLUDE MF60CI_SELECTED_LINES.
INCLUDE MF60CF_INSERT_LINE.
INCLUDE MF60CF_DELETE_LINE_XVIOB06.
INCLUDE MF60CF_TABLE_PAGING.
INCLUDE MF60CF_MODIFY_TC_LINES.
INCLUDE MF60CF_ERROR_HANDLING.
INCLUDE MF60CI_CHECK_GR_WERTE.
INCLUDE MF60BI_SUBSREENS.
INCLUDE MF60CF66.
INCLUDE MF60CF00_OWNER.
INCLUDE MF60CI00_OWNER. " INSERT VEBA 04.04
INCLUDE MF60CF00_ICI.
INCLUDE MF60CF00_OIB. " INSERT VEBA 04.04
INCLUDE IFVICDOIB.
INCLUDE MF60CF_CONVERT_TABLES.
INCLUDE MF60CF_LOAD_TABLES_FOR_UF.
INCLUDE MF60CF_HOLE_OS_GSTK.
INCLUDE MF60CF_CONVERT_DIALOGMODE.
INCLUDE MF60CF_DISABLE_USERFIELDS.
INCLUDE MF60CF_PREPARE_OLD_USERFIELDS.
INCLUDE MF60CF_USERFIELDS_IMPORT_DATA.
INCLUDE MF60CF_TPL_CHECK_DATA.
INCLUDE MF60B_CHECK_GSBER.
INCLUDE MF60CO_STATUS_200.
INCLUDE MF60CI_USER_COMMANDS_0200.
INCLUDE MF60CO_OBJECT_BROWSER.
INCLUDE MF60CF_OBJECT_BROWSER.





INCLUDE MF60CI_OK_CODE_OBJ_BROWSER.
INCLUDE MF60CF00_PARTNER.
INCLUDE MF60CO00_JUMP.
INCLUDE MF60CF00_JUMP.
INCLUDE MF60CI00_JUMP.
INCLUDE MF60C_GET_PICK_LINE_XVIOB06F01.
INCLUDE MF60C_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 SAPMF60C or its description.