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

FICDEINC SAP ABAP INCLUDE - SAP Cons.: Include for Code Generated by the Planning Processor







FICDEINC 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 FICDEINC 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 FICDEINC. "Basic submit
SUBMIT FICDEINC AND RETURN. "Return to original report after report execution complete
SUBMIT FICDEINC 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.: Include for Code Generated by the Planning Processor


INCLUDES used within this REPORT FICDEINC

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_FIELD_PROPERTIES CALL FUNCTION 'FC_FIELD_PROPERTIES' EXPORTING e_langu = sy-langu IMPORTING it_fprop = gt_fprop it_fdep = gt_fdep.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FC01_S_ITGRPBD' TABLES x031l_tab = lt_x031l.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FC01_S_ITGRPBD' TABLES dfies_tab = lt_dfies.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING I_DIMEN = gd_DIMEN I_ITCLG = gd_ITCLG I_RLDNR = gd_RLDNR "xog023022 I_RVERS = gd_RVERS I_RYEAR = gd_RYEAR I_PERID = gd_PERID.

FC_GLOBAL_PARAMETERS_IMPORT * CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' "xog023022 * IMPORTING "xog023022 * i_rldnr = gd_rldnr. "xog023022

FC_LEDGER_PROPERTIES CALL FUNCTION 'FC_LEDGER_PROPERTIES' "maj291002 CHANGING "maj291002 cs_rldnr = ls_t881. "maj291002

FC_ITEM_PROPERTIES CALL FUNCTION 'FC_ITEM_PROPERTIES' EXPORTING e_itclg = gd_itclg e_rvers = gd_rvers CHANGING ct_item_prop = gt_item_prop.

FC_CHAR_DEFVAL_GET CALL FUNCTION 'FC_CHAR_DEFVAL_GET' EXPORTING es_param = ls_param CHANGING ct_defval = gt_defval.

FC_CHECK_FIRST_DATA_ENTRY CALL FUNCTION 'FC_CHECK_FIRST_DATA_ENTRY' EXPORTING E_DIMEN = gd_dimen E_ITCLG = gd_itclg E_RVERS = gd_rvers E_RYEAR = gd_ryear E_PERID = gd_perid E_PLEVL = '00' TABLES T_DATA_CHECK = lt_data_check.

FC_MAXSET_VALUE_CHECK call function 'FC_MAXSET_VALUE_CHECK' exporting e_fieldname = ec501_itfieldname-fieldname e_maxid = e_dimen = gd_dimen e_value = exceptions field_no_maxset = 1 value_not_in_set = 2.

FC_CHAR_PROPERTIES CALL FUNCTION 'FC_CHAR_PROPERTIES' EXPORTING e_fieldname = id_fieldname CHANGING ct_char = lt_char.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = gd_dimen e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid CHANGING ct_cg_prop = gt_cg_prop.



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