SAPMOIHL2 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 SAPMOIHL2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4K_LICENSE - License Master Data
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.
Selection Text: SO_INTLC = D .
Selection Text: SO_EXTLC = D .
Selection Text: SO_DATAB = D .
Selection Text: PA_LICTP = D .
Selection Text: PA0_IND = only licenses used in period
Title: License Master Data
Text Symbol: 033 = Header
Text Symbol: 032 = Quantity Balance
Text Symbol: 031 = Qty. Ballance
Text Symbol: 030 = Collapse all nodes
Text Symbol: 029 = Expand all nodes
Text Symbol: 028 = Quantity Tracking
Text Symbol: 027 = Details
Text Symbol: 026 = License inactive
Text Symbol: 025 = License active
Text Symbol: 024 = Internal License No. for reference license
Text Symbol: 023 = License Type
Text Symbol: 022 = You are about to change the processing mode
Text Symbol: 021 = Change Processing Mode
Text Symbol: 020 = License Master Data: Analysis
Text Symbol: 019 = License Master Data: Copy from
Text Symbol: 018 = Plant
Text Symbol: 017 = Vendor
Text Symbol: 016 = Material
Text Symbol: 015 = Customer
Text Symbol: 014 = Country
Text Symbol: 013 = Unit of Messurement in Quantity Control
Text Symbol: 012 = Display Details
Text Symbol: 011 = ** Maximum qty reached **
Text Symbol: 010 = <<<< Top-up level reached
Text Symbol: 009 = Cancel
Text Symbol: 008 = Exit
Text Symbol: 007 = Back
Text Symbol: 006 = for the current license first?
Text Symbol: 005 = Do you want to save the data
Text Symbol: 004 = You are about to exit
Text Symbol: 003 = License Master Data: Create
Text Symbol: 002 = License Master Data: Change
INCLUDE MOIHL2TOP.
INCLUDE MOIHL2O01.
INCLUDE MOIHL2I01.
INCLUDE MOIHL2F0C.
INCLUDE MOIHL2F0E.
INCLUDE MOIHL2F0F.
INCLUDE MOIHL2F0R.
INCLUDE MOIHL2F0T.
INCLUDE MOIHL2F0U.
INCLUDE MOIHL2FRM.
INCLUDE MOIHL2CL2.
INCLUDE MOIHL2FZZ.
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.