MOIIC_DIPF01 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_DIPF01 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 ZSILOTESTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OII_GET_CALI_SET CALL FUNCTION 'OII_GET_CALI_SET' EXPORTING i_slvnr = roiitankdip-slvnr i_slvind = roiitankdip-slvind i_socusg = g_oiisockl-socusg i_socnr = g_oiisock-socnr IMPORTING e_slvcko = roiislvckor TABLES e_slvcpo = g_oiislvcpo_wa EXCEPTIONS no_valid_set_found = 1 OTHERS = 2. "#EC *
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = ls_t006-decan input = roiitankdip-mttmp ivalu = ' ' maskn = ' ' IMPORTING flstr = roiitankdip-mttmp_str.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = ls_t006-decan input = roiitankdip-tstmp ivalu = ' ' maskn = ' ' IMPORTING flstr = roiitankdip-tstmp_str.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = ls_t006-decan input = roiitankdip-shtmp ivalu = ' ' maskn = ' ' IMPORTING flstr = roiitankdip-shtmp_str.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = ls_t006-decan input = roiitankdip-tdich ivalu = ' ' maskn = ' ' IMPORTING flstr = roiitankdip-tdich_str.
OIIC_DIP_APPLOG_MES_EXIST_SING CALL FUNCTION 'OIIC_DIP_APPLOG_MES_EXIST_SING' EXPORTING i_counter = l_counter IMPORTING e_status_icon = roiitankdip-status_icon.
OII_GET_SOC_SEGMENT_AND_CLASS CALL FUNCTION 'OII_GET_SOC_SEGMENT_AND_CLASS' EXPORTING i_socnr = roiitankdip-socnr i_get_blocked = 'X' IMPORTING e_oiisock = g_oiisock e_oiisockl = g_oiisockl EXCEPTIONS no_tank_found = 1 no_valid_soc_class_found = 2 OTHERS = 3. "#EC *
OIU_ME_NUMBER_TO_CHAR_FEET ** CALL FUNCTION 'OIU_ME_NUMBER_TO_CHAR_FEET' ** EXPORTING ** I_FLOAT = L_FEET_INPUT ** IMPORTING ** E_CHAR = ROIISLVCPO-LINCON_CHAR.
OIIC_DIP_APPLOG_CONTEXT_CHANGE CALL FUNCTION 'OIIC_DIP_APPLOG_CONTEXT_CHANGE' EXPORTING i_context_old = g_context i_context_new = l_context_new.
OIIC_DIP_APPLOG_CONTEXT_SET CALL FUNCTION 'OIIC_DIP_APPLOG_CONTEXT_SET' EXPORTING i_context = g_context.
OIIC_DIP_APPLOG_MESSAGE_ADD call function 'OIIC_DIP_APPLOG_MESSAGE_ADD' exporting i_msgty = &1 i_msgid = &2 i_msgno = &3 i_msgv1 = &4 i_msgv2 = &5 i_msgv3 = &6 i_msgv4 = &7.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = roiitankdip-status_icon IMPORTING RESULT = roiitankdip-status_icon EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.