FICREC01 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 FICREC01 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.
Title: Subroutine Pool for Reconciliation Summary Data Cons/Operational Appl.
INCLUDE FICCON00.
INCLUDE FICREC0T. "XRP131102
INCLUDE FICINC00. "XRP190204
No SAP DATABASE tables are accessed within this REPORT code!
FC_CUST_EXIT_ORGUN_FLDNAMES call function 'FC_CUST_EXIT_ORGUN_FLDNAMES' exporting i_fromtab = i_ttab changing c_bukrs_fname = cs_orgun_fldnames-bukrs_fname c_comp_fname = cs_orgun_fldnames-comp_fname c_prt_comp_fname = cs_orgun_fldnames-prt_comp_fname c_gsber_fname = cs_orgun_fldnames-gsber_fname c_prt_gsber_fname = cs_orgun_fldnames-prt_gsber_fname c_kokrs_fname = cs_orgun_fldnames-kokrs_fname c_prctr_fname = cs_orgun_fldnames-prctr_fname c_prt_prctr_fname = cs_orgun_fldnames-prt_prctr_fname c_saknr_fname = cs_orgun_fldnames-saknr_fname c_altkt_fname = cs_orgun_fldnames-altkt_fname.
FC_CUST_EXIT_SITEM_SFLDNAMES * CALL FUNCTION 'FC_CUST_EXIT_SITEM_SFLDNAMES' * EXPORTING * i_fromtab = i_ttab * i_sitem_send = l_sitem_send * CHANGING * c_fieldname =
.
FC_CUST_EXIT_SITEM_SFLDNAMES call function 'FC_CUST_EXIT_SITEM_SFLDNAMES' exporting i_fromtab = i_ttab i_sitem_send = &1 changing c_fieldname = cs_sitem_sfldnames-fname_&2.
TABLE_DECOMPRESS * call function 'TABLE_DECOMPRESS' * tables * in = &1 * out = &2.
FC_RFC_MASTERDATA_READ1 CALL FUNCTION 'FC_RFC_MASTERDATA_READ1' TABLES it_sel = it_sel it_periv_dest = lt_periv_dest ct_clustr_data = lt_clustr_data EXCEPTIONS OTHERS = 1 .
FC_RFC_TRANSDATA_READ1 CALL FUNCTION 'FC_RFC_TRANSDATA_READ1' EXPORTING i_tabname = 'GLT0' id_orgun_fldnames = ld_orgun_fldnames TABLES ct_sel = ct_sel ct_clustr_data = lt_clustr_data EXCEPTIONS TABSTRUC_TOO_LARGE = 1 INVALID_SELECTION = 2 INVALID_TABLE = 3 INTERNAL_ERROR = 4 FOREIGN_LOCK = 5 OTHERS = 6 .
FC_RFC_MASTERDATA_READ1 CALL FUNCTION 'FC_RFC_MASTERDATA_READ1' DESTINATION 'P6B' TABLES it_sel = it_sel it_periv_dest = lt_periv_dest ct_clustr_data = lt_clustr_data EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE C_MSGTXT COMMUNICATION_FAILURE = 2 MESSAGE C_MSGTXT OTHERS = 3 .
FC_RFC_TRANSDATA_READ1 CALL FUNCTION 'FC_RFC_TRANSDATA_READ1' DESTINATION 'P6B' EXPORTING i_tabname = 'GLT0' id_orgun_fldnames = ld_orgun_fldnames TABLES ct_sel = ct_sel ct_clustr_data = lt_clustr_data EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE C_MSGTXT COMMUNICATION_FAILURE = 2 MESSAGE C_MSGTXT TABSTRUC_TOO_LARGE = 3 INVALID_SELECTION = 4 INVALID_TABLE = 5 INTERNAL_ERROR = 6 FOREIGN_LOCK = 7 OTHERS = 8 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICREC01 - Subroutine Pool for Reconciliation Summary Data Cons/Operational Appl. FICREC01 - Subroutine Pool for Reconciliation Summary Data Cons/Operational Appl. FICREC00 - Reconciliation of Transaction Totals Data with Cons Totals Data FICREC00 - Reconciliation of Transaction Totals Data with Cons Totals Data FICREBAF - Include for Drilldown Selection FICREBAD - Include for drilldown selection (data portion)