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

RFFMKT11_ALR SAP ABAP Report - Program RFFMKT11_ALR







RFFMKT11_ALR 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 RFFMKT11_ALR 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 RFFMKT11_ALR. "Basic submit
SUBMIT RFFMKT11_ALR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKT11_ALR 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_TEST = Test run
Selection Text: P_SN = Collective expenditures
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_CV = Cover pools
Selection Text: P_BI = Revenues increasing budget
Title: Program RFFMKT11_ALR
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: 070 = No valid expenditure items in target
Text Symbol: 060 = No valid expenditure items in source
Text Symbol: 052 = Faulty data record / commitment item
Text Symbol: 051 = Faulty data record / funds center
Text Symbol: 050 = Faulty data record
Text Symbol: 040 = FMAA is not a bdgt object
Text Symbol: 030 = Fund does not exist
Text Symbol: 020 = Funds Center does not exist
Text Symbol: 010 = Commitment item does not exist
Text Symbol: 002 = Type of Cover Eligibility to be Copied
Text Symbol: 001 = Additional Selection Criteria for Cover Pools
Text Symbol: 114 = Copying of control data / update run
Text Symbol: 200 = Database errors occurred; Processing cancelled
Text Symbol: 201 = No data was 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 | Error Message
Text Symbol: 210 = Revenues increasing bdgt
Text Symbol: 213 = Coll. expend.





Text Symbol: 212 = Cover pools
Text Symbol: 211 = Unilateral cvr eligibility


INCLUDES used within this REPORT RFFMKT11_ALR

INCLUDE IFIFMCON_BOOL.
INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE RFFMKT11_FORMS_ALR .


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:

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_CV_EXISTS = L_FLAG_CV_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 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 * TABLES * T_PROTOCOL = G_T_PROTOCOL * EXCEPTIONS * DATA_NOT_FOUND = 1 * ERROR_OCCURED = 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 * TABLES * T_PROTOCOL = G_T_PROTOCOL * EXCEPTIONS * DATA_NOT_FOUND = 1 * ERROR_OCCURED = 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 * TABLES * T_PROTOCOL = G_T_PROTOCOL * EXCEPTIONS * DATA_NOT_FOUND = 1 * ERROR_OCCURED = 2.



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