SAP Reports / Programs

SAPMF60B SAP ABAP dialog Program - Dialog: Business Entity Master Data







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

FO21 - Create business entity
FO22 - Change business entity
FO23 - Display business entity


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 SAPMF60B. "Basic submit
SUBMIT SAPMF60B AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF60B 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: Business Entity Master Data
Text Symbol: WEX = Business entity identification
Text Symbol: UPD = FO22
Text Symbol: NEU = FO21
Text Symbol: LOE = FO24
Text Symbol: E01 = BE
Text Symbol: BGR = Authorization Group
Text Symbol: ANZ = FO23
Text Symbol: 401 = Business entity &1: User-defined fields
Text Symbol: 303 = No memo
Text Symbol: 302 = Memo exists
Text Symbol: 301 = Heat.exp.
Text Symbol: 300 = Operating costs
Text Symbol: 204 = Business entity
Text Symbol: 201 = Business entity $1 $2 $3
Text Symbol: 157 = Business entity confirmation prompt
Text Symbol: 156 = Do you really want to cancel
Text Symbol: 155 = The last entries will be lost
Text Symbol: 154 = Cancel business entity
Text Symbol: 135 = Other business entity
Text Symbol: 134 = Display business entity
Text Symbol: 133 = Delete business entity
Text Symbol: 132 = Create business entity
Text Symbol: 131 = Change business entity
Text Symbol: 130 = Business entity: 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 = Business entity 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 business entity
Text Symbol: 043 = Status text could not be determined
Text Symbol: 007 = Option rate





INCLUDES used within this REPORT SAPMF60B

INCLUDE MF60BTOP .
INCLUDE RFVIGEWTOP.
INCLUDE MF60BO10 . " DYNPRO 100: EINSTIEG
INCLUDE MF60BO41 . " DYNPRO 410: ANZEIGEN DETAILWERTE ZU OS
INCLUDE MF60BF40 . " FORMS ZU DYNPRO 400: WERTE
INCLUDE MF60BTAB.
INCLUDE MF60BO50.
INCLUDE MF60BOTABLECONTROL.
INCLUDE MF60BI_SELECTED_LINE.
INCLUDE MF60BI_OK_CODE_530.
INCLUDE MF60BF_TABLE_PAGING.
INCLUDE MF60BF_DELETE_LINE.
INCLUDE MF60BF_INSERT_LINE.
INCLUDE MF60BO_MODIFY_TC_LINES.
INCLUDE MF60BF_MODIFY_SCREEN.
INCLUDE MF60BF_ERROR_HANDLING.
INCLUDE MF60BF00_OWNER.
INCLUDE MF60BI00_OKCODE_PUT. " INSERT VEBA 04.04
INCLUDE MF60BF47. " INSERT VEBA 04.04
INCLUDE IFVICDOIB.
INCLUDE MF60BF_CONVERT_DIALOG_MODE.
INCLUDE SAPMF60BF_DISABLE_USERFIELDS.
INCLUDE MF60BF_LOAD_TABLES_FOR_USE.
INCLUDE MF60BF_CONVERT_TABLES.
INCLUDE MF60BF_USERFIELD_IMPORT_DATA.
INCLUDE MF60BO_STATUS_540.
INCLUDE MF60BF_TPL_CHECK.
INCLUDE MF60B_CHECK_GSBER.
INCLUDE MF60BF00_PARTNER.
INCLUDE MF60BI_USER_COMMAND_0200.
INCLUDE MF60BO_OBJECT_BROWSER.
INCLUDE MF60BF_OBJECT_BROWSER.
INCLUDE MF60BI_OK_CODE_OBJ_BROWSER.
INCLUDE MF60BF00_JUMP.
INCLUDE MF60BO00_JUMP.
INCLUDE MF60BI00_JUMP.
INCLUDE MF60B_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 SAPMF60B or its description.