SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

SAPML04I SAP ABAP dialog Program - Module pool inventory







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

LI05 - Inventory History for Storage Bin
LI11 - Enter Inventory Count
LI02N - Change System Inventory Record
LI03 - Display System Inventory Record
LI02 - Change System Inventory Record
LI03N - Display System Inventory Record
LI20 - Clear Inventory Differences WM
LI13 - Display Inventory Count
LI11N - Enter Inventory Count
LI01 - Create System Inventory Record
LI01N - Create System Inventory Record
LI12 - Change inventory count
LI13N - Display Inventory Count
LI14 - Start Inventory Recount
LI04 - Print System Inventory Record
LI12N - Change inventory count


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


Text pool values


Title: Module pool inventory
Text Symbol: 001 = E m p t y B i n
Text Symbol: 050 = Deactivate inventory record
Text Symbol: 051 = Do you want to deactivate the
Text Symbol: 052 = inventory record?
Text Symbol: 055 = Delete inventory record
Text Symbol: 056 = Do you want to delete the
Text Symbol: 057 = inventory record?
Text Symbol: 060 = Add count results
Text Symbol: 061 = Document not complete.
Text Symbol: 062 = Add results anyway?
Text Symbol: 100 = Exit processing
Text Symbol: 200 = Data will be lost.
Text Symbol: 201 = Exit processing anyway?
Text Symbol: 222 = Currency Key


INCLUDES used within this REPORT SAPML04I

INCLUDE ML04ITOP.
INCLUDE MLLVSMOD.
INCLUDE ML04IO00.
INCLUDE ML04II00.
INCLUDE ML04IO00_D1021_SET_CURSOR.
INCLUDE ML04II00_COUNT_LINV_INPUT.
INCLUDE ML04IF10_COUNT_LOOP_LINV_INPUT.
INCLUDE ML04IO00_D2051_LOOP.
INCLUDE ML04II00_D2051_LOOP.
INCLUDE ML04IO00_D2051_CLEAR_FCODE.
INCLUDE ML04IO00_D2021_INIT.
INCLUDE ML04II00_D2021_EXIT.
INCLUDE ML04II00_D2011_ZAEHL_PARAM.
INCLUDE ML04II00_D2021_LENUM_EINGABE.
INCLUDE ML04II00_CHARG_CHECK.
INCLUDE ML04II00_DEVIATIONS_CHECK.
INCLUDE ML04II00_ISEIT_FILL.
INCLUDE ML04IF00_HU_CHECK_2.
INCLUDE ML04IO00_D2051_INIT.
INCLUDE ML04II00_QUANT_INV.
INCLUDE ML04IO00_D1021_PFSTA_EXCLUDE.
INCLUDE ML04IFFA_FA027.
INCLUDE ML04IFFA_FA028.




INCLUDE ML04IO00_Z_INV_SORT.


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