SAP Reports / Programs

SAPMHBSCOM SAP ABAP dialog Program - Maintain Business Entity Master Data - RE-SCM







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

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


Text pool values


Title: Maintain Business Entity Master Data - RE-SCM
Text Symbol: 101 = Convert
Text Symbol: 102 = Business entity belongs to Real Estate Rental/Accounting Module.
Text Symbol: 103 = You may choose to convert & use this data with RE-SCM Module.
Text Symbol: 104 = Do you wish to use this data and carry out activity?
Text Symbol: 154 = Cancel Entry
Text Symbol: 158 = Business partner maintenance
Text Symbol: 202 = Business entity:
Text Symbol: 204 = Sales unit:
Text Symbol: 205 = Go to RE
Text Symbol: 206 = Phase:
Text Symbol: 211 = Unit
Text Symbol: 212 = [In Portfolio:
Text Symbol: 213 = Status
Text Symbol: 214 = Reference
Text Symbol: 215 = Not in Portfolio:
Text Symbol: 216 = [Units found:
Text Symbol: 217 = Description
Text Symbol: 218 = ]
Text Symbol: 219 = [Partial assigned
Text Symbol: 220 = [Fully assigned
Text Symbol: 221 = Free for assign
Text Symbol: 222 = [Lots found:
Text Symbol: 100 = Exit Business entity
Text Symbol: 001 = Change
Text Symbol: 002 = Display
Text Symbol: 003 = Create
Text Symbol: 004 = Initial screen
Text Symbol: 005 = Organizational data
Text Symbol: 006 = Descriptive data
Text Symbol: 007 = Plan data
Text Symbol: 008 = Reference data
Text Symbol: 009 = User defined data
Text Symbol: 010 = Note
Text Symbol: 011 = No
Text Symbol: 012 = Business entity $1
Text Symbol: 030 = Phasing data
Text Symbol: 071 = No field keys for communities defined in customizing





Text Symbol: 072 = Could not load field keys $1 in language $2
Text Symbol: 090 = Leaving Business entity master data
Text Symbol: 091 = You have modified your data!
Text Symbol: 092 = Do you want to save before leaving?
Text Symbol: 095 = RE-SCM Change object
Text Symbol: 096 = Carry out activity
Text Symbol: 097 = Exit
Text Symbol: 098 = Warning has occurred with the object status
Text Symbol: 099 = Do you wish to carry out activity?


INCLUDES used within this REPORT SAPMHBSCOM

INCLUDE MHBSCOMTOP.
INCLUDE MHBSCOMO01.
INCLUDE MHBSCOMI01.
INCLUDE MHBSCOMF01.
INCLUDE MHBSCOMI02.
INCLUDE MHBSCOMO02.
INCLUDE MHBSCOMF02.
INCLUDE MHBSCOMF03.
INCLUDE MHBSCOMF04.
INCLUDE MHBSCOMF06.
INCLUDE MHBSCOMF07.
INCLUDE MHBSCOMF08.
INCLUDE MHBSCOMR01.
INCLUDE MHBSCOMR02.
INCLUDE MHBSCOMFXX.
INCLUDE MF60BF00_AUTHORITY_CHECK.


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