SAPMHBSLOT 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 SAPMHBSLOT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HB38 - Sales driven display lot
HB33 - Display Lot
HB32 - Change Lot
HB31 - Create Lot
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.
Title: Maintain Lot Master Data - RE-SCM
Text Symbol: 104 = Save data?
Text Symbol: 105 = You may choose to convert & use this data with RE-SCM Module.
Text Symbol: 106 = Do you wish to use this data and carry out activity?
Text Symbol: 109 = Display Parcel
Text Symbol: 112 = Lot $1
Text Symbol: 130 = Back
Text Symbol: 131 = Change Lot
Text Symbol: 132 = Create Lot
Text Symbol: 133 = Delete Lot
Text Symbol: 134 = Display Lot
Text Symbol: 154 = Cancel entry
Text Symbol: 157 = Do you really want to cancel?
Text Symbol: 158 = Business partner maintenance
Text Symbol: 201 = Transfer
Text Symbol: 202 = Business entity belongs to Real Estate Rental/Accounting Module.
Text Symbol: 203 = You may choose to transfer to Business entity update screen.
Text Symbol: 204 = Do you wish to update Business entity and carry out activity?
Text Symbol: 205 = Go to RE
Text Symbol: 211 = Building
Text Symbol: 212 = [One to One:
Text Symbol: 213 = Status
Text Symbol: 214 = Reference
Text Symbol: 216 = [Units found:
Text Symbol: 217 = Description
Text Symbol: 218 = ]
Text Symbol: 222 = Business entity:
Text Symbol: 103 = You have not saved the data
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
INCLUDE MHBSLOTTOP.
INCLUDE MHBSLOTF01.
INCLUDE MHBSLOTO01.
INCLUDE MHBSLOTI01.
INCLUDE MHBSLOTF03.
INCLUDE MHBSLOTF02.
INCLUDE MHBSLOTO02.
INCLUDE MHBSLOTI02.
INCLUDE MHBSLOTF04.
INCLUDE MHBSLOTF05.
INCLUDE MHBSLOTF06.
INCLUDE MHBSLOTF07.
INCLUDE MHBSLOTF08.
INCLUDE MHBSLOTR01.
INCLUDE MHBSLOTFXX.
INCLUDE MF60CF00_AUTHORITY_CHECK.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.