FICC2F03 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 FICC2F03 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_BUPTR_DEFVAL_GET call function 'FC_BUPTR_DEFVAL_GET' "wmsOC018A exporting e_dimen = i_dimen "wmsOC018A importing i_buptr = es_cust-bunit_def. "wmsOC018A
FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_rvers = i_rvers importing i_fixvs = l_fixvs.
FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_errflg = '1' e_rvers = i_rvers importing i_fixvs = l_fixvs.
FC_COI_PGW_ITEM_GET call function 'FC_COI_PGW_ITEM_GET' exporting e_itclg = i_itclg changing ct_pgw_postit = es_si-t_pgw.
FC_SELITEM_GET * call function 'FC_SELITEM_GET' * exporting * es_param = ls_param * importing * is_selitem_struc = es_si-s_bg.
FC_SELITEM_GET * call function 'FC_SELITEM_GET' * exporting * es_param = ls_param * importing * is_selitem_struc = es_si-s_erg.
FC_CHAR_DEFVAL_GET call function 'FC_CHAR_DEFVAL_GET' exporting es_param = ls_param changing ct_defval = lt_chdv.
FC_CHAR_DEFVAL_ERROR call function 'FC_CHAR_DEFVAL_ERROR' exporting e_fieldname = fc00_con_ts_fld-buptr e_value = ls_chdv-value.
FC_BUPTR_DEFVAL_GET * call function 'FC_BUPTR_DEFVAL_GET' * exporting e_dimen = i_dimen * importing i_buptr = e_budef.
CONVERSION_EXIT_AFIMC_INPUT * call function 'CONVERSION_EXIT_AFIMC_INPUT' * exporting input = e_budef * importing output = e_budef.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.