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

IFMED_DRILLDOWN_F01 SAP ABAP INCLUDE - Include IFMED_DRILLDOWN_F01







IFMED_DRILLDOWN_F01 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 IFMED_DRILLDOWN_F01 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 IFMED_DRILLDOWN_F01. "Basic submit
SUBMIT IFMED_DRILLDOWN_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT IFMED_DRILLDOWN_F01 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 IFMED_DRILLDOWN_F01


INCLUDES used within this REPORT IFMED_DRILLDOWN_F01

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:

FMKU_CONV_RANGES_INTO_PACKET CALL FUNCTION 'FMKU_CONV_RANGES_INTO_PACKET' EXPORTING i_fm_area = u_fm_area i_t_rfundsctr = l_t_rfundsctr i_t_rcmmtitem = l_t_rcmmtitem IMPORTING e_t_rfundstr_packet = l_t_rfundstr_packet e_t_rcmmtitem_packet = l_t_rcmmtitem_packet.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING * kind = 'G' kind = 'T' * kind = 'F' * Alte Abgrenzungen erscheinen wieder expressions = pfs_dyns-texpr * FIELD_GROUPS_KEY = ds_groups_key * RESTRICTION = * ALV = * CURR_QUAN_PROG = SY-CPROG * CURR_QUAN_RELATION = IMPORTING selection_id = selection_id where_clauses = pfs_dyns-clauses expressions = pfs_dyns-texpr field_ranges = pfs_dyns-trange number_of_active_fields = pfs_num TABLES tables_tab = tables_tab fields_tab = fields * FIELD_DESC = * FIELD_TEXTS = * EVENTS = * EVENT_FIELDS = fields_not_selected = fields_not EXCEPTIONS fields_incomplete = 1 fields_no_join = 2 field_not_found = 3 no_tables = 4 table_not_found = 5 expression_not_supported = 6 incorrect_expression = 7 illegal_kind = 8 area_not_found = 9 inconsistent_area = 10 kind_f_no_fields_left = 11 kind_f_no_fields = 12 too_many_fields = 13 dup_field = 14 field_no_type = 15 field_ill_type = 16 dup_event_field = 17 node_not_in_ldb = 18 area_no_field = 19 OTHERS = 20 .

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = selection_id title = l_title frame_text = l_title * STATUS = * AS_WINDOW = ' ' * START_ROW = 2 * START_COL = 2 * NO_INTERVALS = ' ' * JUST_DISPLAY = ' ' * PFKEY = * ALV = ' ' tree_visible = ' ' * DIAG_TEXT_1 = * DIAG_TEXT_2 = * WARNING_TITLE = IMPORTING where_clauses = pfs_dyns-clauses expressions = pfs_dyns-texpr field_ranges = pfs_dyns-trange number_of_active_fields = pfs_num TABLES fields_tab = fields * FCODE_TAB = fields_not_selected = fields_not EXCEPTIONS internal_error = 1 * no_action = selid_not_found = 2 illegal_status = 3 OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'FMBW_S_DISP' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = 'gt_dim_states' "doesnt work CHANGING ct_fieldcat = l_t_fieldcat_description EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FMBCS_CHECK_ACTIVE_EXT_FIELD CALL FUNCTION 'FMBCS_CHECK_ACTIVE_EXT_FIELD' EXPORTING IM_FIELD_NAME = -fieldname IMPORTING EX_FLG_DESCRIPTION_FIELD = l_flg_ext_description EX_FLG_FIELD_IS_ACTIVE = l_FLG_ext_active.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'FMBCS_S_LINES_EXT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = 'gt_dim_states' "doesnt work CHANGING ct_fieldcat = l_t_fieldcat_local EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FMBCS_CHECK_ACTIVE_EXT_FIELD CALL FUNCTION 'FMBCS_CHECK_ACTIVE_EXT_FIELD' EXPORTING IM_FIELD_NAME = -fieldname IMPORTING EX_FLG_LOCALIZATION_FIELD = l_flg_ext_localization EX_FLG_FIELD_IS_ACTIVE = l_FLG_ext_active.



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