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

FICCMP0F SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FICCMP0F

FORM INCLUDED_BY_CURR_CONV_CHK


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_RYEAR = pa_toyr I_PERID = pa_toper.

FC_AUTHORITY_CHECK_REPORTING call function 'FC_AUTHORITY_CHECK_REPORTING' exporting e_dimen = i_dimen e_itclg = i_itclg e_rvers = l_rvers ET_RA_BUNIT = it_ra_bunit.

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'CACTT' E_DIMEN = i_DIMEN E_RVERS = l_rvers e_itclg = i_itclg E_CACTT = '02' " data entry E_ACTVT = '16' " execute ET_RA_BUNIT = it_ra_bunit.

G_MAX_PERIOD_AND_OFFSET_GET CALL FUNCTION 'G_MAX_PERIOD_AND_OFFSET_GET' EXPORTING PERIOD = '000' TABLE = gc_tab_ecmct IMPORTING RPMAX = l_rpmax.

G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING CT = ls_rldnr_prop-curt2 RLDNR = ls_rldnr_prop-rldnr IMPORTING CURRENCY = ls_rldnr_prop-gcurr exceptions CURRENCY_EMPTY = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = ls_msg-msgid MSGTY = ls_msg-msgty MSGV1 = ls_msg-msgv1 MSGV2 = ls_msg-msgv2 MSGV3 = ls_msg-msgv3 MSGV4 = ls_msg-msgv4 TXTNR = ls_msg-msgno.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = text-o01 SEND_IF_ONE = con_x I_USE_GRID = con_x I_AMODAL_WINDOW = con_x.

FC_CONGR_DISMANTLE CALL FUNCTION 'FC_CONGR_DISMANTLE' EXPORTING E_DIMEN = i_dimen E_CONGR = i_congr E_RVERS = l_rvers E_RYEAR = i_to_year E_PERID = i_to_perid E_ROLLUP_CG_CU = con_x IMPORTING IT_CG_CU = lt_cg_cu.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING E_DIMEN = i_dimen E_RVERS = l_rvers E_RYEAR = ls_yearper-ryear E_PERID = ls_yearper-perid IMPORTING IT_MESSAGE = lt_msg1 CHANGING CT_CU_PROP = lt_bunit_prop1.

ENQUEUE_E_ECMCA CALL FUNCTION 'ENQUEUE_E_ECMCA' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_E_ECMCT CALL FUNCTION 'ENQUEUE_E_ECMCT' EXPORTING RYEAR = l_ryear EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING E_DATABASE = FC00_C_TS_DATABASE-DOCUMENTS IT_SEL = lt_sel IT_FIELDS = lt_fields * E_FIELDS_ALL = '' E_KFIG_ALL = con_x * E_PERID_CUM = '' IMPORTING IT_DATA = lt_ecmca.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING E_DATABASE = FC00_C_TS_DATABASE-totals IT_SEL = lt_sel IT_FIELDS = lt_fields * E_FIELDS_ALL = E_KFIG_ALL = con_x * E_PERID_CUM = IMPORTING IT_DATA = lt_ecmct.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = l_tabname ALL_TYPES = space TABLES DFIES_TAB = lt_dfies.

BAL_CNTL_FREE CALL FUNCTION 'BAL_CNTL_FREE' CHANGING c_control_handle = c_control_handle.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = c_log_handle.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = gc_tab_data CHANGING CT_FIELDCAT = et_fcat.

BAL_LOG_CREATE





CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = c_log_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = c_log_handle i_s_msg = ls_bal_msg.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_profile.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = io_container i_s_display_profile = ls_profile i_t_log_handle = lt_log_handle IMPORTING e_control_handle = c_control_handle.

FC_DB_DOCUMENT_POST CALL FUNCTION 'FC_DB_DOCUMENT_POST' EXPORTING E_UPDATE_TASK = lf_upd_task E_DOCUMENT = space CHANGING CT_ECMCA = lt_ecmca.

FC_FIELD_PROPERTIES CALL FUNCTION 'FC_FIELD_PROPERTIES' IMPORTING IT_FPROP = lt_fprop.

G_SET_GET_ALL_VALUES CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING SETNR = ls_tf410-ISET1 TABLES SET_VALUES = LT_SETVALUES EXCEPTIONS SET_NOT_FOUND = 1.

G_SET_GET_ALL_VALUES CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING SETNR = ls_tf410-sSET2 TABLES SET_VALUES = LT_SETVALUES EXCEPTIONS SET_NOT_FOUND = 1.



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