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

RFFMFG_YBA_BDGT_CL1 SAP ABAP INCLUDE - Include RFFMFG_YBA_BDGT_CL1







RFFMFG_YBA_BDGT_CL1 is a standard ABAP INCLUDE 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 RFFMFG_YBA_BDGT_CL1 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 RFFMFG_YBA_BDGT_CL1. "Basic submit
SUBMIT RFFMFG_YBA_BDGT_CL1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_YBA_BDGT_CL1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFFMFG_YBA_BDGT_CL1


INCLUDES used within this REPORT RFFMFG_YBA_BDGT_CL1

No INCLUDES are used within this REPORT code!


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:

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = iv_bukrs IMPORTING e_t001 = ls_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = iv_bukrs IMPORTING e_fikrs = mv_fm_area EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = iv_structure_name CHANGING ct_fieldcat = ct_fieldcat.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_structure_name langu = sy-langu all_types = 'X' "QBJ001 TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3. "#EC DOM_EQUAL

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirm to continue'(m03) text_question = lv_text_string default_button = '2' display_cancel_button = space IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_EFMFG_YBA_AVC CALL FUNCTION 'ENQUEUE_EFMFG_YBA_AVC' EXPORTING mode_fmfg_yba_avc = 'E' mandt = sy-mandt fm_area = mv_fm_area type = cl_fmfg_yba_basic=>gc_type_consumable ryear = mv_ryear EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EFMFG_YBA_AVC CALL FUNCTION 'DEQUEUE_EFMFG_YBA_AVC' EXPORTING mode_fmfg_yba_avc = 'E' mandt = sy-mandt fm_area = mv_fm_area type = cl_fmfg_yba_basic=>gc_type_consumable ryear = mv_ryear.

LVC_TRANSFER_TO_SLIS CALL FUNCTION 'LVC_TRANSFER_TO_SLIS' EXPORTING it_fieldcat_lvc = mt_grid_alv1_fcat is_layout_lvc = ms_grid_alv1_layout IMPORTING et_fieldcat_alv = lt_fcat es_layout_alv = ls_layout.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = gc_grid_alv1_structure is_layout = ls_layout it_fieldcat = lt_fcat i_save = abap_true is_variant = ls_variant is_print = ls_print TABLES t_outtab = mt_alv1 EXCEPTIONS program_error = 1 OTHERS = 2.

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = ls_yba_avc-fm_area * I_FLG_TEXT = ' ' * I_LANGUAGE = SY-LANGU * IMPORTING * E_F_FM01 = * E_F_FM01T = EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = ls_yba_avc-budget_pd EXCEPTIONS master_data_not_found = 1 bpd_not_valid = 2 OTHERS = 3.

FM_FUND_BPD_READ CALL FUNCTION 'FM_FUND_BPD_READ' EXPORTING i_fikrs = ls_yba_avc-fm_area i_fincode = ls_yba_avc-fund " i_date = sy-datum i_budget_period = ls_yba_avc-budget_pd EXCEPTIONS master_data_not_found = 1 fund_not_valid = 2 error_occurred = 3 date_not_found = 4 bpd_data_not_found = 5 bpd_not_valid = 6 fund_bpd_not_valid = 7 OTHERS = 8.

FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = ls_yba_avc-fm_area i_fincode = ls_yba_avc-fund EXCEPTIONS master_data_not_found = 1 fund_not_valid = 2 error_occurred = 3 date_not_found = 4 OTHERS = 5.

FM_FUND_BPD_READ CALL FUNCTION 'FM_FUND_BPD_READ' EXPORTING i_fikrs = ls_yba_avc-fm_area i_fincode = ls_yba_avc-fund " i_date = sy-datum i_budget_period = ls_yba_avc-budget_pd EXCEPTIONS master_data_not_found = 1 fund_not_valid = 2 error_occurred = 3 date_not_found = 4 bpd_data_not_found = 5 bpd_not_valid = 6 fund_bpd_not_valid = 7 OTHERS = 8.

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = cv_value table_field = ls_table_field currency = ls_yba_avc-currency IMPORTING output_internal = lv_budget EXCEPTIONS OTHERS = 21.

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = ls_yba_avc-fm_area * I_FLG_TEXT = ' ' * I_LANGUAGE = SY-LANGU IMPORTING e_f_fm01 = ls_fm01 * E_F_FM01T = EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.



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