FKCRXXF02 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 FKCRXXF02 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!
K_COSTCENTER_SELECT_SINGLE CALL FUNCTION 'K_COSTCENTER_SELECT_SINGLE' EXPORTING kokrs = pd_controlling_area kostl = pd_cost_center date_from = ld_date_from date_to = ld_date_to TABLES it_csks_ex = lt_csks_ex EXCEPTIONS no_record_found = 1 OTHERS = 2.
K_ACTTYPE_SELECT_SINGLE CALL FUNCTION 'K_ACTTYPE_SELECT_SINGLE' EXPORTING kokrs = pd_controlling_area lstar = pd_activity_type date_from = ld_date_from date_to = ld_date_to TABLES it_csla_ex = lt_csla_ex EXCEPTIONS no_record_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FKCRXXF02 - documentation and ABAP source code FKCRXXF01 - documentation and ABAP source code FKCLSCOM - General Variables for Archiving Classes FKCIUTOP - SAP-EIS: Prog. SAPFKCIU (Buffer use/Update), Programm Header FKCIUF30 - SAP-EIS: Transaction Data Update Include for User Exit FKCIUF20 - SAP-EIS: Prog. SAPFKCIU (Buffer adm./Update), Update-Routines