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

IFMKU_DRILLDOWN_FORM SAP ABAP INCLUDE - Forms for drilldown reports







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


Text pool values


Title: Forms for drilldown reports


INCLUDES used within this REPORT IFMKU_DRILLDOWN_FORM

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:

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = con_on i_applic = 'FM' IMPORTING e_t_budcatt = s_t_budcatt[].

FM_AUTH_CHECK_BU_DOCUMENT_TYPE CALL FUNCTION 'FM_AUTH_CHECK_BU_DOCUMENT_TYPE' EXPORTING i_fikrs = u_fm_area i_document_type = u_doctype i_actvt = con_act_fmbu_display IMPORTING e_flg_auth = s_flg_auth_doctype EXCEPTIONS no_authorization = 1 OTHERS = 2.

FM_AUTH_CHECK_BU_VERSION_CATEG CALL FUNCTION 'FM_AUTH_CHECK_BU_VERSION_CATEG' EXPORTING i_fikrs = u_fm_area i_version = u_version i_budget_category = u_budcat i_actvt = con_act_fmbu_display IMPORTING e_flg_auth = s_flg_auth_version EXCEPTIONS no_authorization = 1 OTHERS = 2.

FM_AUTH_CHECK_BU_ADDRESS CALL FUNCTION 'FM_AUTH_CHECK_BU_ADDRESS' EXPORTING i_fm_area = u_fm_area i_address = u_address i_fiscyear = u_fiscyear i_actv = con_act_fmbu_display IMPORTING e_flg_auth = s_flg_auth_address EXCEPTIONS no_authorization = 1 master_data_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = u_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_GRID' i_callback_html_top_of_page = 'HTML_TOP_OF_GRID' i_background_id = l_background_id i_grid_title = l_grid_title is_layout = l_f_layout it_fieldcat = u_t_fieldcat it_sort = l_t_sort i_save = 'A' is_variant = l_f_variant i_html_height_top = '15' TABLES t_outtab = g_t_document EXCEPTIONS program_error = 1 OTHERS = 2.

RSTI_SELECTION_TRANSFORMATION CALL FUNCTION 'RSTI_SELECTION_TRANSFORMATION' TABLES it_fieldr = l_t_rsti_fields it_selr = l_t_sel_crit EXCEPTIONS selection_tables_inconsistent = 1 no_selection_data = 2 OTHERS = 3.

RSTI_SELECTION_DELETE CALL FUNCTION 'RSTI_SELECTION_DELETE' EXCEPTIONS OTHERS = 0.

FM_BW_GET_LEDGER CALL FUNCTION 'FM_BW_GET_LEDGER' EXPORTING i_type = '2' i_bucat = l_sav_budcat IMPORTING e_ledger = c_f_budcat EXCEPTIONS unknown_bucat = 1 unknown_type = 2 OTHERS = 3.

LVC_VARIANT_SAVE_LOAD CALL FUNCTION 'LVC_VARIANT_SAVE_LOAD' EXPORTING i_save_load = 'F' i_tabname = '1' CHANGING cs_variant = l_f_variant ct_fieldcat = xfield[].

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FMCE' i_dtype = 'I' i_msgnr = '521' IMPORTING e_msgty = l_msgty.



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