SAP Reports / Programs

SAPML05S SAP ABAP dialog Program - Module pool coll.proc.







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

LT41 - Prepare TRs for Multiple Processing
LT42 - Create TOs by Multiple Processing
LT43 - Forming groups for deliveries
LT44 - Release for Multiple Processing


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 SAPML05S. "Basic submit
SUBMIT SAPML05S AND RETURN. "Return to original report after report execution complete
SUBMIT SAPML05S 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 coll.proc.
Text Symbol: 001 = Document could only be partially processed.
Text Symbol: 002 = Transfer requirement
Text Symbol: 003 = Delivery note
Text Symbol: 004 = Processing terminated by user during foreground processing.
Text Symbol: 100 = Exit processing
Text Symbol: 172 = Sort Ascending By Pick Date
Text Symbol: 173 = Sort Ascending By Total Weight
Text Symbol: 200 = Data will be lost.
Text Symbol: 201 = Exit processing anyway?
Text Symbol: 210 = Please select a reference number:
Text Symbol: 211 = Following ref.no. is activated for mult.processing:
Text Symbol: 212 = The following reference number will be deleted:
Text Symbol: 300 = Exit processing
Text Symbol: 301 = Screen display will not be
Text Symbol: 302 = saved. End processing?
Text Symbol: 400 = Delete reference documents
Text Symbol: 401 = Do you really want to delete
Text Symbol: 402 = the reference documents?
Text Symbol: 500 = You are exiting the list!


INCLUDES used within this REPORT SAPML05S

INCLUDE ML05STOP.
INCLUDE MLLVSMOD.
INCLUDE ML05SO00.
INCLUDE ML05SI00.
INCLUDE ML05SO00_D1116_EXCLUDE.
INCLUDE ML05SF00_D1116_ERROR_ITEMS.
INCLUDE ML05SI00_CHECK_MARK_EINTRAG.
INCLUDE ML05SF00_VORBEREITEN_REFNR_2.
INCLUDE ML05SFFC_LIKK_AKTUALISIEREN_2.
INCLUDE ML05SI00_CHECK_MARK_EINTRAG_TB.
INCLUDE ML05SF00_VORBEREITEN_REFNR_TB.
INCLUDE ML05SF00_ANZ_TBPOS_ERMITTELN_2.
INCLUDE ML05SO00_D1116_LOOPV.


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