SAP Reports / Programs | Industry Solution Oil | Industry Solution Oil(IS-OIL) SAP IS

SAPMOIB_DEF SAP ABAP dialog Program - Program SAPMOIB_DEF







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

O3DEFAULTS - New Defaulttransaction


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


Text pool values


Title: Program SAPMOIB_DEF
Text Symbol: 037 = Delete duplicate entry
Text Symbol: 036 = Duplicate entries will be deleted
Text Symbol: 035 = You have duplicate entries
Text Symbol: 034 = Activation option
Text Symbol: 032 = Do you want to activate the set(s)
Text Symbol: 031 = Without Check
Text Symbol: 030 = With Check
Text Symbol: 022 = Inconsistant Default sets
Text Symbol: 021 = Incomplete sets will be deleted.
Text Symbol: 020 = Not all default sets are complete.
Text Symbol: 015 = Refresh Defaults Screen
Text Symbol: 012 = Function call UNIT_PARAMETERS_GET failed
Text Symbol: 010 = Function call OIB_QCI_MOVE_FIELD_TO_ITAB failed
Text Symbol: 009 = Function call OIB_QCI_MOVE_VALUE_TO_ITAB failed
Text Symbol: 008 = Function call MARA_SINGLE_READ failed
Text Symbol: 007 = Function call POPUP_TO_DECIDE_LIST failed
Text Symbol: 006 = Exit Defaults maintenance
Text Symbol: 005 = Do you want to first save the data?
Text Symbol: 003 = Selected for details
Text Symbol: 002 = No
Text Symbol: 001 = Yes


INCLUDES used within this REPORT SAPMOIB_DEF

INCLUDE MOIB_DEFTOP.
INCLUDE MOIB_DEFO02.
INCLUDE MOIB_DEFF01.
INCLUDE MOIB_DEFI02.
INCLUDE MOIB_DEFF03.
INCLUDE MOIB_DEFF04.
INCLUDE MOIB_DEFF08.
INCLUDE MOIB_DEFO09.


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