SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Element Accounting(CO-OM-CEL) SAP CO

RKAKALC3 SAP ABAP Report - Activate/Deactivate Reconciliation Ledger







RKAKALC3 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 RKAKALC3 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KALA - Activate Reconciliation Ledger
KALB - Deactivate Reconciliation Ledger


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


Text pool values


Title: Activate/Deactivate Reconciliation Ledger
Text Symbol: 001 = Reconciliation ledger ;;
Text Symbol: 002 = Do you want to set up the ;;
Text Symbol: 003 = reconciliation ledger? ;;
Text Symbol: 004 = Do you want to activate the ;;
Text Symbol: 005 = reconcil. ledger for CO area $$$$? ;;
Text Symbol: 006 = Deactivate CO area $$$$? ;;
Text Symbol: 010 = Activate/Deactivate ;;
Text Symbol: 011 = Extra ;;
Text Symbol: 110 = Evaluation of reconciliation ledger logs
Text Symbol: 120 = Reconciliation ledger log


INCLUDES used within this REPORT RKAKALC3

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:

CAT_TABLE_BUFFER_RESET CALL FUNCTION 'CAT_TABLE_BUFFER_RESET' EXPORTING tablename = ld_tabname EXCEPTIONS internal_error = 01.

POPUP_TO_CONFIRM_STEP *! CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' *! EXPORTING *! DEFAULTOPTION = 'Y' *! TEXTLINE1 = TEXT-004 "Abstimmledger für *! TEXTLINE2 = D_CHAR40 "Kokrs XXXX installieren? *! TITEL = TEXT-001 "Abstimmledger *! IMPORTING *! ANSWER = D_ANSWER.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 01.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

K_RCL_ACTIVATE CALL FUNCTION 'K_RCL_ACTIVATE' EXPORTING i_kokrs = p_kokrs i_deactivate = p_deact i_supress_dialog = true "keine Sicherheitsabfragen i_commit = false "kein COMMIT WORK i_blart = p_blart "Belegart fuer Abst.Buchung

K_PERIODS_GET_FOR_KOKRS * CALL FUNCTION 'K_PERIODS_GET_FOR_KOKRS' * EXPORTING * GJAHR = P_GJAHR * I_TKA01 = TKA01 * KOKRS = P_KOKRS * IMPORTING * ANZBP = D_ANZBP.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = gt_mesg.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 16 e_message = 12 w_message = 08 i_message = 04.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING send_if_one = true show_linno = true EXCEPTIONS inconsistent_range = 01 no_messages = 02.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING par_dialg = 'X' * PAR_JNAME = par_nsm37 = ' ' par_pname = 'RKTKAL99' "Dummy-Report par_print = ld_flg_print par_rname = 'RKAKALC3' par_sdmsg = 'X' TABLES tab_selpa = itselpar EXCEPTIONS OTHERS = 01.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING * GJAHR = E01 kokrs = r_kokrs IMPORTING * E_TKA00 = I01 e_tka01 = tka01 EXCEPTIONS OTHERS = 01.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = gc_appl_log_object subobject = ld_subobject object_attribute = 1 subobject_attribute = 0 external_number_attribute = 2 date_from = '00000000' title_selection_screen = text-110 title_list_screen = text-120 column_selection = ls_column_selection.

FAGL_COFI_CHECK_RCL_ACTIVATION CALL FUNCTION 'FAGL_COFI_CHECK_RCL_ACTIVATION' EXPORTING id_kokrs = id_kokrs.



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