SAP Reports / Programs

RFFM_OA_SET_FINAL_IND SAP ABAP Report - Set the Completed Indicator for Earmarked Funds from Contracts







RFFM_OA_SET_FINAL_IND is a standard Executable ABAP Report 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 RFFM_OA_SET_FINAL_IND into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMCP_EF_CLOSE - Close Earmarked Funds for Contracts


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


Text pool values


Selection Text: P_DATE = Until Date of Cmmt Plan
Selection Text: P_ENQDC = D .
Selection Text: P_FIKRS = D .
Selection Text: P_TEST = D .
Selection Text: S_BUKRS = D .
Selection Text: S_EBELN = D .
Selection Text: S_EBELP = D .
Selection Text: S_KBLNR = D .
Title: Set the Completed Indicator for Earmarked Funds from Contracts
Text Symbol: 001 = Restriction at Document Level
Text Symbol: 002 = Process Control


INCLUDES used within this REPORT RFFM_OA_SET_FINAL_IND

INCLUDE LFMAUEQU.


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_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = fmau_change i_msgty = 'E'.

FM_CONT_CP_DATA_CHECK CALL FUNCTION 'FM_CONT_CP_DATA_CHECK' EXPORTING i_f_ekcph = l_f_ekcph CHANGING t_cp_data = l_t_cp_data.

FM_CONT_CP_DATA_UPDATE CALL FUNCTION 'FM_CONT_CP_DATA_UPDATE' CHANGING c_t_oldnewref = c_t_oldnewref.

BUKRS_GET_FROM_FIKRS CALL FUNCTION 'BUKRS_GET_FROM_FIKRS' EXPORTING ip_fikrs = p_fikrs TABLES t_t001 = l_t_t001.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFM_CP_OUTPUT_LIST' CHANGING ct_fieldcat = l_t_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_callback_program = u_repid * i_callback_pf_status_set = 'SET_PF_STATUS' * i_callback_user_command = 'USER_COMMAND' * 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' * is_variant = u_f_disvariant * is_layout = l_f_layout it_fieldcat = l_t_fieldcat * i_html_height_top = l_html_height_top * IMPORTING * es_exit_caused_by_user = l_f_alv_exit TABLES t_outtab = g_t_outlist.

MECP_UPDATE_COMMITMENT_PLAN CALL FUNCTION 'MECP_UPDATE_COMMITMENT_PLAN' EXPORTING im_ekcph = l_t_ekcphu im_ekcpi = l_t_ekcpiu im_ekcpa = l_t_ekcpau.

FM_CONT_CP_DATA_ADOPT CALL FUNCTION 'FM_CONT_CP_DATA_ADOPT' EXPORTING i_flg_adopt = u_flg_adopt.



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