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

FICUPL_LCL_UPLOAD_04 SAP ABAP INCLUDE - FICUPLLCLUPLOAD04







FICUPL_LCL_UPLOAD_04 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 FICUPL_LCL_UPLOAD_04 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 FICUPL_LCL_UPLOAD_04. "Basic submit
SUBMIT FICUPL_LCL_UPLOAD_04 AND RETURN. "Return to original report after report execution complete
SUBMIT FICUPL_LCL_UPLOAD_04 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 FICUPL_LCL_UPLOAD_04

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_AUTHORITY_CHECK_ADF call function 'FC_AUTHORITY_CHECK_ADF' exporting e_callmode = '2' es_anytab = ls_authority_adf importing i_allauth = pf_authority_adf_all exceptions exc_no_permission = 1.

ENQUEUE_E_DEFRM call function 'ENQUEUE_E_DEFRM' exporting itclg = ls_lock-itclg dimen = ls_lock-dimen rvers = ls_lock-rvers ryear = ls_lock-ryear perid = ls_lock-perid bunit = ls_lock-bunit exceptions foreign_lock = 1.

DEQUEUE_E_DEFRM call function 'DEQUEUE_E_DEFRM' exporting itclg = ls_lock-itclg dimen = ls_lock-dimen rvers = ls_lock-rvers ryear = ls_lock-ryear perid = ls_lock-perid bunit = ls_lock-bunit.

FC_DECIMALS call function 'FC_DECIMALS' exporting e_currency = ps_curr_scale-curr importing i_factor = ps_curr_scale-factor i_divisor = ps_curr_scale-divisor i_decimals = ps_curr_scale-decimals.

FC_BRKDOWN_CHECK call function 'FC_BRKDOWN_CHECK' exporting e_docty = po_upmeth->docty e_exist_totals = gc_true e_no_info = space importing it_message = lt_bd_msg changing ct_data = et_data_ok.

FC_BUPTR_DEFVAL_GET call function 'FC_BUPTR_DEFVAL_GET' exporting e_dimen = importing i_buptr = ld_buptr_def.

FC_TOTALS_SELECT call function 'FC_TOTALS_SELECT' exporting it_sel = lt_sel it_fields = lt_fields it_kfig = lt_kfig e_perid_cum = lf_cumulative importing it_data = lt_totals.

FC_POST_COMMIT_INIT call function 'FC_POST_COMMIT_INIT' "ged040700 exporting e_dimen = . "bal/p9ck56489

FC_DB_DOCUMENT_POST call function 'FC_DB_DOCUMENT_POST' exporting e_update_task = gc_true changing ct_ecmca = lt_totals.

FC_CHECK_FIRST_DATA_ENTRY call function 'FC_CHECK_FIRST_DATA_ENTRY' exporting e_dimen = id_dimen e_itclg = id_itclg e_rvers = id_rvers e_ryear = id_ryear e_perid = id_perid e_plevl = id_rlevl tables t_data_check = lt_bunit_fde.



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