RFKK_CCUPD_MDGRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report you can execute an update run in the context of Collections Management that changes the collection strategy of the selected master data objects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFKK_CCUPD_MDGRP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPCCU - Run for Collection Strategy Update
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.
Selection Text: P_NAME = Predefined Selection
Selection Text: P_REAL = Update Run
Selection Text: P_RUNID = Description of Update Run
Selection Text: P_SEL_A = Explicit Replacement
Selection Text: P_SEL_B = Replacement per Test Series
Selection Text: P_SIMU = Simulation Run
Selection Text: P_STR_N = New Collection Strategy
Selection Text: P_STR_O = Old Collection Strategy
Selection Text: P_TESTS = D .
Selection Text: S_CMGRP = D .
Selection Text: S_GPART = D .
Title: Update Run for Collection Strategies
Text Symbol: 001 = Selection of Master Data
Text Symbol: 002 = Selection of Collection Strategies
Text Symbol: 003 = Options
Text Symbol: BT1 = Details
Text Symbol: BT2 = Definition of Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING E_APPLK = g_applk EXCEPTIONS NO_APPL_SELECTED = 1 OTHERS = 2.
FKK_DB_TFK041B CALL FUNCTION 'FKK_DB_TFK041B' TABLES ET_TFK041B = gt_tfk041b EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail text = text-bt1 info = text-bt2 IMPORTING result = but01 EXCEPTIONS OTHERS = 0.
FKK_TESTSERIES_READ CALL FUNCTION 'FKK_TESTSERIES_READ' EXPORTING I_TESTS = p_tests TABLES ET_DFKKCCTP = gt_dfkkcctp EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
FKK_CMGRP_AUTH_CHECK CALL FUNCTION 'FKK_CMGRP_AUTH_CHECK' EXPORTING IV_ACTVT = 'A8' IV_BEGRU = ' ' EXCEPTIONS NO_AUTH = 1 OTHERS = 2.
FKK_CMGRP_AUTH_CHECK CALL FUNCTION 'FKK_CMGRP_AUTH_CHECK' EXPORTING IV_ACTVT = g_aktyp IV_BEGRU = ls_tfk041b-begru EXCEPTIONS NO_AUTH = 1 OTHERS = 2.
FKK_CCUPD_OVLOG_CREATE CALL FUNCTION 'FKK_CCUPD_OVLOG_CREATE' EXPORTING I_AKTYP = g_aktyp IT_PROTTAB_DTL = gt_prot_dtl IMPORTING ET_PROTTAB = lt_prot ET_PROTTAB_DTL = lt_prot_dtl.
FKK_CCUPD_LOG_DISPLAY CALL FUNCTION 'FKK_CCUPD_LOG_DISPLAY' EXPORTING I_PROTTAB = lt_prot I_PROTTAB_DTL = lt_prot_dtl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_CCUPD_MDGRP - Update Run for Collection Strategies RFKK_CCUPD_MDGRP - Update Run for Collection Strategies RFKK_CCSTRAT_MDGRP_01 - RFKKCCSTRATMDGRP01 RFKK_CCSTRAT_MDGRP - Determination of Master Data Groups for Challenger Strategies RFKK_CCSTRAT_MDGRP - Determination of Master Data Groups for Challenger Strategies RFKK_CA_VREF_GP - Program for Object Category CA_VREF_GP: Contract Partner