SAP Reports / Programs

RKDREOVG SAP ABAP Report - Reorganization of variant groups







RKDREOVG 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 RKDREOVG 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

KE3T - Reorganization of Variant Groups
KCXX - Reorganization of Variant Groups
CXRE - Reorganization of Variant Groups
TR3T - Reorganization of variant groups


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


Text pool values


Selection Text: APPLCLAS = Application class
Selection Text: ASPECT = Aspect
Selection Text: ERKRS = Operating concern
Selection Text: IVARGRP = Variant group
Selection Text: PA_TYPE = Type of profitability analysis
Selection Text: TABNAME = Table name
Selection Text: TYPE = Rep.portfolio(1),Drilldown(2)
Title: Reorganization of variant groups
Text Symbol: 001 = Variant group
Text Symbol: 002 = Variant
Text Symbol: 003 = Status
Text Symbol: 004 = Deleted
Text Symbol: 005 = not deleted
Text Symbol: 006 = no variant deleted
Text Symbol: 010 = General selections
Text Symbol: 011 = Report portfolio
Text Symbol: 012 = Drilldown reporting
Text Symbol: 020 = Report type


INCLUDES used within this REPORT RKDREOVG

INCLUDE REOVGTOP.


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:

RKD_UNICODE_REQUIRED * CALL FUNCTION 'RKD_UNICODE_REQUIRED'.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' IMPORTING transactions = tc e_applclass = rkb1d-applclass e_subclass = rkb1d-subclass.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = rkb1d-applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x e_table = rkb1d-tabname.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = applclass i_rkb1x = rkb1x i_get_table = '0' IMPORTING e_rkb1x = rkb1x.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING applclass = applclas IMPORTING e_applclass = applclass transactions = tc.

HELP_TABNAME_VALUES_GET CALL FUNCTION 'HELP_TABNAME_VALUES_GET' EXPORTING i_applclass = applclass i_tabname = tabname IMPORTING e_tabname = tabname.

RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING client_indep = ' ' disp = ' ' status = 'A' IMPORTING aspet = aspect.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING applclass = applclas IMPORTING e_applclass = applclass transactions = tc.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = applclass i_rkb1x = rkb1x i_get_table = '0' IMPORTING e_rkb1x = rkb1x.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lfvg_g_repid i_callback_pf_status_set = 'LISTING' i_callback_user_command = 'USER_COMMAND' is_layout = lfvg_gs_layout it_fieldcat = lfvg_gt_fieldcat[] TABLES t_outtab = it_lfvg.

KYVA_VARGRP_REORG CALL FUNCTION 'KYVA_VARGRP_REORG' EXPORTING i_applclass = itkev3_wa-applclass i_subclass = itkev3_wa-subclass i_tabname = itkev3_wa-tabname i_vargroup = itkev3_wa-vargroup i_variant = itkev3_wa-variant i_repid = itkev3_wa-repid EXCEPTIONS variant_exists = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lfvgp_g_repid i_callback_pf_status_set = 'LISTING' i_callback_user_command = 'USER_COMMAND' is_layout = lfvgp_gs_layout it_fieldcat = lfvgp_gt_fieldcat[] it_excluding = lfvgp_g_extab TABLES t_outtab = it_lfvgp.

KYRE_DELETE_TKEV6 CALL FUNCTION 'KYRE_DELETE_TKEV6' EXPORTING i_applclass = i_tkev3_wa-applclass i_subclass = i_tkev3_wa-subclass i_tabname = i_tkev3_wa-tabname i_repid = i_tkev3_wa-repid i_variant = i_tkev3_wa-variant EXCEPTIONS entry_exists_not = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr translate_to_upper = 'X' TABLES dynpfields = l_t_dynpread EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'VARGROUP' tabname = 'TKEV4' IMPORTING select_value = c_vargroup TABLES fields = l_t_fields valuetab = l_t_value_tab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

RKD_SET_DEFAULT_KOKRS CALL FUNCTION 'RKD_SET_DEFAULT_KOKRS' CHANGING kokrs = rkb1x-kokrs.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = rkb1d-applclass i_rkb1x = rkb1x i_table = rkb1d-tabname IMPORTING e_rkb1x = rkb1x e_table = rkb1d-tabname.



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