SAP Reports / Programs

RBPEWU1M SAP ABAP Report - Funds Management adjustment after Euro conversion: Budget







RBPEWU1M is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Following the euro changeover, this program reconciles the budget values for Funds Management and recreates the distribution values...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 RBPEWU1M 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

FM9W - Adjust Funds Management Budget


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 RBPEWU1M. "Basic submit
SUBMIT RBPEWU1M AND RETURN. "Return to original report after report execution complete
SUBMIT RBPEWU1M 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: G_FLG_BU = Corrections in original budget
Selection Text: G_FMAREA = FM area
Selection Text: G_S_FUND = Fund
Selection Text: G_S_VERS = Version
Selection Text: G_S_YEAR = Fiscal year
Selection Text: P_VARIA = D Layout
Title: Funds Management adjustment after Euro conversion: Budget
Text Symbol: 001 = Processed funds
Text Symbol: 002 = Unprocessed funds - Error(s) occurred during correction run
Text Symbol: 003 = Funds with inconsistent budget
Text Symbol: 004 = Do you want to continue?


INCLUDES used within this REPORT RBPEWU1M

INCLUDE LKBPPEQU.
INCLUDE LKBPPSTN.
INCLUDE LFMAUEQU.


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:

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = gf_budadjust_info-kom_active EXCEPTIONS OTHERS = 1.

FM_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT'. "ALNK026709

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = gf_budadjust_info-fund_active.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = g_fmarea i_actvt = fmau_ac_ini i_msgty = 'E'.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = on ip_fikrs = g_fmarea IMPORTING f_fm01 = fm01.

KBPS_FIND_LEDGER CALL FUNCTION 'KBPS_FIND_LEDGER' EXPORTING currency = fm01-waers periv = fm01-ca_periv IMPORTING ledger = g_lednr TABLES bp_cur = l_t_dummy.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = g_fmarea ip_fincode = g_s_fund-low.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = l_funds im_version = g_s_vers-low im_wrttp = l_wfbudget.

KBPP_POST CALL FUNCTION 'KBPP_POST'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FM5B_GET_PROFILE CALL FUNCTION 'FM5B_GET_PROFILE' EXPORTING i_fikrs = g_fmarea i_fincode = p_fund IMPORTING e_profil = tbp1c-profil.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = l_funds profil = tbp1c-profil IMPORTING ex_bp1c = tbp1c.

FM4D_CHECK_CARRIER_ACTIV CALL FUNCTION 'FM4D_CHECK_CARRIER_ACTIV' EXPORTING i_fikrs = g_fmarea i_geber = p_fund IMPORTING e_total = l_total.

FM4D_CHECK_CARRIER_ACTIV CALL FUNCTION 'FM4D_CHECK_CARRIER_ACTIV' EXPORTING i_fikrs = g_fmarea i_geber = p_fund i_gjahr = g_t_year-year IMPORTING e_budget_active = g_t_year-carrier.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = g_fmarea IMPORTING e_flg_year_master_data = g_flg_year_master_data.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_read_complete = off "note0422185 i_post_carrier = off "note0422185 i_finuse_check = off i_only_30_pos = on i_balbud_carrier = l_balbud_carrier i_sim_bud_carrier = l_sim_carrier.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = g_fmarea i_geber = p_fund i_gjahr = p_year TABLES t_ex_carr = l_t_carr.

KBPP_REPAIR CALL FUNCTION 'KBPP_REPAIR' EXPORTING i_bpin = bpin IMPORTING e_bpex = bpex e_inconsistent = p_inconsistent.

FM4C_SET_INTERNAL_BUDGET





CALL FUNCTION 'FM4C_SET_INTERNAL_BUDGET' EXPORTING i_set_budget = on TABLES t_bpge = l_t_bpge t_bpja = l_t_bpja.

FM4C_SET_FAREA CALL FUNCTION 'FM4C_SET_FAREA' EXPORTING i_farea = p_farea.

FM16_SUBTYPE_READ_CUSTOMIZING CALL FUNCTION 'FM16_SUBTYPE_READ_CUSTOMIZING' EXPORTING fm_area = p_fmarea TABLES t_tbp4b = l_t_tbp4b.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "note 425542 EXPORTING "note 425542 text_question = 'Continue'(004) "note 425542 display_cancel_button = off "note 425542 IMPORTING "note 425542 answer = l_answer. "note 425542

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = g_repid I_STRUCTURE_NAME = gc_structure IT_FIELDCAT = gt_fieldcat IS_LAYOUT = ls_layout_grid I_SAVE = gc_save IS_VARIANT = gs_variant IT_EVENTS = gt_eventtab_grid TABLES T_OUTTAB = gt_output_alv EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid I_STRUCTURE_NAME = gc_structure CHANGING CT_FIELDCAT = xt_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab_grid EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = lv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = is_variant i_save = lv_save IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

GET_GLCC_WAERS CALL FUNCTION 'GET_GLCC_WAERS' TABLES it_ewucur = i_ewucur EXCEPTIONS ewucur_empty = 1 active_package_not_found = 2 OTHERS = 4.



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