SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICICA8F SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FICICA8F

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:

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING * DEF_FILENAME = ' ' * DEF_PATH = ' ' mask = ',*.*,*.*.'

K_CURRTYP_AND_VAL_GET CALL FUNCTION 'K_CURRTYP_AND_VAL_GET' EXPORTING i_cvtyp = ls_cvtyp-cvtyp IMPORTING E_CURRTYP = ls_cvtyp-curtp E_VALUTYP = ls_cvtyp-valutyp.

FC_ACCOUNT_TO_ITEM_MAP CALL FUNCTION 'FC_ACCOUNT_TO_ITEM_MAP' EXPORTING I_KTOPL = is_t001-ktopl i_saknr = ls_fidoc-hkont I_ALTKT = ls_fidoc-altkt i_itclg = is_params-itclg I_FLG_CHK_EXIST = con_x I_FLG_TFIN200_CHK = space IMPORTING E_ITEM = ls_balance-item tables i_t_t004in = it_t004 i_t_ska1 = it_ska1 "wes170904 I_T_ITEM_PROP = it_item_prop EXCEPTIONS NO_GROUP_ACCOUNT = 1 ITEM_INVALID = 2 OTHERS = 3.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * filename = i_filename * filetype = 'ASC' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' * IMPORTING * filelength = l_size_file * tables * data_tab = lt_data_cont * EXCEPTIONS * file_open_error = 1 * file_write_error = 2 * invalid_filesize = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * gui_refuse_filetransfer = 8 * OTHERS = 9.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog parameter_2 = pa_bukrs parameter_3 = pa_gjahr CHANGING physical_filename = i_filename EXCEPTIONS OTHERS = 1.

FC_AUTHORITY_CHECK_REPORTING * CALL FUNCTION 'FC_AUTHORITY_CHECK_REPORTING' "begin xrp260203 * EXPORTING * e_dimen = pa_dimen ** E_CONGR = * e_itclg = pa_itclg * e_rvers = pa_rvers.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING * i_bukrs = i_bukrs "wes170904 i_bukrs = is_params-bukrs "wes170904 IMPORTING e_t001 = cs_t001.

FC_ITEM_PROPERTIES CALL FUNCTION 'FC_ITEM_PROPERTIES' EXPORTING e_itclg = is_params-itclg e_rvers = is_params-rvers IMPORTING it_message = lt_message CHANGING ct_item_prop = ct_item_prop.

FC_BUNIT_DATATRANS_GET CALL FUNCTION 'FC_BUNIT_DATATRANS_GET' EXPORTING i_dimen = is_params-dimen i_itclg = is_params-itclg i_rvers = is_params-rvers i_trans = con_trans_realtime i_flg_int = con_x TABLES t_tfin010 = lt_tfin010 i_t_ra_contp = lt_ra_contp EXCEPTIONS OTHERS = 0.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = is_params-dimen e_rvers = is_params-rvers e_ryear = is_params-ryear e_perid = '001' "dummy e_rldnr = is_params-rldnr IMPORTING it_message = lt_message CHANGING ct_cu_prop = ct_cu_prop.

FC_CURRENCY_CONVERT_INTERFACE CALL FUNCTION 'FC_CURRENCY_CONVERT_INTERFACE' EXPORTING * I_DATE = SY-DATUM * I_KURST = 'M ' * I_CURTP2_S = * I_CURTP3_S = i_lcurr = is_csdochd-lcurr i_gcurr = is_t881-gcurr i_curtp2_r = is_t881-curt1 i_curtp3_r = is_t881-curt2 i_valutyp_r = is_t881-valutyp * I_FLG_XSALH = * I_BD_RTCUR = I_GCIND = is_csdochd-gcind I_S_T001A = ls_t001a IMPORTING E_HSL = l_hsl tables i_t_curinf = lt_curinf EXCEPTIONS OTHERS = 0.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_congr = cs_params-congr "xrp250100 i_bunit = cs_params-bunit "xrp250100 i_rldnr = cs_params-rldnr.

FC_POP_GLOBAL_PARAMETERS CALL FUNCTION 'FC_POP_GLOBAL_PARAMETERS' EXPORTING E_TITEL = text-t07 * E_DISP_MODUS = ' ' * E_FLAG = ' ' E_DIMEN = cs_params-dimen e_congr = cs_params-congr "xrp250100 e_bunit = cs_params-bunit "xrp250100 E_ITCLG = cs_params-itclg * E_RLDNR = ' ' E_RVERS = cs_params-rvers E_RYEAR = cs_params-ryear E_PERID = cs_params-perid IMPORTING I_ANSWER = l_answ I_DIMEN = cs_params-dimen i_congr = cs_params-congr "xrp250100 i_bunit = cs_params-bunit "xrp250100 I_ITCLG = cs_params-itclg I_RLDNR = cs_params-rldnr I_RVERS = cs_params-rvers I_RYEAR = cs_params-ryear I_PERID = cs_params-perid.

G_GET_LEDGER_INFO CALL FUNCTION 'G_GET_LEDGER_INFO' EXPORTING i_rldnr = cs_params-rldnr IMPORTING E_LEDGER_INFO = cs_t881.

FC_LEDGER_PROPERTIES CALL FUNCTION 'FC_LEDGER_PROPERTIES' IMPORTING IT_MESSAGE = lt_message CHANGING CS_RLDNR = cs_t881 * CT_RLDNR = EXCEPTIONS OTHERS = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_ddobjname TABLES DFIES_TAB = lt_dfies.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-t01 DIAGNOSE_OBJECT = l_doku_obj text_question = text-t02 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = l_answ TABLES PARAMETER = lt_params EXCEPTIONS OTHERS = 1.

FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title E_TAB_STRUCT = con_struc_ldata2 E_HLP_STRUCT = con_struc_hlp ET_DATA = it_ldata2 ET_LIST = IT_LIST ET_FDISP = IT_FDISP ET_KDISP = IT_KDISP * ET_KCORR = ET_BLIST = IT_BLIST ET_MDATA = IT_MDATA * ET_RCALL = E_CALLBACK_USER_COMMAND = 'AT_USER_COMMAND2' * E_CALLBACK_RECURSE = ' ' * E_CALLBACK_STATUS = changing * C_MCDXSAVE = CT_WORK = Ct_ldata2_OP ct_ffix = CT_FFIX CT_FUSED = CT_FUSED.

FC_TREE_DISPLAY





CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title E_TAB_STRUCT = con_struc_ldata1 E_HLP_STRUCT = con_struc_hlp ET_DATA = it_ldata1 ET_LIST = IT_LIST ET_FDISP = IT_FDISP ET_KDISP = IT_KDISP * ET_KCORR = ET_BLIST = IT_BLIST ET_MDATA = IT_MDATA * ET_RCALL = E_CALLBACK_USER_COMMAND = 'AT_USER_COMMAND1' * E_CALLBACK_RECURSE = ' ' * E_CALLBACK_STATUS = changing * C_MCDXSAVE = CT_WORK = Ct_ldata1_OP ct_ffix = CT_FFIX CT_FUSED = CT_FUSED.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = l_ddobjname * STATE = 'A' LANGU = sy-langu IMPORTING * GOTSTATE = DD04V_WA = ls_dd04v * TPARA_WA = EXCEPTIONS OTHERS = 1.

FC_AUTHORITY_CHECK_REPORTING CALL FUNCTION 'FC_AUTHORITY_CHECK_REPORTING' EXPORTING e_dimen = is_params-dimen e_itclg = is_params-itclg e_rvers = is_params-rvers et_ra_bunit = lt_ra_bunit.



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