MOIIC_DIPF07 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 MOIIC_DIPF07 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu * DOKTITLE = ' ' * CALLED_BY_TCODE = called_by_program = l_repid called_for_tab = 'ROIITANKDIP' called_for_field = g_oib07-fieldname_par * CALLED_FOR_TAB_FLD_BTCH_INPUT = * CALLED_BY_CUAPROG = * CALLED_BY_CUASTAT = * MERGE_DZ_IF_AVAILABLE = * MEMORYID = * EXPLICIT_MEMORYID = ' ' * TABLES * LINKS = * EXCLUDEFUN = EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3 "#EC * .
OII_DIMENSION_CHECK CALL FUNCTION 'OII_DIMENSION_CHECK' EXPORTING i_expon = l_dim_expon i_uom = roiidip_param_display-unit_char EXCEPTIONS uom_not_found = 1 dimension_not_found = 2 dimension_check_failed = 3 OTHERS = 4.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'MSEHI' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_uomrange * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-020 textline2 = text-021 textline3 = text-022 text_option1 = text-024 text_option2 = text-025 titel = text-023 cancel_display = ' ' IMPORTING answer = dialog_ans. "#EC *
OIIC_DIP_DISPLAY_GOODS_MOVEMTS CALL FUNCTION 'OIIC_DIP_DISPLAY_GOODS_MOVEMTS' EXPORTING i_werks = g_stk_ovw_main_line-werks i_lgort = g_stk_ovw_main_line-lgort i_socnr = g_stk_ovw_main_line-socnr i_timestamp_from = g_from i_timestamp_to = g_to i_all_tank = g_all_materials i_matnr = l_dip_stock_wa_focus-matnr i_sobkz = l_dip_stock_wa_focus-sobkz i_bstar = l_dip_stock_wa_focus-bstar i_charg = l_dip_stock_wa_focus-charg i_sobkz_add = l_dip_stock_wa_focus-sobkz_add.
OIIC_DIP_DISPLAY_GOODS_MOVEMTS CALL FUNCTION 'OIIC_DIP_DISPLAY_GOODS_MOVEMTS' EXPORTING i_werks = g_tankdip_display_focus-werks i_lgort = g_tankdip_display_focus-lgort i_socnr = g_tankdip_display_focus-socnr i_timestamp_from = g_from i_timestamp_to = g_to i_all_tank = ' ' i_matnr = l_dip_mvmt_wa_focus-matnr i_sobkz = l_dip_mvmt_wa_focus-sobkz * I_BWART = * I_BWTAR = i_bstar = l_dip_mvmt_wa_focus-bstar i_charg = l_dip_mvmt_wa_focus-charg i_sobkz_add = l_dip_mvmt_wa_focus-sobkz_add i_shkzg = l_shkzg CHANGING cs_mm_variant = g_last_variant_mm_list .
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = pi_disline-act_quantity unit_in = pi_disline-meins unit_out = pi_disline-tnkvolun IMPORTING output = pi_disline-tnkmenge EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = l_dip_stocko1-act_quantity unit_in = l_dip_stocko1-msehi unit_out = pi_disline-tnkvolun IMPORTING output = pi_disline-tnkmenge EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
OIIC_DIP_CALC_TANK_DIP_ITEM CALL FUNCTION 'OIIC_DIP_CALC_TANK_DIP_ITEM' EXPORTING i_dip_item_old = ls_dip_item_old i_focusline = tankdip_entry-current_line * I_OIISOCTSM = i_default_anyway = gf_default_anyway "SOGK001686 DM TABLES t_dip_param = pt_dip_param t_dip_quan = pt_dip_quan CHANGING is_dip_item = pc_tankdip is_line_change = lf_char7.
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = pi_matnr spras = pi_langu IMPORTING wmakt = ls_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.