SAP Reports / Programs | Logistics - General(LO) SAP LO

SAPMHBSLOT SAP ABAP dialog Program - Maintain Lot Master Data - RE-SCM







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


Transaction Code(s):

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


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 SAPMHBSLOT. "Basic submit
SUBMIT SAPMHBSLOT AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMHBSLOT 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 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





Text Symbol: 011 = No
Text Symbol: 012 = Address
Text Symbol: 071 = No key fields defined for lots in customizing
Text Symbol: 072 = Could not load field keys $1 in language $2
Text Symbol: 090 = Leaving Lot master data
Text Symbol: 091 = You have modified your data!
Text Symbol: 092 = Do you want to save before leaving?
Text Symbol: 093 = Start
Text Symbol: 094 = End
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?
Text Symbol: 100 = Exit Lot
Text Symbol: 101 = Convert
Text Symbol: 102 = This Lot (Property) belongs to Real Estate Rental/Accounting Module.


INCLUDES used within this REPORT SAPMHBSLOT

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.


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