SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKK_CCUPD_MDGRP SAP ABAP Report - Update Run for Collection Strategies







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPCCU - Run for Collection Strategy Update


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 RFKK_CCUPD_MDGRP. "Basic submit
SUBMIT RFKK_CCUPD_MDGRP AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_CCUPD_MDGRP 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: 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


INCLUDES used within this REPORT RFKK_CCUPD_MDGRP

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:

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.



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