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

IFIFMCCB_JOINT03 SAP ABAP INCLUDE - IFIFMCCBJOINT03







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

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:

RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING message_id = -arbgb message_number = l_msgno message_var1 = -msgv1 message_var2 = -msgv2 message_var3 = -msgv3 message_var4 = -msgv4 IMPORTING message_text = l_msg_text.

FM_CCF_TEXT_GET CALL FUNCTION 'FM_CCF_TEXT_GET' EXPORTING i_cfwrttp = l_f_outlist-cf_wrttp IMPORTING e_cfwrttp_text = l_f_outlist-cf_wrttpt.

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = u_fikrs i_posit = -posit IMPORTING e_fipex = l_f_outlist-sfipex EXCEPTIONS OTHERS = 1.

FM_CCF_TEXT_GET CALL FUNCTION 'FM_CCF_TEXT_GET' EXPORTING i_wrttp = l_f_outlist-fm_wrttp IMPORTING e_wrttp_text = l_f_outlist-wrttpt.

FM_FYC_TOOLTIP_CREATE CALL FUNCTION 'FM_FYC_TOOLTIP_CREATE' CHANGING c_icon_field = l_f_outlist-status.

FM_CCF_TEXT_GET CALL FUNCTION 'FM_CCF_TEXT_GET' EXPORTING i_cfwrttp = l_f_outlist-cf_wrttp IMPORTING e_cfwrttp_text = l_f_outlist-cf_wrttpt.

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = u_fikrs i_posit = -posit IMPORTING e_fipex = l_f_outlist-sfipex EXCEPTIONS OTHERS = 1.

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = u_fikrs i_posit = -posit_e IMPORTING e_fipex = l_f_outlist-rfipex EXCEPTIONS OTHERS = 1.

FM_CCF_TEXT_GET CALL FUNCTION 'FM_CCF_TEXT_GET' EXPORTING i_wrttp = l_f_outlist-fm_wrttp IMPORTING e_wrttp_text = l_f_outlist-wrttpt.

FM_FYC_TOOLTIP_CREATE CALL FUNCTION 'FM_FYC_TOOLTIP_CREATE' CHANGING c_icon_field = l_f_outlist-status.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = con_repid i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_background_id = l_background_id i_grid_title = l_title i_save = 'A' it_fieldcat = l_t_fieldcat i_html_height_top = l_html_height_top TABLES t_outtab = c_t_outlist EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFM_FYC_BUDGET_CF' CHANGING ct_fieldcat = c_t_fieldcat EXCEPTIONS OTHERS = 1.



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