SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

RFFMKT11 SAP ABAP Report - Copy Control Data







RFFMKT11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFFMKT11 copies the controlling data for revenues increasing the budget, collective expenditures and cover eligibility existing in an FM area and fiscal year into another FM area and/or another fiscal year...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 RFFMKT11 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

FMHK - Copy Control Data


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 RFFMKT11. "Basic submit
SUBMIT RFFMKT11 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKT11 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: S_FONDS = Fund
Selection Text: P_TEST = Test Run
Selection Text: P_SN = Collective Expenditures
Selection Text: P_RING = Cover Pools
Selection Text: P_GJAHRT = And Fiscal Year
Selection Text: P_GJAHRS = And Fiscal Year
Selection Text: P_FIKRST = To FM Area
Selection Text: P_FIKRSS = From FM Area
Selection Text: P_EINS = Unilateral Relations
Selection Text: P_BI = Revenues Increasing the Budget
Title: Copy Control Data
Text Symbol: 114 = Copying of control data / update run
Text Symbol: 113 = Copying of control data / test run
Text Symbol: 112 = Rules/relations for coll.expenditures
Text Symbol: 111 = Rules/relations for cover pool
Text Symbol: 110 = Rules/relations for revenues incr. the budget
Text Symbol: 105 = And Fiscal Year
Text Symbol: 104 = To FM Area
Text Symbol: 103 = And Fiscal Year
Text Symbol: 102 = From FM Area
Text Symbol: 100 = Selection of Control Data to be Copied
Text Symbol: 091 = "BLANK" is not permitted for account assignment element fund
Text Symbol: 090 = "BLANK" is not permitted for account assignment element functional area
Text Symbol: 200 = Database errors occurred; Processing cancelled
Text Symbol: 201 = No data found
Text Symbol: 202 = Copying successfully completed
Text Symbol: 203 = Control data already exists
Text Symbol: 204 = Inconsistencies occurred (see log)
Text Symbol: 205 = FMA | Year | Commitment Item | Funds Center | Fund | Functional Area | Cover Pool | Error Message
Text Symbol: 210 = Revenues increasing bdgt
Text Symbol: 211 = Unilateral cvr eligibility
Text Symbol: 212 = Cover Pools
Text Symbol: 213 = Coll. Expend.
Text Symbol: 990 = Problems when creating recipient: Check new rule
Text Symbol: 991 = Invalid sender for new rule: Rule was not copied
Text Symbol: 992 = New rule was overwritten perhaps
Text Symbol: 080 = Cover pool does not exist
Text Symbol: 001 = Additional Selection Criteria for Cover Pools and Unilateral Relations





Text Symbol: 002 = Unilateral Relations
Text Symbol: 003 = Rules Increasing the Budget
Text Symbol: 004 = Cover Pools
Text Symbol: 005 = Member of Cover Pool
Text Symbol: 006 = Copied successfully
Text Symbol: 007 = No data copied (see log)
Text Symbol: 008 = Date
Text Symbol: 009 = User
Text Symbol: 010 = Commitment item does not exist
Text Symbol: 011 = Copying successfully completed
Text Symbol: 012 = Copying incomplete (see log)
Text Symbol: 013 = Test Run
Text Symbol: 014 = Update Run
Text Symbol: 015 = Source FM Area
Text Symbol: 016 = Source Fiscal Year
Text Symbol: 017 = Target Fiscal Year
Text Symbol: 018 = Target FM Area
Text Symbol: 019 = General Status
Text Symbol: 020 = Funds Center does not exist
Text Symbol: 021 = No data to be copied
Text Symbol: 022 = Collective Expenditures
Text Symbol: 023 = Type of Cover Eligibility to be Copied
Text Symbol: 024 = Source Area
Text Symbol: 025 = Target Option
Text Symbol: 030 = Fund does not exist
Text Symbol: 040 = FMAA is not a bdgt object
Text Symbol: 050 = Faulty data record
Text Symbol: 051 = Faulty data record / funds center
Text Symbol: 052 = Faulty data record / commitment item
Text Symbol: 060 = No valid expenditure items in source
Text Symbol: 061 = Copying not possible; FM account assignment already assigned to cover pool
Text Symbol: 062 = Commitment item is NOT assigned to activity 30
Text Symbol: 063 = Commitment item type is incorrect (expenditures/revenues)
Text Symbol: 064 = Unilateral Cover Eligibility - Sender and receiver are the same
Text Symbol: 070 = No valid expenditure items in target


INCLUDES used within this REPORT RFFMKT11

INCLUDE IFIFMCON_BOOL.
INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE RFFMKT11_FORMS .






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_CHECK_CUSTOMIZING CALL FUNCTION 'FM_CHECK_CUSTOMIZING' EXCEPTIONS fm_not_active = 1.

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrss.

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrst.

FM_RULE_EXISTING_CHECK call function 'FM_RULE_EXISTING_CHECK' exporting ip_fikrs_new = p_fikrst ip_gjahr_new = p_gjahrt ip_fikrs_old = p_fikrss ip_gjahr_old = p_gjahrs ip_bi = p_bi ip_sn = p_sn ip_tgt_eq_src = l_flag_tgt_eq_src ip_eins = p_eins ip_ring = p_ring importing op_bi_exists = l_flag_bi_data_found op_sn_exists = l_flag_sn_data_found tables it_fonds = s_fonds exceptions error_occured = 1.

FMUDRULE_COPY_ALL call function 'FMUDRULE_COPY_ALL' exporting ip_fikrs_source = p_fikrss ip_fikrs_target = p_fikrst ip_gjahr_source = p_gjahrs ip_gjahr_target = p_gjahrt importing n_rib = n_rib tables it_protocol = g_t_protocol exceptions error_insert = 2.

FMEINDECK_COPY_ALL call function 'FMEINDECK_COPY_ALL' exporting ip_fikrs_source = p_fikrss ip_fikrs_target = p_fikrst ip_gjahr_source = p_gjahrs ip_gjahr_target = p_gjahrt importing n_es = n_es tables it_protocol = g_t_protocol it_fonds = s_fonds exceptions error_insert = 2.

FM_COVER_POOL_COPY_ALL call function 'FM_COVER_POOL_COPY_ALL' exporting ip_fikrs_source = p_fikrss ip_fikrs_target = p_fikrst ip_gjahr_source = p_gjahrs ip_gjahr_target = p_gjahrt importing n_dr = n_dr n_dr_mit = n_dr_mit n_merk = n_merk n_merk_gp = n_merk_gp tables it_protocol = g_t_protocol it_fonds = s_fonds exceptions error_insert = 2.

FMSNRULE_COPY_ALL call function 'FMSNRULE_COPY_ALL' exporting ip_fikrs_source = p_fikrss ip_fikrs_target = p_fikrst ip_gjahr_source = p_gjahrs ip_gjahr_target = p_gjahrt importing n_sn = n_sn tables t_protocol = g_t_protocol exceptions error_INSERT = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_header.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'PROTOCOL_COPY' is_layout = g_layout i_save = g_save is_variant = g_variant it_events = g_t_events is_print = g_print TABLES t_outtab = t_protocol.



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