FICICA2F 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 FICICA2F 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: Form-Routines FICICA20
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING * I_DIMEN = * I_ITCLG = I_RLDNR = LD_RLDNR I_RVERS = LD_RVERS I_RYEAR = LD_RYEAR * I_PERID = EXCEPTIONS OTHERS = 1.
FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING E_RVERS = LD_RVERS E_IND_INPVS = '1' IMPORTING I_INPVS = LD_INPVS EXCEPTIONS OTHERS = 1.
FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING E_TITLE = SY-TITLE E_TAB_STRUCT = 'FCINCICA20' E_HLP_STRUCT = 'FCINTAB' ET_DATA = IT_DATA[] ET_LIST = IT_LIST[] ET_FDISP = IT_FDISP[] * ET_KDISP = * ET_KCORR = ET_BLIST = IT_BLIST[] * ET_MDATA = * ET_RCALL = * E_CALLBACK_USER_COMMAND = * E_CALLBACK_STATUS = CHANGING CT_WORK = IT_DATA_W[] CT_FFIX = IT_FFIX[] CT_FUSED = IT_FUSED[] EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICICA2F - Form-Routines FICICA20 FICICA20 - Used Integrated Consolidation Units FICICA20 - Used Integrated Consolidation Units FICICA1T - SAP Cons. Integration: Match C/A with Cons C/A - Data Declaration FICICA1S - SAP Cons. Integration: Compare C/A with Cons C/A - Selection Screen FICICA1F - SAP Consolidation Integration: Form Routines for Match Program