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

MOIB_DEFF08 SAP ABAP INCLUDE - Include MOIB_DEFF08







MOIB_DEFF08 is a standard ABAP INCLUDE 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 MOIB_DEFF08 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Include MOIB_DEFF08


INCLUDES used within this REPORT MOIB_DEFF08

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-037 text_question = lf_text text_button_1 = 'Yes'(001) text_button_2 = 'No'(002) IMPORTING answer = lf_antw.

OIL_CHECK_CATT_ACTIVE CALL FUNCTION 'OIL_CHECK_CATT_ACTIVE' IMPORTING e_flg_catt_active = gf_flg_catt_active.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = bip-par_char maxdec = lf_decan maxexp = 15 minexp = -15 string = bip-par_char IMPORTING flstr = g_oib_defaults_display-par_fltp EXCEPTIONS exponent_too_big = 1 exponent_too_small = 2 string_not_fltp = 3 too_many_decim = 4 OTHERS = 5.

MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING matnr = ls_oib_def_index_gm-matnr werks = ls_oib_def_index_gm-werks IMPORTING wmarc = ls_marc EXCEPTIONS lock_on_marc = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING unit = pi_msehi IMPORTING decan = po_decan EXCEPTIONS unit_not_found = 1 OTHERS = 2.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = lf_matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING matnr = lf_matnr werks = lf_werks * IMPORTING * WMARC = EXCEPTIONS lock_on_marc = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5 .

T001L_SINGLE_READ CALL FUNCTION 'T001L_SINGLE_READ' EXPORTING t001l_werks = lf_werks t001l_lgort = lf_lgort * IMPORTING * wt001l = l_t001l EXCEPTIONS not_found = 1 OTHERS = 2 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = ICON_BUSINAV_VALUE_CHAIN * TEXT = ' ' INFO = 'Selected for details'(003) * ADD_STDINF = 'X' IMPORTING RESULT = gf_info_icon_buss_value_chain EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = icon_green_LIGHT IMPORTING RESULT = gf_info_icon_green_light EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = icon_red_LIGHT IMPORTING RESULT = gf_info_icon_red_light EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = icon_yellow_LIGHT IMPORTING RESULT = gf_info_icon_yellow_light EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.



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