MOIB2I01 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 MOIB2I01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PAI-Modules Oil Conversion Defaults
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = t180-agidv kopfgruppe = g_kopgr positionsgruppe = g_posgr funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = g_flag-leave leave_screen = g_flag-leave_screen.
SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING funktion = fcode kopfgruppe = g_kopgr positionsgruppe = g_posgr programm = 'SAPMOIB2' IMPORTING cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 cua_status = t185v-status cua_titel = t185v-ctitel dunkel = t185-dunkel folgefunktion = fcode leave = g_flag-leave.
OIB_QCI_GET_DENSITY_FORMAT CALL FUNCTION 'OIB_QCI_GET_DENSITY_FORMAT' EXPORTING i_dntyp = g_dntyp IMPORTING * E_BDICHT = e_dcmaxdec = g_dcmaxdec e_dcmaxexp = g_dcmaxexp e_dcminexp = g_dcminexp e_dtmaxdec = g_dtmaxdec e_dtmaxexp = g_dtmaxexp e_dtminexp = g_dtminexp *** E_FDICHT = e_tdicht = oib_a09-tdicht.
CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = oib_a09-tdich_c maxdec = g_dtmaxdec maxexp = g_dtmaxexp minexp = g_dtminexp string = oib_a09-tdich_c IMPORTING flstr = oib_a09-tdich EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.
DIMENSION_CHECK CALL FUNCTION 'DIMENSION_CHECK' EXPORTING dimid = g_temp language = sy-langu msehi = oib_a09-mtteh unit_extern_long = ' ' business_uom = ' ' EXCEPTIONS dimension_check_failed = 1 unit_not_valid = 2.
DIMENSION_CHECK CALL FUNCTION 'DIMENSION_CHECK' EXPORTING dimid = g_temp language = sy-langu msehi = oib_a09-tsteh unit_extern_long = ' ' business_uom = ' ' EXCEPTIONS dimension_check_failed = 1 unit_not_valid = 2.
CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = oib_a09-mttmp_c maxexp = g_tpmaxexp minexp = g_tpminexp maxdec = g_tpmaxdec string = oib_a09-mttmp_c IMPORTING flstr = oib_a09-mttmp EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.
CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = oib_a09-tstmp_c maxexp = g_tpmaxexp minexp = g_tpminexp maxdec = g_tpmaxdec string = oib_a09-tstmp_c IMPORTING flstr = oib_a09-tstmp EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.
SCREEN_SEQUENCE_CONTROL_INIT CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL_INIT' EXPORTING bild = sy-dynnr bildgruppe = t185-bldgr funktion = fcode kopfgruppe = t185-kopgr positionsgruppe = t185-posgr programm = t185f-agidv typ = t185f-trtyp IMPORTING aktyp = t185f-aktyp cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 cua_status = t185v-status cua_titel = t185v-ctitel dunkel = t185-dunkel folgefunktion = fcode leave = g_flag-leave.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.