FCXALF10 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 FCXALF10 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: Combined Include for CO-CCA + CO-PA Allocation Reversal
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING PERIOD = COIOB_PERIODS-BUPER VARIANT = TKA01-LMONA YEAR = GJAHR IMPORTING FROM_DATE = COIOB_PERIODS-DATAB TO_DATE = COIOB_PERIODS-DATBI EXCEPTIONS OTHERS = 4.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = SY-MSGID MSGTY = SY-MSGTY TXTNR = TXTNR MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4.
K_OBJECTS_MASTER_READ CALL FUNCTION 'K_OBJECTS_MASTER_READ' TABLES COIOB_TAB = ICOIOB I_PERIODS = COIOB_PERIODS EXCEPTIONS ERROR_OCCURS = 01 WRONG_OBJECT = 02.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'GA' MSGTY = 'A' TXTNR = '539'.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING gjahr = gjahr kokrs = tka01-kokrs IMPORTING e_tka00 = tka00.
FAGL_PRCTR_KOKRS_ACTIVE_ACT CALL FUNCTION 'FAGL_PRCTR_KOKRS_ACTIVE_ACT' EXPORTING GJAHR = gjahr KOKRS = tka01-kokrs PCRCH = tka00-pcrch EXCEPTIONS OTHERS = 1.
MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' IMPORTING MAX_SEVERITY = MAX_LEVEL_INT.
G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING PERIOD = ld_per VARIANT = ld_vari YEAR = ld_year IMPORTING FROM_DATE = ld_datfr TO_DATE = ld_datto EXCEPTIONS OTHERS = 1.
K_OBJECTS_MASTER_READ CALL FUNCTION 'K_OBJECTS_MASTER_READ' TABLES COIOB_TAB = lt_COIOB_save I_PERIODS = zz_COIOB_PERIODS EXCEPTIONS ERROR_OCCURS = 01 WRONG_OBJECT = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCXALF10 - Combined Include for CO-CCA + CO-PA Allocation Reversal FCWBSD02 - documentation and ABAP source code FCWBSD01 - documentation and ABAP source code FCWBSC02 - documentation and ABAP source code FCWBSC01 - documentation and ABAP source code FCUPLATC - Include FICUPLTC: Data Definitions for FICUPL00 and FICUPL10