RFFMPLAN_ACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Auxiliary program for creating or changing a financial budget using actual values from the previous year You specify the FM area and the plan version to be processed, along with the 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 RFFMPLAN_ACT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_ADD = Add values
Selection Text: P_COPY = Copy
Selection Text: P_FIKRS = D Financial management area
Selection Text: P_SCALE = Scaling (in %)
Selection Text: P_TEST = D Test run
Selection Text: P_TO = D Version
Selection Text: P_TOGJR = D Fiscal year
Selection Text: S_BUKRS = D Company code
Selection Text: S_FIPOS = D Commitment item
Selection Text: S_TWAER = D Transaction currency
Title: Derive Financial Budget from Previous Year Actual Data
Text Symbol: 001 = Version
Text Symbol: 002 = Copied to
Text Symbol: 003 = Added to
Text Symbol: 004 = Scaling factor
Text Symbol: 005 = Actual values
Text Symbol: 010 = FM Area
Text Symbol: 020 = Update run
Text Symbol: 021 = Test run
Text Symbol: 030 = Number of lines translated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_APPLICATION_DATA = 'C' IP_FIKRS = P_FIKRS IMPORTING F_FM01 = L_F_FM01.
KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING IM_APPLIK = 'A' IM_OBJECT = L_F_FM01-OBJNR IM_VERSION = P_TO IM_WRTTP = '62'.
FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = P_FIKRS I_ACTVT = FMAU_PL_CRE"Planen I_MSGTY = 'E'.
FM_AUTH_CHECK_VERSION CALL FUNCTION 'FM_AUTH_CHECK_VERSION' EXPORTING I_FIKRS = P_FIKRS I_VERSN = P_TO I_ACTVT = FMAU_VE_DEL"Version loeschen I_MSGTY = 'E'.
KBPS_FIND_LEDGER CALL FUNCTION 'KBPS_FIND_LEDGER' EXPORTING CURRENCY = L_F_FM01-WAERS PERIV = L_F_FM01-PERIV IMPORTING LEDGER = L_LEDNR TABLES BP_CUR = L_T_BPCU.
FMCB_GET_INIT_INFO CALL FUNCTION 'FMCB_GET_INIT_INFO' EXPORTING I_BUKRS = U_T_FMSU-BUKRS CHANGING C_F_FMGLOB = L_F_FMGLOB.
FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = U_FIKRS IP_FIPOS = L_F_FMGLOB-FIPOA IP_FLG_BUFFER_ALL = ' ' IMPORTING F_FMFPO = L_F_FMFPO.
FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = U_FIKRS IP_FIPOS = L_F_FMGLOB-FIPOE IP_FLG_BUFFER_ALL = ' ' IMPORTING F_FMFPO = L_F_FMFPO.
FMFPO_READ_QUICK_POSIT CALL FUNCTION 'FMFPO_READ_QUICK_POSIT' EXPORTING I_FIKRS = U_FIKRS I_POSIT = U_T_FMSU-POSIT I_FLG_BUFFER_ALL = 'X' IMPORTING E_F_FMFPO = L_F_FMFPO.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMPLAN_ACT - Derive Financial Budget from Previous Year Actual Data RFFMPLAN_ACT - Derive Financial Budget from Previous Year Actual Data RFFMPLAN - documentation and ABAP source code RFFMPENT_TOP - Penalty Reason Codes Report : Data Declaration RFFMPENT_SELSCREEN - Penalty Reason Codes Report: Selection Screen RFFMPENT_FILL_TABLE - Penalty Reason Codes Report : FILL_TABLE