FICC2F25_OC 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 FICC2F25_OC into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_COI_TOT_READ call function 'FC_COI_TOT_READ' exporting e_dimen = i_dimen e_rldnr = ls_cg-rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = ld_tperid e_perid_f = ld_fperid "wmsOC003A e_manual = x "wmsOC003A e_automatic = ' ' "wmsOC003A et_bunit = lt_bunit et_congr = it_cg importing it_tot = lt_tot.
FC_COI_TOT_READ call function 'FC_COI_TOT_READ' exporting e_dimen = i_dimen e_rldnr = ls_cg-rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = ld_tperid e_perid_f = ld_fperid "wmsOC003A new e_manual = x "wmsOC003A new e_automatic = ' ' "wmsOC003A new et_bunit = lt_bunit et_congr = lt_cg importing it_tot = lt_tot.
FC_COI_OC_ORGCH_READ * call function 'FC_COI_OC_ORGCH_READ' * exporting e_dimen = i_dimen * e_rvers = i_rvers * e_itclg = i_itclg * e_rldnr = l_rldnr_dummy * e_ryear = l_cy * e_perid = ls_fscat_p-perid * e_frperid = ls_fscat_p-frperid "wmsOC0128 * e_bunit_def = i_bunit_def "wmsOC018A * et_inv = lt_inv_dummy[] * e_sel_flg = x * e_status_flg = space * importing it_orgch_congr = lt_orgch_congr[] * it_oc_sender_error = lt_oc_error[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.