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

FICICA1F SAP ABAP INCLUDE - SAP Consolidation Integration: Form Routines for Match Program







FICICA1F is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FICICA1F 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 FICICA1F. "Basic submit
SUBMIT FICICA1F AND RETURN. "Return to original report after report execution complete
SUBMIT FICICA1F VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP Consolidation Integration: Form Routines for Match Program


INCLUDES used within this REPORT FICICA1F

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:

FC_AUTHCHECK_INTEGRATION CALL FUNCTION 'FC_AUTHCHECK_INTEGRATION' "ged221098 EXPORTING "ged221098 E_ID = 'KTOPL' "ged221098 E_KTOPL = PA_KTOPL. "ged221098

FC_AUTHCHECK_INTEGRATION CALL FUNCTION 'FC_AUTHCHECK_INTEGRATION' "ged221098 EXPORTING "ged221098 E_ID = 'KOKRS' "ged221098 E_KOKRS = PA_KOKRS. "ged221098

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'ITCLG' E_ACTVT = '03' E_ITCLG = PA_ITCLG. " STO092321

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING I_DIMEN = GD_DIMEN I_ITCLG = GD_ITCLG I_RLDNR = GD_RLDNR I_RVERS = GD_RVERS I_RYEAR = GD_RYEAR I_PERID = GD_PERID EXCEPTIONS OTHERS = 1.

RK_COSTELEMENT_CLASSIFY CALL FUNCTION 'RK_COSTELEMENT_CLASSIFY' EXPORTING KATYP = LD_A_COSTTP-KATYP IMPORTING KOTYP = LD_A_COSTTP-PRIMSEC EXCEPTIONS KATYP_NOT_FOUND = 1 OTHERS = 2.

FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING E_TITLE = SY-TITLE E_TAB_STRUCT = 'FCINCICA10' E_HLP_STRUCT = 'FCINTAB' ET_DATA = IT_DATA[] ET_LIST = IT_LIST[] ET_FDISP = IT_FDISP[] ET_KDISP = IT_KDISP[] * ET_KCORR = ET_BLIST = IT_BLIST[] * e_call_header = 'FC_PARAM_HEADER_LIST' "wms34388 * E_CALLBACK_USER_COMMAND = CHANGING CT_FFIX = IT_FFIX[] CT_FUSED = IT_FUSED[] * c_data = it_data_work "wms34388 CT_WORK = IT_DATA_WORK[].

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = I_DOMAIN * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD01V_WA = LS_DD01V EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.



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