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

FICDEF01 SAP ABAP INCLUDE - SAP Cons.: Form Routines for Database<->Planning Processor







FICDEF01 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 FICDEF01 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 FICDEF01. "Basic submit
SUBMIT FICDEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT FICDEF01 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 Cons.: Form Routines for Database<->Planning Processor


INCLUDES used within this REPORT FICDEF01

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'FC03_ONLINE' TABLES DFIES_TAB = LT_DFIES.

FC_BRKDOWN_CHECK * CALL FUNCTION 'FC_BRKDOWN_CHECK' * EXPORTING ** ab 4.6C e_langu auf default, keine Nachrichten wenn kein IT_message

FC_POST_COMMIT_INIT * CALL FUNCTION 'FC_POST_COMMIT_INIT' "ged040700 * EXPORTING * E_DIMEN = GD_DIMEN * E_CACTI = GD_CACTI.

FC_DB_DOCUMENT_POST * CALL FUNCTION 'FC_DB_DOCUMENT_POST' * EXPORTING * E_UPDATE_TASK = con_x ** E_DOCUMENT = "no single items * CHANGING * ct_ecmca = tab_ecmca[].

FC_BRKDOWN_CHECK CALL FUNCTION 'FC_BRKDOWN_CHECK' EXPORTING * ab 4.6C e_langu auf default, keine Nachrichten wenn kein IT_message

FC_BRKDOWN_CHECK CALL FUNCTION 'FC_BRKDOWN_CHECK' EXPORTING E_EXIST_SUBACCNT = SPACE E_EXIST_TOTALS = SPACE E_NO_INFO = 'X' E_NO_WARNING = 'X' CHANGING CT_DATA = lt_ecmca[].

FC_POST_COMMIT_INIT CALL FUNCTION 'FC_POST_COMMIT_INIT' EXPORTING E_DIMEN = GD_DIMEN E_CACTI = GD_CACTI.

FC_DB_DOCUMENT_POST CALL FUNCTION 'FC_DB_DOCUMENT_POST' EXPORTING E_UPDATE_TASK = con_x * E_DOCUMENT = "no single items CHANGING ct_ecmca = tab_ecmca[].

FC_STATUS_TRANSF ** CALL FUNCTION 'FC_STATUS_TRANSF' "xog00777 ** EXPORTING "xog00777 ** e_dimen = gd_dimen "xog00777 ** e_itclg = gd_itclg "xog00777 ** e_rvers = gd_rvers "xog00777 ** e_bunit = gd_bunit "xog00777 ** e_ryear = gd_ryear "xog00777 ** e_perid = gd_perid "xog00777 ** e_cactt = '02' "xog00777 ** e_monitor_flag = space "xog00777 ** EXCEPTIONS "xog00777 ** OTHERS = 1. "xog00777

FC_STATUS_TRANSF * call function 'FC_STATUS_TRANSF' "xog00777 * exporting "xog00777 * e_dimen = gd_dimen "xog00777 * e_itclg = gd_itclg "xog00777 * e_rvers = ls_status_open-rvers "xog00777 * e_bunit = gd_bunit "xog00777 * e_ryear = ls_status_open-ryear "xog00777 * e_perid = ls_status_open-perid "xog00777 * e_cactt = fc00_c_cactt-de "xog00777 ** e_monitor_flag = space. "xog418221

FC_STATUS_TRANSF call function 'FC_STATUS_TRANSF' exporting e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = ls_status_open-rvers e_bunit = gd_bunit e_ryear = ls_status_open-ryear e_perid = ls_status_open-perid e_cactt = fc00_c_cactt-de e_monitor_flag = space exceptions foreign_lock = 1.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = -rdimen e_rvers = -rvers e_ryear = -ryear e_perid = -poper CHANGING ct_cu_prop = lt_cu.



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