SAP Reports / Programs

RFFM_CREATE_FC_SET_DUPLICATES SAP ABAP Report - Correction report for Fund center group







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

FMRP_FC_SET_CORR - Correction report for set group


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 RFFM_CREATE_FC_SET_DUPLICATES. "Basic submit
SUBMIT RFFM_CREATE_FC_SET_DUPLICATES AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_CREATE_FC_SET_DUPLICATES 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_FCGRU = D .
Selection Text: P_FMAREA = D .
Selection Text: P_TEST = Test Run
Title: Correction report for Fund center group
Text Symbol: 901 = Set Selection
Text Symbol: P15 = FM Area
Text Symbol: P16 = Fund Center Group
Text Symbol: P18 = Mode
Text Symbol: P19 = Update run
Text Symbol: P20 = Test run
Text Symbol: P21 = Nr of duplicates removed
Text Symbol: P22 = Nr of duplicates to be removed
Text Symbol: P25 = Test Run - No DB Update
Text Symbol: P26 = Update Run - No DB Update
Text Symbol: P29 = Update Successful
Text Symbol: P30 = Result Duplicates List


INCLUDES used within this REPORT RFFM_CREATE_FC_SET_DUPLICATES

INCLUDE IRFFM_FC_SET_DUPLICATES_TOP.


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:

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode.

G_SET_CHECK_UNIQUENESS CALL FUNCTION 'G_SET_CHECK_UNIQUENESS' EXPORTING CLASS = '0312' SETNAME = l_shortname * TABLE = ' ' * CLIENT = SY-MANDT IMPORTING ISUNIQUE = l_unique DUPLICATE_NODES = l_duplicates_nodes TABLES SET_VALUES = L_T_SET_VALUES SET_HIERARCHY = L_T_SET_HIERARCHY EXCEPTIONS SET_NOT_FOUND = 1 OTHERS = 2.

G_GENERATE_SINGLE_SET CALL FUNCTION 'G_GENERATE_SINGLE_SET' EXPORTING SET_HEADER = l_f_set_header TABLES SET_LINES = L_T_SETID EXCEPTIONS NOT_UNIQUE = 1 OLD_SET_HAS_WRONG_DATA_ELEMENT = 2 OLD_SET_HAS_WRONG_TYPE = 3 SUBSET_DOES_NOT_EXIST = 4 SET_IS_RECURSIVE = 5 TEMPORARY_IN_PERMANENT_SET = 6 SETNAME_TOO_LONG = 7 SUBSET_HAS_WRONG_DATA_ELEMENT = 8 SUBSET_HAS_WRONG_CLASS = 9 TABLE_OR_FIELDNAME_MISSING = 10 SUBSET_HAS_WRONG_TYPE = 11 VARIABLE_DOES_NOT_EXIST = 12 OTHERS = 13.

G_SET_CHECK_UNIQUENESS CALL FUNCTION 'G_SET_CHECK_UNIQUENESS' EXPORTING CLASS = '0312' SETNAME = l_shortname * TABLE = ' ' * CLIENT = SY-MANDT IMPORTING ISUNIQUE = l_unique DUPLICATE_NODES = l_duplicates_nodes TABLES SET_VALUES = L_T_SET_VALUES SET_HIERARCHY = L_T_SET_HIERARCHY EXCEPTIONS SET_NOT_FOUND = 1 OTHERS = 2.

G_SET_CHECK_UNIQUENESS CALL FUNCTION 'G_SET_CHECK_UNIQUENESS' EXPORTING CLASS = '0312' SETNAME = l_shortname IMPORTING ISUNIQUE = l_unique DUPLICATE_NODES = l_duplicates_nodes TABLES SET_VALUES = L_T_SET_VALUES SET_HIERARCHY = L_T_SET_HIERARCHY EXCEPTIONS SET_NOT_FOUND = 1 OTHERS = 2.

G_GENERATE_SINGLE_SET CALL FUNCTION 'G_GENERATE_SINGLE_SET' EXPORTING SET_HEADER = l_f_set_header TABLES SET_LINES = L_T_SETID EXCEPTIONS NOT_UNIQUE = 1 OLD_SET_HAS_WRONG_DATA_ELEMENT = 2 OLD_SET_HAS_WRONG_TYPE = 3 SUBSET_DOES_NOT_EXIST = 4 SET_IS_RECURSIVE = 5 TEMPORARY_IN_PERMANENT_SET = 6 SETNAME_TOO_LONG = 7 SUBSET_HAS_WRONG_DATA_ELEMENT = 8 SUBSET_HAS_WRONG_CLASS = 9 TABLE_OR_FIELDNAME_MISSING = 10 SUBSET_HAS_WRONG_TYPE = 11 VARIABLE_DOES_NOT_EXIST = 12 OTHERS = 13.



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