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

RKALCF00 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RKALCF00

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-P01.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING KOKRS = P_KOKRS IMPORTING E_TKA01 = TKA01.

G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING VARIANT = TKA01-LMONA YEAR = P_GJAHR TABLES I_PERIODS = IPERIODS.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-P02.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-P03.

G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING SETID = IT811K-SETID TABLES SET_VALUES = ITSETVAL EXCEPTIONS SET_NOT_FOUND = 1 ILLEGAL_FIELD_REPLACEMENT = 2 ILLEGAL_TABLE_REPLACEMENT = 3 OTHERS = 4.

G_COMBINATIONS_BUILD CALL FUNCTION 'G_COMBINATIONS_BUILD' EXPORTING CHECK_TYP = RGUMD-CHECK_TYP * Unicode change * RECORD_KEY = RGUMD-RECORD_KEY RECORD_KEY = ALL TABLE = 'CCSS' T800D_TABLE = 'CCSS' TABLES COMB_FIELDS = IGMD02 PERIOD = IPERIODS EXCEPTIONS FROM_GT_TO_VALUE = 1 MORE_THAN_15 = 2 NO_COMB = 3 NO_ENTRY_IN_T800D = 4.

G_COMBINATION_GET_EXIT CALL FUNCTION 'G_COMBINATION_GET_EXIT' EXPORTING FIRST_CALL = FIRST_CALL TABLES COMB_FIELDS = IGMD02 RECORD_TAB = ITRECORD_KEY EXCEPTIONS NO_EXIT = 8 NO_PERIODS_EXIT2 = 8 NO_MORE_COMBINATIONS = 2 NO_VALID_COMBINATION = 4.

BAPI_COMPANYCODE_GETDETAIL CALL FUNCTION 'BAPI_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODEID = LD_BUKRS IMPORTING COMPANYCODE_DETAIL = LD_CC_DETAIL.

BAPI_BUSINESSAREA_GETDETAIL CALL FUNCTION 'BAPI_BUSINESSAREA_GETDETAIL' EXPORTING BUSINESSAREAID = LD_GSBER IMPORTING BUSINESSAREA_DETAIL = LD_BA_DETAIL RETURN = LD_RETURN.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = 'CCSS' FTYPE = 'A' TEXT_FLAG = 'X' EXCEPTIONS NOT_FOUND = 4.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = SUBRC.



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