SAP Reports / Programs | Tariffs, Duties and Permits | Industry Solution Oil | Tariffs, Duties and Permits(IS-OIL-DS-TDP) SAP IS

SAPMOIHL SAP ABAP dialog Program - Module pool for license master data







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

O4K2 - Change license master data
O4K3 - Display license master data
O4K9 - ED license change documents
O4K1 - Create 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 SAPMOIHL. "Basic submit
SUBMIT SAPMOIHL AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMOIHL 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 for license master data
Text Symbol: 024 = Field not defined in table
Text Symbol: 025 = Change cannot be displ.
Text Symbol: 026 = Deletion
Text Symbol: 027 = No items found
Text Symbol: 030 = Nothing found
Text Symbol: 031 = Nothing read
Text Symbol: 032 = Previous changes of lic.nr.
Text Symbol: 033 = Doc.nr.
Text Symbol: 034 = Date
Text Symbol: 035 = Time
Text Symbol: 036 = Pers.mod
Text Symbol: 037 = Lic.no.
Text Symbol: 050 = Document change number:
Text Symbol: 051 = Date:
Text Symbol: 052 = Time:
Text Symbol: 053 = Username:
Text Symbol: 401 = Old:
Text Symbol: 402 = New:
Text Symbol: OW1 = Previous changes of lic.nr.
Text Symbol: PO1 = Changed fields
Text Symbol: T01 = changed fields
Text Symbol: 023 = Creation
Text Symbol: 001 = Create
Text Symbol: 002 = Change
Text Symbol: 003 = Display
Text Symbol: 004 = You are about to exit
Text Symbol: 005 = Do you want to save the data
Text Symbol: 006 = for the current license first?
Text Symbol: 007 = Back
Text Symbol: 008 = Exit
Text Symbol: 009 = Cancel
Text Symbol: 010 = <<<< Top-up level reached
Text Symbol: 011 = ** Maximum qty reached **
Text Symbol: 012 = No items found
Text Symbol: 013 = Read error
Text Symbol: 014 = Text change
Text Symbol: 015 = Customer





Text Symbol: 016 = Material
Text Symbol: 017 = Vendor
Text Symbol: 018 = Plant
Text Symbol: 019 = Modific.
Text Symbol: 020 = Text del.
Text Symbol: 021 = Deletion
Text Symbol: 022 = Txt.creation


INCLUDES used within this REPORT SAPMOIHL

INCLUDE MOIHLTOP.
INCLUDE MOIHLO01.
INCLUDE MOIHLI01.
INCLUDE MOIHLF0C.
INCLUDE MOIHLF0E.
INCLUDE MOIHLF0F.
INCLUDE MOIHLF0G.
INCLUDE MOIHLF0P.
INCLUDE MOIHLF0Q.
INCLUDE MOIHLF0R.
INCLUDE MOIHLF0S.
INCLUDE MOIHLF0T.
INCLUDE MOIHLF0U.
INCLUDE MOIHLF0H.
INCLUDE MOIHLF0W. "LICENSE CHANGE DOCUMENTS
INCLUDE MOIHLFZZ.
INCLUDE MOIHLM500.
INCLUDE MOIHL500F.


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