SAP Reports / Programs | Public Sector Management | Grants Management | Budgeting and Availability Control(PSM-GM-GTE-BU) SAP PSM

IGM_BUDGET_TRANSFER_TO_FM_ALV SAP ABAP INCLUDE - Include IGM_BUDGET_TRANSFER_TO_FM_ALV







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


INCLUDES used within this REPORT IGM_BUDGET_TRANSFER_TO_FM_ALV

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:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = l_f_repid * i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' is_layout = l_f_layout it_fieldcat = l_t_fieldcat[] it_sort = l_t_sort it_events = l_t_events i_tabname_header = l_tabname_header i_tabname_item = l_tabname_item is_keyinfo = l_f_keyinfo TABLES t_outtab_header = l_t_alv_header t_outtab_item = l_t_alv_item.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = l_f_message-msgid msgnr = l_f_message-msgno msgv1 = l_f_message-msgv1 msgv2 = l_f_message-msgv2 msgv3 = l_f_message-msgv3 msgv4 = l_f_message-msgv4 IMPORTING message_text_output = l_f_alv_item-message_text.

GM_ALV_LAYOUT CALL FUNCTION 'GM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.



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