SAPMN1L2 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 SAPMN1L2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
N1A6 - IS-H*MED: Maintain employees inv.
N1A7 - IS-H*MED: Display employees inv.
N1AA - IS-H*MED: Service Details
N1AB - IS-H*MED: Service Details
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: IS-H*MED: Employees Involved
Text Symbol: 001 = Select Row
Text Symbol: 002 = Task
Text Symbol: 003 = Task Name
Text Symbol: H01 = Subordinate Services
Text Symbol: S01 = Set deletion flag?
Text Symbol: S02 = Reset deletion flag? ;;
Text Symbol: S03 = Do you really want to delete? ;; Text 3 and 4 belong together!
Text Symbol: S05 = Maintain employees involved
Text Symbol: S06 = Do you really want to cancel? ;; Text 5 and 6 belong together!
INCLUDE MN1L2O01.
INCLUDE MN1L2F01.
INCLUDE MN1L2I01.
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.