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
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.
Title: Elimination of Internal Business Volume
INCLUDE FGRWED02. " COMMON PART EDITION
INCLUDE RKKBEQ10. " EQUATES KKB TEIL 1
INCLUDE RKKBEQ20. " EQUATES KKB TEIL 2
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FK21RE22 - Elimination of Internal Business Volume FK21RE21 - Determine cost element attribute FK21RE20 - Routinen fuer Investitionsprogramme FK21RE1B - Get Master Data for CO Objects FK21RE1A - Calculation of Virtual Characteristics in CCR1S FK21RE19 - Computation of field groups not contained in the data base