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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.