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

RFFMBS_COPY SAP ABAP Report - Copy Budget and Posting Addresses







RFFMBS_COPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to copy budget and posting addresses between fiscal years, budget categories, posting ledgers and budget structures for an FM area...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 RFFMBS_COPY 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

FMBSCPY - Copy budget structure objects


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 RFFMBS_COPY. "Basic submit
SUBMIT RFFMBS_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBS_COPY 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_VARIA = D .
Selection Text: P_TPO = Posting Addresses
Selection Text: P_TEST = Test run
Selection Text: P_TBO = Budget Addresses
Selection Text: P_SPO = Posting Addresses
Selection Text: P_SDBO = Derived Budget Addresses
Selection Text: P_SBO = Budget Addresses
Selection Text: P_PLDN_T = D .
Selection Text: P_PLDN_S = D .
Selection Text: P_GJR_T = D .
Selection Text: P_GJR_S = D .
Selection Text: P_FIKRS = D .
Selection Text: P_DETAIL = D .
Selection Text: P_BUDC_T = D .
Selection Text: P_BUDC_S = D .
Selection Text: P_BS_T = D .
Selection Text: P_BS_S = D .
Title: Copy Budget and Posting Addresses
Text Symbol: 507 = Update Run
Text Symbol: 506 = Test Run
Text Symbol: 505 = Processing Status
Text Symbol: 504 = Posting Ledger
Text Symbol: 503 = Fiscal Year
Text Symbol: 502 = Budget Structure
Text Symbol: 501 = Budget Category
Text Symbol: 500 = FM Area
Text Symbol: 102 = Posting add.
Text Symbol: 101 = Budget add.
Text Symbol: 100 = Do you want to maintain budget addresses
Text Symbol: 014 = Posting Addresses
Text Symbol: 013 = Budget Addresses
Text Symbol: 012 = Number of copied Addresses
Text Symbol: 011 = Destination
Text Symbol: 010 = Source
Text Symbol: 005 = Processing Options


INCLUDES used within this REPORT RFFMBS_COPY

INCLUDE: IFMBSCON.
INCLUDE: IFMRBCON.
INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA.




INCLUDE: IFMBS_LDNR_SELECTION.
INCLUDE: IFMBAS_ACCESSIBILITY_MODE.
INCLUDE: FMBS_OUTPUT_PROTOCOL_TYPES.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION' TABLES p_exclude = gt_fcode_excl.

FMBS_ICON_CREATE_W_U_LIST CALL FUNCTION 'FMBS_ICON_CREATE_W_U_LIST' IMPORTING e_icon = w_used_s.

FMBS_ICON_CREATE_W_U_LIST CALL FUNCTION 'FMBS_ICON_CREATE_W_U_LIST' IMPORTING e_icon = w_used_t.

FMBS_SHOW_BS_WHERE_USED_LIST CALL FUNCTION 'FMBS_SHOW_BS_WHERE_USED_LIST' EXPORTING im_fm_area = p_fikrs im_fiscyear = p_gjr_s im_bs = p_bs_s EXCEPTIONS no_customizing = 1 no_version = 2.

FMBS_SHOW_BS_WHERE_USED_LIST CALL FUNCTION 'FMBS_SHOW_BS_WHERE_USED_LIST' EXPORTING im_fm_area = p_fikrs im_fiscyear = p_gjr_t im_bs = p_bs_t EXCEPTIONS OTHERS = 1.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_BUDC_S' i_t_ldnr_txt = g_t_ldnr_txt.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_PLDN_S' i_t_ldnr_txt = g_t_ldnr_txt.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_BUDC_T' i_t_ldnr_txt = g_t_ldnr_txt.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_PLDN_T' i_t_ldnr_txt = g_t_ldnr_txt.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = u_tabname langu = sy-langu lfieldname = u_fieldname IMPORTING dfies_wa = l_f_dfies EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = l_f_dfies-rollname langu = sy-langu IMPORTING dd04v_wa = c_f_dd04v EXCEPTIONS OTHERS = 1.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = u_log_handle IMPORTING e_statistics = l_f_statistics.



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