SAP Reports / Programs

RFKK_UPDATE_MASTERDATA SAP ABAP Report - Initial Determination of Master Data Group Attributes







RFKK_UPDATE_MASTERDATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In Collections Management, this report makes the initial entries for the master data group, strategy, and the contact persons for the contract account or contract...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_UPDATE_MASTERDATA 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 RFKK_UPDATE_MASTERDATA. "Basic submit
SUBMIT RFKK_UPDATE_MASTERDATA AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_UPDATE_MASTERDATA 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: COUNT = Number of Business Partners
Selection Text: P_SIMU = Simulation
Title: Initial Determination of Master Data Group Attributes
Text Symbol: 001 = Log Output
Text Symbol: 002 = Change
Text Symbol: 003 = Display
Text Symbol: 004 = No Master Data Relevant for Migration Found
Text Symbol: 005 = Log Text
Text Symbol: 006 = Selection Criteria
Text Symbol: 007 = Does Not Participate in Collections Management


INCLUDES used within this REPORT RFKK_UPDATE_MASTERDATA

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.

FKK_SET_HANDLER_FOR_DEQUEUE * CALL FUNCTION 'FKK_SET_HANDLER_FOR_DEQUEUE' * EXPORTING * I_MDATA = 'X'.

FKK_ACCOUNT_SELECT_RANGES CALL FUNCTION 'FKK_ACCOUNT_SELECT_RANGES' TABLES T_GPART = rt_gpart T_FKKVK = gt_fkkvk T_FKKVKP = gt_fkkvkp.

FKK_OPBUK_GET_DATA CALL FUNCTION 'FKK_OPBUK_GET_DATA' EXPORTING I_OPBUK = l_fkkvkp-opbuk TABLES T_BUKRS = lt_bukrs EXCEPTIONS OPBUK_UNDEFINED = 1 OTHERS = 2.

FKK_SET_HANDLER_FOR_DEQUEUE CALL FUNCTION 'FKK_SET_HANDLER_FOR_DEQUEUE' EXPORTING I_MDATA = 'X'.

FKK_SET_HANDLER_FOR_DEQUEUE CALL FUNCTION 'FKK_SET_HANDLER_FOR_DEQUEUE' EXPORTING I_MDATA = 'X'.

FKK_ACCOUNT_AUTHORITY_CHECK CALL FUNCTION 'FKK_ACCOUNT_AUTHORITY_CHECK' EXPORTING I_BUKRS = l_fkkvkp-stdbk I_OPBUK = l_fkkvkp-opbuk I_VKTYP = l_fkkvk-vktyp I_BEGRU = l_fkkvkp-begru I_ACTVT = g_aktyp EXCEPTIONS FOREIGN_LOCK = 1 OTHERS = 2.

FKK_CMGRP_AUTH_CHECK CALL FUNCTION 'FKK_CMGRP_AUTH_CHECK' EXPORTING IV_ACTVT = g_aktyp IV_BEGRU = l_tfk041b-begru EXCEPTIONS NO_AUTH = 1 OTHERS = 2.

VKK_FICA_ENQUEUE CALL FUNCTION 'VKK_FICA_ENQUEUE' EXPORTING I_ACCOUNTNUMBER = l_fkkvk-vkont I_AKTYP = g_aktyp I_XSAVE = 'X' EXCEPTIONS FOREIGN_LOCK = 1 OTHERS = 2.

FKK_VKONT_SAVE_FOR_DEQUEUE CALL FUNCTION 'FKK_VKONT_SAVE_FOR_DEQUEUE' EXPORTING I_VKONT = l_fkkvk-vkont.

FKK_VTREF_SAVE_FOR_DEQUEUE CALL FUNCTION 'FKK_VTREF_SAVE_FOR_DEQUEUE' EXPORTING I_GPART = old_gpart TABLES IT_VTREF_DATA = lt_vtref.

FKK_VTREF_SAVE_FOR_DEQUEUE CALL FUNCTION 'FKK_VTREF_SAVE_FOR_DEQUEUE' EXPORTING I_GPART = old_gpart TABLES IT_VTREF_DATA = lt_vtref.

FKK_SAMPLE_1040 CALL FUNCTION 'FKK_SAMPLE_1040'.

FKK_PUT_CM_MASTERDATA CALL FUNCTION 'FKK_PUT_CM_MASTERDATA' EXPORTING I_GPART = old_gpart I_APPLK = g_applk TABLES IT_MDATA = lt_mdata IT_FKKVK = lt_fkkvk IT_FKKVKP = lt_fkkvkp EXCEPTIONS UPDATE_FAILURE = 1 OTHERS = 2.

FKK_PUT_CM_MASTERDATA CALL FUNCTION 'FKK_PUT_CM_MASTERDATA' EXPORTING I_GPART = old_gpart I_APPLK = g_applk TABLES IT_MDATA = lt_mdata IT_FKKVK = lt_fkkvk IT_FKKVKP = lt_fkkvkp EXCEPTIONS UPDATE_FAILURE = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE call function 'FKK_FUNC_MODULE_DETERMINE' exporting i_fbeve = p_event i_applk = g_applk tables t_fbstab = p_fbstab exceptions error_message = 1.

FKK_SAMPLE_1044 CALL FUNCTION 'FKK_SAMPLE_1044'.

FKK_SAMPLE_1045





CALL FUNCTION 'FKK_SAMPLE_1045'.

K_MESSAGE_TRANSFORM call function 'K_MESSAGE_TRANSFORM' exporting par_msgid = p_msgid par_msgno = p_msgno par_msgty = p_msgty par_msgv1 = p_msgv1 par_msgv2 = p_msgv2 par_msgv3 = p_msgv3 par_msgv4 = p_msgv4 importing par_msgtx = p_prot-errtype exceptions no_message_found = 0 par_msgid_missing = 0 par_msgno_missing = 0 par_msgty_missing = 0 others = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'FKK_CMGRP_PROT' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.



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