SAP Reports / Programs

SAPML01S SAP ABAP dialog Program - ?...







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

LS01 - Create Warehouse Master Record
LS01N - Create Warehouse Master Record
LS02 - Change Warehouse Master Record
LS33 - Display storage unit
LS32 - Change storage unit
LS02N - Change Warehouse Master Record
LS28 - Display storage units / bin
LS27 - Display quants for storage unit
LS26 - Warehouse stocks per material
LS23 - Display Quants
LS25 - Display Quants per Storage Bin
LS24 - Display Quants for Material
LS03 - Display Warehouse Master Record
LS22 - Change Quants
LS03N - Display Warehouse Master Record
LS05 - Generate Storage Bins
LS04 - Display Empty Storage Bins


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


Text pool values


Title: ?...
Text Symbol: 209 = Do you want to delete the quant?
Text Symbol: 208 = Delete quant
Text Symbol: 206 = Do you want to delete the bin?
Text Symbol: 205 = Delete storage bin
Text Symbol: 203 = Do you really want to cancel?
Text Symbol: 202 = Data will be lost!
Text Symbol: 201 = first?
Text Symbol: 200 = Save data
Text Symbol: 101 = Cancel processing
Text Symbol: 100 = Exit processing
Text Symbol: 006 = Placeholder for storage unit
Text Symbol: 005 = Not counted
Text Symbol: 004 = Inventory using zero stock check
Text Symbol: 003 = Annual inventory
Text Symbol: 212 = Data will not be saved!
Text Symbol: 311 = Cntd qty greater than book amt
Text Symbol: 310 = Counted qty less than book amt
Text Symbol: 309 = Counted qty same as book amnt
Text Symbol: 308 = Physical inventory is active
Text Symbol: 307 = Blocked for picking
Text Symbol: 306 = Blocked for putaway
Text Symbol: 305 = Dynamic storage bin
Text Symbol: 304 = Bin is full
Text Symbol: 303 = Bin is empty
Text Symbol: 302 = Inventory is planned
Text Symbol: 301 = Stock removal is active
Text Symbol: 300 = Putaway is active
Text Symbol: 213 = Do you really want to exit?


INCLUDES used within this REPORT SAPML01S

INCLUDE ML01STOP.
INCLUDE MLLVSMOD.
INCLUDE ML01SO00.
INCLUDE ML01SI00.
INCLUDE ML01SH00.
INCLUDE MLLVSFOR.


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