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

RFFMBWBM SAP ABAP Report - BW: Text Upload







RFFMBWBM 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 report to upload long texts for 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 RFFMBWBM 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_RFFMBWBM - BW: Text-Upload


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 RFFMBWBM. "Basic submit
SUBMIT RFFMBWBM AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBWBM 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_VERS = D .
Selection Text: S_TXTCAT = D .
Selection Text: S_MEAS = D .
Selection Text: S_GRANT = D .
Selection Text: S_FONDS = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FICTR = D .
Selection Text: S_FAREA = D .
Selection Text: S_CYEAR = D .
Selection Text: S_BUTYP = D .
Selection Text: S_BUDPER = D .
Selection Text: S_BUCAT = D .
Selection Text: P_RYEAR = D .
Selection Text: P_LANGU = D .
Selection Text: P_FIKRS = D .
Selection Text: P_DEST = D .
Selection Text: P_CUBE = D .
Title: BW: Text Upload
Text Symbol: 060 = Destination
Text Symbol: 050 = Upload of Budget Memos
Text Symbol: 040 = Unspecified Budget Memo
Text Symbol: 020 = FM Account Assignment Elements
Text Symbol: 010 = Global select options


INCLUDES used within this REPORT RFFMBWBM

INCLUDE: RKASMAWF.
INCLUDE IFMBS_LDNR_SELECTION_FOR_MP.


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_flg_fikrs_only = on IMPORTING * e_text_block_fma = bltxtfma * e_text_block_mass = bltxtmss * e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FMCU_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FMCU_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = g_flg_fund_active e_fundsctr_active = g_flg_fundsctr_active e_cmmtitem_active = g_flg_cmmtitem_active e_funcarea_active = g_flg_funcarea_active e_measure_active = g_flg_measure_active e_grant_nbr_active = g_flg_grant_nbr_active e_budget_pd_active = g_flg_budget_pd_active EXCEPTIONS OTHERS = 1.

BUCU_GET_VERSION CALL FUNCTION 'BUCU_GET_VERSION' IMPORTING e_t_buversion = l_t_buversion EXCEPTIONS no_version = 1 OTHERS = 2.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid * i_tcode = con_tcode i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.

FM_BW_GET_BUCAT CALL FUNCTION 'FM_BW_GET_BUCAT' EXPORTING i_type = '2' " Budget ledger i_ledger = u_f_text-budcat IMPORTING e_bucat = l_f_budcat EXCEPTIONS unknown_ledger = 1 unknown_type = 2 OTHERS = 3.

FMTXT_MASS_GEN_BUDGET_TEXTS CALL FUNCTION 'FMTXT_MASS_GEN_BUDGET_TEXTS' EXPORTING i_s_generator_params = g_f_mass_gen_params i_tr_txtcat = l_tr_txtcat i_tr_txttempl = l_tr_txttempl IMPORTING e_t_generated_texts = c_t_generated_texts e_no_texts_generated = c_flg_no_texts_generated.

BUCU_GET_VERSION CALL FUNCTION 'BUCU_GET_VERSION' IMPORTING e_t_buversion = l_t_buversion EXCEPTIONS no_version = 1 OTHERS = 2.

RSOD_DOC_TRAN_CHANGE CALL FUNCTION 'RSOD_DOC_TRAN_CHANGE' DESTINATION p_dest EXPORTING i_infoprov = p_cube i_description = l_f_text_description i_langu = -langu i_overwrite_mode = '2' " Replace physical document i_with_content = 'X' IMPORTING e_name = g_f_doc_name e_s_return = g_f_ret_parameter TABLES i_t_file_content_ascii = l_t_document CHANGING i_t_chavl = g_t_chavl EXCEPTIONS communication_failure = 1 MESSAGE l_msg_text system_failure = 2 MESSAGE l_msg_text OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING * I_LOG_HANDLE = i_msgty = msgty_e i_probclass = probclass_very_high i_text = l_msg_text * IMPORTING * E_S_MSG_HANDLE = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_f_msg * I_LOG_HANDLE = EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_DISPLAY_PROFILE = * I_AMODAL = ' ' EXCEPTIONS OTHERS = 1.

FMBAS_GET_OBJNR_FOR_ADDRESS CALL FUNCTION 'FMBAS_GET_OBJNR_FOR_ADDRESS' EXPORTING i_s_address = l_f_address IMPORTING e_objnr = c_f_objnr EXCEPTIONS no_objnr_found = 1 OTHERS = 2.

FMKU_SET_FM_AREA CALL FUNCTION 'FMKU_SET_FM_AREA' EXPORTING i_flg_process_popup = u_flg_popup CHANGING c_fikrs = c_fm_area EXCEPTIONS OTHERS = 1.



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