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

FK21RE22 SAP ABAP INCLUDE - Elimination of Internal Business Volume







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


Text pool values


Title: Elimination of Internal Business Volume


INCLUDES used within this REPORT FK21RE22

INCLUDE FGRWED02. " COMMON PART EDITION
INCLUDE RKKBEQ10. " EQUATES KKB TEIL 1
INCLUDE RKKBEQ20. " EQUATES KKB TEIL 2


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_REPORT_POP_INTERFACE_DATA CALL FUNCTION 'G_REPORT_POP_INTERFACE_DATA'.

G_REPORT_PUSH_INTERFACE_DATA CALL FUNCTION 'G_REPORT_PUSH_INTERFACE_DATA'.

K_KKB_PICKED_DATA_GET CALL FUNCTION 'K_KKB_PICKED_DATA_GET' " Import Memory TABLES PICKED_DATA = DIM_DATA_TAB EXCEPTIONS RC_INTERFACE_NOT_INITIALIZED = 01.

K_KKB_GLOBALS_GET CALL FUNCTION 'K_KKB_GLOBALS_GET' EXPORTING DIALOG = ' ' INITIALIZE = 'J' RGJNR = GVI-RGJNR TABLES EXC_TAB = ETAB GLOBALS = GVI_GLOBALS EXCEPTIONS INTERNAL_ERROR = 01 JOB_DOES_NOT_EXIST = 02 NOT_GENERATED = 03 NO_AUTHORIZATION = 04 NO_GLOBALS = 05.

G_REPORT_GET_GLOBAL_VALUE CALL FUNCTION 'G_REPORT_GET_GLOBAL_VALUE' EXPORTING GLOBAL_DEFAULT = GVI_GLOBALS-VALUE GLOBAL_NAME = GVI_GLOBALS-GLOBAL IMPORTING GLOBAL_VALUE = GVI_GLOBALS-VALUE SUBRC = SY-SUBRC EXCEPTIONS RC_INTERFACE_NOT_INITIALIZED = 01.

K_KKB_ORIGIN_REPORT_CALL CALL FUNCTION 'K_KKB_ORIGIN_REPORT_CALL' EXPORTING INPUT_DATA = KKBC TABLES S_ABKAT = P_ABKAT S_BEKNZ = P_BEKNZ S_GJAHR = P_GJAHR S_HRKFT = P_HRKFT S_HERKU = P_HERKU S_KSTAR = P_KSTAR S_PERBL = P_PERBL S_VERSN = P_VERSN S_ABVER = P_ABVER S_WRTTP = P_WRTTP EXCEPTIONS INPUT_INCONSISTENT = 01.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' " Eingabe Jobname EXPORTING " und Auflösungsfl POPUP_TITLE = TEXT-VER IMPORTING RETURNCODE = INT-ANSWER TABLES FIELDS = INT_SVAL EXCEPTIONS OTHERS = 1.

K_KKB_JOB_GET CALL FUNCTION 'K_KKB_JOB_GET' EXPORTING * ANW = ANW-EKA IANW = ANW-EKA CHOICE = 'X' DFO = '%' NUM = '1' * OBJ = 'R' IOBJ = 'R' TYP = '1' IMPORTING RGJNR = UNI-RGJNR EXCEPTIONS NOT_GENERATED = 01 NO_AUTHORITY = 02 NO_JOB = 03 NO_JOB_CHOSEN = 04.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' " Eingabe Jobname EXPORTING " und Auflösungsfl POPUP_TITLE = TEXT-GJH IMPORTING RETURNCODE = INT-ANSWER TABLES FIELDS = INT_SVAL EXCEPTIONS OTHERS = 1.

K_KKB_UNIT_COSTING_REPORT_CALL CALL FUNCTION 'K_KKB_UNIT_COSTING_REPORT_CALL' EXPORTING AUFNR = P_AUFNR CHOICE_J = UNI-CHOICE GJAHR = UNI-GJAHR KADKY = P_KADKY KLVAR = P_KLVAR KOKRS = P_KOKRS MATNR = P_MATNR PKOST = UNI-PKOST RGJNR = UNI-RGJNR VERSION = UNI-VERSN VERSN = P_TVERS WERKS = P_WERKS EXCEPTIONS INTERNAL_ERROR = 01 NOT_GENERATED = 02 NO_AUTHORITY = 03 NO_JOB = 04 WRONG_INPUT = 05.

K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING AUFNR = P_AUFNR IMPORTING OBJNR = SVA-OBJNR EXCEPTIONS NOT_FOUND = 1.

G_REPORT_POP_INTERFACE_DATA CALL FUNCTION 'G_REPORT_POP_INTERFACE_DATA'.



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