FICL05IC is a standard Executable ABAP Report 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 FICL05IC 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: FICL05IC
Text Symbol: 001 = Should the IU elimination methods be checked?
Text Symbol: T01 = Check the IU elimination methods
Text Symbol: T02 = Query for checking IU elimination methods
INCLUDE LSVCMCOD.
INCLUDE FICCON00.
No SAP DATABASE tables are accessed within this REPORT code!
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_itclg = ld_itclg.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = vcl_akt_view "#EC DOM_EQUAL * 'V_TF556_1' TABLES x031l_tab = lt_x031l.
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING I_DIMEN = ls_params-dimen I_ITCLG = ls_params-itclg I_RLDNR = ls_params-rldnr I_RVERS = ls_params-rvers I_RYEAR = ls_params-ryear I_PERID = ls_params-perid.
FC_FIELD_PROPERTIES CALL FUNCTION 'FC_FIELD_PROPERTIES' IMPORTING it_fprop = lt_fprop it_fdep = lt_fdep it_fattr = lt_fattr.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "wms013223 EXPORTING "wms013223 textline1 = text-001 "wms013223 titel = text-t02 "wms013223 CANCEL_DISPLAY = space "wms013223 IMPORTING "wms013223 ANSWER = l_answ. "wms013223
FC_IUE_METHOD_CHECK CALL FUNCTION 'FC_IUE_METHOD_CHECK' EXPORTING IS_PARAMS = ls_params * IS_TF500 = I_CMETH = ls_tf550-cmeth * I_GCURR = * I_CURVS = * I_FLG_PROP = 'X' * I_FLG_GLOB_CHK = 'X' IMPORTING ET_MESSAGE = lt_message1 CHANGING cT_FPROP = lT_FPROP cT_FDEP = lT_FDEP cT_FATTR = lT_FATTR CT_TF556 = lt_tf556_op CT_TF556A = lt_tf556a_op CT_TF558 = lt_tf558_op CS_TF555 = ls_tf555_op.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = ls_message-msgid MSGTY = ls_message-msgty MSGV1 = ls_message-msgv1 MSGV2 = ls_message-msgv2 MSGV3 = ls_message-msgv3 MSGV4 = ls_message-msgv4 TXTNR = ls_message-msgno zeile = ls_message-fieldname.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-t01 * Prüfung der Konzernaufrechnungsmethoden show_linno = 'X' SHOW_LINNO_TEXT = s_reptxt SHOW_LINNO_TEXT_LEN = l_len_info EXCEPTIONS OTHERS = 0.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = l_name LANGU = sy-langu IMPORTING DD04V_WA = ls_dd04v.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.