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

IFM_REVALUATION_PO_F01 SAP ABAP INCLUDE - IFMREVALUATIONPOF01







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

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = l_own_rfsys EXCEPTIONS OTHERS = 1.

FM_OPEN_ITEM_READ CALL FUNCTION 'FM_OPEN_ITEM_READ' EXPORTING i_refbn = c_f_selection-refbn i_refbt = fmfi_con_refbt_best i_rforg = l_dummy_rforg i_rftyp = fmfi_con_awtyp_purchaseorder i_rfsys = c_f_selection-rfsys TABLES t_fmioi = l_t_fmioi_db.

FM_OPEN_ITEM_GET CALL FUNCTION 'FM_OPEN_ITEM_GET' TABLES t_fmioi = l_t_fmioi_new t_fmioi_old = l_t_fmioi_old.

FM_UPDATE_DATE_VALUES CALL FUNCTION 'FM_UPDATE_DATE_VALUES' EXPORTING i_mass_process = con_on i_fm_update_date = p_fmdate i_fm_update_period = p_period i_fm_doc_date = p_bddate.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING date = p_keydat foreign_currency = s_f_exchange_rate-twaer local_currency = s_f_exchange_rate-waers type_of_rate = p_ratety IMPORTING exchange_rate = s_f_exchange_rate-exchange_rate.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'TOP_OF_PAGE_HTML' i_callback_user_command = 'USER_COMMAND' i_background_id = g_background_id it_fieldcat = g_t_fieldcat is_layout = l_f_layout i_default = ' ' i_save = 'X' TABLES t_outtab = g_t_output.

FM_DC_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_DC_GET_ACTIVE_DIMENSIONS' EXPORTING i_fm_area = u_fikrs IMPORTING e_grant_active = g_f_parameters-grant_active e_fund_active = g_f_parameters-fund_active e_bud_per_active = g_f_parameters-bud_per_active e_function_active = g_f_parameters-function_active e_measure_active = g_f_parameters-measure_active EXCEPTIONS OTHERS = 1. "#EC *

FMCA_GET_INIT_INFO CALL FUNCTION 'FMCA_GET_INIT_INFO' EXPORTING i_fikrs = u_fikrs CHANGING c_f_control_data = l_f_control_data.

EXIT_SAPLFMFA_004 CALL FUNCTION 'EXIT_SAPLFMFA_004' IMPORTING e_flg_display_panel = g_f_parameters-popup_active.

FM_LEDGER_CHECK_ACTIVE CALL FUNCTION 'FM_LEDGER_CHECK_ACTIVE' EXPORTING i_fm_area = u_fikrs IMPORTING e_flg_active = g_f_parameters-bl_active.

FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = c_change_mode IMPORTING e_fikrs = c_fikrs EXCEPTIONS no_fikrs_selected = 1.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'FIKRS' IMPORTING e_text = l_f_list_top-data_key.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'FM_WAERS' IMPORTING e_text = l_f_list_top-data_key.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'GJAHR' IMPORTING e_text = l_f_list_top-data_key.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'SYDATUM' i_length = 'S' IMPORTING e_text = l_f_list_top-data_key.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'SYUZEIT' IMPORTING e_text = l_f_list_top-data_key.

FM_DATEL_TEXT_GET CALL FUNCTION 'FM_DATEL_TEXT_GET' EXPORTING i_datel_name = 'TESTLAUF' IMPORTING e_text = l_f_list_top-data_info.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fikrs i_actvt = fmau_change i_msgty = 'E'.

REUSE_ALV_FIELDCATALOG_MERGE





CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFM_REVAL_PO' CHANGING ct_fieldcat = g_t_fieldcat.

FMRP_UT_GET_SELECTIONS * CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' * EXPORTING * i_report_name = con_repid * i_dialog = 'X'.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_belnr = l_f_output-refbn i_wrttp = wrttp2 i_rforg = space i_awtyp = fmfi_con_awtyp_purchaseorder i_awref = l_f_output-refbn i_aworg = space i_awsys = space.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = l_msgid msg_no = l_msgno msg_var1 = l_msgv1 msg_var2 = l_msgv2 msg_var3 = l_msgv3 msg_var4 = l_msgv4 IMPORTING msg_text = c_msgtext.

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

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = l_t_fcode_excl.

FM_GET_VALID_PERIOD_FROM_DATE CALL FUNCTION 'FM_GET_VALID_PERIOD_FROM_DATE' EXPORTING i_fm_area = u_fikrs i_date = p_fmdate i_old_period = p_period IMPORTING e_new_period = p_period.

FM_CHECK_SPECIAL_PERIOD CALL FUNCTION 'FM_CHECK_SPECIAL_PERIOD' EXPORTING i_fm_area = u_fikrs i_fm_update_date = p_fmdate i_fm_period = p_period.



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