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

IFMBI958 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT IFMBI958

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:

FM_FUNDS_CTR_CREATE_NO_SCREEN CALL FUNCTION 'FM_FUNDS_CTR_CREATE_NO_SCREEN' EXPORTING i_fikrs = u_fikrs i_fistl = u_fictr i_hivarnt = u_hivarnt i_f_fmmd_fistl_all = u_f_fmmd_fistl_all i_flg_test = u_flg_test i_flg_no_enqueue = 'X' TABLES i_t_longtext = u_t_longtext EXCEPTIONS error_message = 1.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = g_msg_id msgnr = g_msg_no msgv1 = g_msg_v1 msgv2 = g_msg_v2 msgv3 = g_msg_v3 msgv4 = g_msg_v4 IMPORTING message_text_output = g_msg_text.

FM_HIVARNT_GET_ASSIGNED CALL FUNCTION 'FM_HIVARNT_GET_ASSIGNED' EXPORTING i_fikrs = u_fikrs i_flg_all_hivarnt = 'X' TABLES t_fm01h = l_t_fm01h.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fikrs IMPORTING f_fm01 = l_f_fm01 EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING i_gjahr = c_t_hivar_dates-gjahr i_periv = l_f_fm01-ca_periv IMPORTING e_first_day = c_t_hivar_dates-datab e_last_day = c_t_hivar_dates-datbis EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 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 IFMBI958 or its description.