SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

FCXALF10 SAP ABAP INCLUDE - Combined Include for CO-CCA + CO-PA Allocation Reversal







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


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


Text pool values


Title: Combined Include for CO-CCA + CO-PA Allocation Reversal


INCLUDES used within this REPORT FCXALF10

No INCLUDES are used within this REPORT code!


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:

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.



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