SAP Reports / Programs

FICREC01 SAP ABAP Report - Subroutine Pool for Reconciliation Summary Data Cons/Operational Appl.







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


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


Text pool values


Title: Subroutine Pool for Reconciliation Summary Data Cons/Operational Appl.


INCLUDES used within this REPORT FICREC01

INCLUDE FICCON00.
INCLUDE FICREC0T. "XRP131102
INCLUDE FICINC00. "XRP190204


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_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 .



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