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

KALR2F50 SAP ABAP INCLUDE - Include additional form routines







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


Text pool values


Title: Include additional form routines


INCLUDES used within this REPORT KALR2F50

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:

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING OBJNR = R_OBJNR IMPORTING E_IONRA = LS_IONRA IDENT_OBJID = LD_IDENT EXCEPTIONS OTHERS = 1.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING KOKRS = R_COVP-KOKRS IMPORTING E_TKA01 = LS_TKA01.

K_COVP_TO_COFIS CALL FUNCTION 'K_COVP_TO_COFIS' EXPORTING I_XWBUK = LS_TKA01-XWBUK I_ACTIV = LD_ACTIV_RKAL I_COEP = LS_COEP I_COBK = LS_COBK I_LOGSYS = R_COVP-LOGSYSO IMPORTING E_COFIS_INT = LS_COFIS_INT.

K_ICCF_ACCOUNT_DETERMINE CALL FUNCTION 'K_ICCF_ACCOUNT_DETERMINE' EXPORTING I_BUDAT = R_COVP-BUDAT I_KOKRS = R_COVP-KOKRS I_ORG_ACCT = LD_IORG_ACCT TABLES T_COFI_ICCF = LT_COFI_ICCF.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING MSGTY = 'E' ARBGB = 'K5' TXTNR = '607' MSGV1 = T_BUKDAT-BUKRS.

TP_VALUATION_AUTHORITY CALL FUNCTION 'TP_VALUATION_AUTHORITY' EXPORTING I_KOKRS = R_KOKRS I_VALUTYP = R_VALUTYP I_ACTVT = '03' IMPORTING E_XAUTH = LD_XAUTH.

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING ZEILE = 'ASK_FOR_COEPS'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'K5' EXCEPTION_IF_NOT_ACTIVE = ' ' MSGTY = 'W' TXTNR = '601'.

MESSAGE_LINE_RESET CALL FUNCTION 'MESSAGE_LINE_RESET'.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING CORRECTIONS_OPTION = TRUE SHOW_LINNO = FALSE LINE_FROM = 'ASK_FOR_COEPS' LINE_TO = 'ASK_FOR_COEPS' IMPORTING CORRECTIONS_WANTED = C_FLG_CORR_WANTED E_EXIT_COMMAND = C_EXIT_COMMAND "P9CK046591 EXCEPTIONS NO_MESSAGES = 0.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING LINE_FROM = 'ASK_FOR_COEPS' LINE_TO = 'ASK_FOR_COEPS'.



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