SAP Reports / Programs

SAPMOIHL2 SAP ABAP dialog Program - License Master Data







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O4K_LICENSE - License Master Data


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


Text pool values


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





Text Symbol: 001 = License Master Data: Display


INCLUDES used within this REPORT SAPMOIHL2

INCLUDE MOIHL2TOP.
INCLUDE MOIHL2O01.
INCLUDE MOIHL2I01.
INCLUDE MOIHL2F0C.
INCLUDE MOIHL2F0E.
INCLUDE MOIHL2F0F.
INCLUDE MOIHL2F0R.
INCLUDE MOIHL2F0T.
INCLUDE MOIHL2F0U.
INCLUDE MOIHL2FRM.
INCLUDE MOIHL2CL2.
INCLUDE MOIHL2FZZ.


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