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

FICDED00 SAP ABAP Report - Even Distribution of Yearly Values in Period 1 Among 12 Periods







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


Text pool values


Selection Text: E_TEST = Test run
Selection Text: E_RYEAR = D Fiscal year
Selection Text: E_RVERS = D Version
Selection Text: E_RLDNR = D Ledger
Selection Text: E_PERID = D Period
Selection Text: E_ITEM = D Item
Selection Text: E_ITCLG = D Cons chart of accounts
Selection Text: E_ISET = FS item set
Selection Text: E_DIMEN = D Dimension
Selection Text: E_CONGR = D Consolidation group
Selection Text: E_CACTI = D Task
Selection Text: E_BUNIT = D Consolidation unit
Title: Even Distribution of Yearly Values in Period 1 Among 12 Periods
Text Symbol: T09 = Period
Text Symbol: T08 = Fiscal year
Text Symbol: T07 = Version
Text Symbol: T06 = Consolidation chart of accounts
Text Symbol: T05 = Dimension
Text Symbol: T04 = Ledger
Text Symbol: T03 = Number of database records processed:
Text Symbol: T02 = Update run
Text Symbol: T01 = Test run


INCLUDES used within this REPORT FICDED00

INCLUDE FICDATGD.


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_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.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING E_SHORTNAME = E_ISET E_ITCLG = E_ITCLG IMPORTING I_SETID = LD_SETID.

G_SET_GET_ALL_VALUES CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING SETNR = LD_SETID TABLE = 'FIMC' TABLES SET_VALUES = LT_SET_VALUE.

FC_USER_CHECK_MONITOR CALL FUNCTION 'FC_USER_CHECK_MONITOR' EXPORTING E_DIMEN = E_DIMEN E_RVERS = E_RVERS E_RYEAR = E_RYEAR E_PERID = E_PERID E_CACTI = E_CACTI IMPORTING I_CM_FLAG = LD_CM_FLG.

FC_CONGR_DISMANTLE call function 'FC_CONGR_DISMANTLE' EXPORTING E_DIMEN = E_DIMEN E_CONGR = E_CONGR E_RVERS = E_RVERS E_RYEAR = E_RYEAR E_PERID = E_PERID E_CU_PROP = 'X' E_ROLLUP_CU = 'X' IMPORTING IT_CU_PROP = LT_CU.

FC_USER_STATUS_CHECK CALL FUNCTION 'FC_USER_STATUS_CHECK' EXPORTING E_DIMEN = E_DIMEN E_ITCLG = E_ITCLG E_RVERS = E_RVERS E_RYEAR = E_RYEAR E_PERID = E_PERID E_RLDNR = E_RLDNR "xog013223 E_CACTI = E_CACTI E_REPID = LD_REPID E_MONITOR_FLAG = LD_CM_FLG TABLES T_USER_STATUS_CHECK = LT_CU EXCEPTIONS "xog013223 STOP = 1. "xog013223

FC_USER_STATUS_UPDATE CALL FUNCTION 'FC_USER_STATUS_UPDATE' EXPORTING E_DIMEN = E_DIMEN E_ITCLG = E_ITCLG E_RVERS = E_RVERS E_RYEAR = E_RYEAR E_PERID = E_PERID E_CACTI = E_CACTI E_REPID = LD_REPID E_MONITOR_FLAG = LD_CM_FLG TABLES T_USER_STATUS_UPDATE = LT_STATUS_UPDATE.



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