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

IFMBI917 SAP ABAP INCLUDE - Include for RFFMBI91 : Exporting fund cntr data in FM area/hiear.var.







IFMBI917 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 IFMBI917 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 IFMBI917. "Basic submit
SUBMIT IFMBI917 AND RETURN. "Return to original report after report execution complete
SUBMIT IFMBI917 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 for RFFMBI91 : Exporting fund cntr data in FM area/hiear.var.


INCLUDES used within this REPORT IFMBI917

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:

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING client = sy-mandt database_only = 'X' object = 'FMMD' name = l_tdname TABLES selections = l_t_thead t_id = l_t_id t_language = s_spras EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = l_t_thead-tdid language = l_t_thead-tdspras name = l_tdname object = 'FMMD' TABLES lines = l_t_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING client = sy-mandt database_only = 'X' object = 'FMMD' name = l_tdname TABLES selections = l_t_thead t_id = l_t_id t_language = s_spras EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = l_t_thead-tdid language = l_t_thead-tdspras name = l_tdname object = 'FMMD' TABLES lines = l_t_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING client = sy-mandt database_only = 'X' object = 'FMMD' name = l_tdname TABLES selections = l_t_thead t_id = l_t_id t_language = s_spras EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = l_t_thead-tdid language = l_t_thead-tdspras name = l_tdname object = 'FMMD' TABLES lines = l_t_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

FM_HIVARNT_READ_HIERARCHY CALL FUNCTION 'FM_HIVARNT_READ_HIERARCHY' EXPORTING i_fikrs = p_fikrs i_hivarnt = p_hivar i_flg_sort = 'X' TABLES t_fmhisv = c_t_fmhisv.

MODX_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'MODX_FUNCTION_ACTIVE_CHECK' EXPORTING cprogname = 'SAPSFMMD' funcnumber = '011' IMPORTING active = c_active EXCEPTIONS not_found = 1 OTHERS = 2.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = '03' i_msgty = 'E'.

CHECK_TEXT_ID CALL FUNCTION 'CHECK_TEXT_ID' EXPORTING id = l_tdid object = 'FMMD' EXCEPTIONS id = 1 OTHERS = 2.

CHECK_TEXT_ID CALL FUNCTION 'CHECK_TEXT_ID' EXPORTING id = l_tdid object = 'FMMD' EXCEPTIONS id = 1 OTHERS = 2.



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