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

RFFMFYCVA_REV SAP ABAP Report - Closing Operations: Undo Value Adjustments for Document Chains







RFFMFYCVA_REV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to undo the amount adjustment for document chains (program see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMFYCVA_REV 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

FMYC_VA_REV - Undo Value Adjustment for Chains


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 RFFMFYCVA_REV. "Basic submit
SUBMIT RFFMFYCVA_REV AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFYCVA_REV 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: S_BUDPER = D .
Selection Text: P_BDDATE = D .
Selection Text: P_DIAS = D .
Selection Text: P_FIKRS = D .
Selection Text: P_FMDATE = D .
Selection Text: P_GJAHR = D .
Selection Text: P_PERIOD = D .
Selection Text: P_SELVAR = D .
Selection Text: P_TEST = D .
Selection Text: P_UNAME = D .
Selection Text: S_BELNR = D .
Selection Text: S_BUKRS = D .
Selection Text: S_DATE = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_TIME = D .
Title: Closing Operations: Undo Value Adjustments for Document Chains


INCLUDES used within this REPORT RFFMFYCVA_REV

FMREQUAT.
INCLUDE IFIFMFYC_FMDATES_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMCCF_JOINTF09.
INCLUDE IFIFMFYCVA_SET_FIKRS.
INCLUDE IFIFMFYCVA_FILL_SELCRIT.
INCLUDE IFIFMFYCVA_GET_FM_ACCOUNTS.
INCLUDE IFIFMFYCVA_MODIFY_SCREEN.
INCLUDE IFIFMFYCVA_PRESELECT_KEYS_R.
INCLUDE IFIFMFYCVA_SELECT_AND_SUBMIT_R.
INCLUDE IFIFMFYCVA_SELECT_OBJECTS.
INCLUDE IFIFMFYCVA_CHECK_PROCESSED.
INCLUDE IFIFMFYCVA_SUBMIT_ITEMS_R.
INCLUDE IFIFMFYCVA_USER_COMMAND.
INCLUDE IFIFMFYCVA_SET_PF_STATUS.
INCLUDE IFIFMFYCVA_TOP_OF_PAGE.
INCLUDE IFIFMFYCVA_HTML_TOP_OF_PAGE.




INCLUDE IFIFMFYCVA_SHOW_LIST.
INCLUDE IFIFMFYCVA_PREPARE_LIST_HEADER.
INCLUDE IFIFMFYCVA_SHOW_MESSAGES.
INCLUDE IFIFMFYCVA_GET_REV_ITEMS.
INCLUDE IFIFMFYCVA_AUTHORITY_CHECK.
INCLUDE IFIFMFYC_CLOSE_SCHEDMAN.


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_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode_excl IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_block_fmdt = bltxtfmd e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING e_text_docsel = bltxtwrt e_text_prctrl = bltxtprc e_text_morerv = bltxtmor.

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

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_GET_VALID_PERIOD_FROM_DATE CALL FUNCTION 'FM_GET_VALID_PERIOD_FROM_DATE' EXPORTING i_fm_area = p_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 = p_fikrs i_fm_update_date = p_fmdate i_fm_period = p_period.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_date = p_fmdate i_periv = g_f_control_data-periv IMPORTING e_year = g_f_control_data-gjahr.

FM_FYC_BUKRS_FOR_FIKRS_F4 CALL FUNCTION 'FM_FYC_BUKRS_FOR_FIKRS_F4' EXPORTING i_fikrs = p_fikrs CHANGING c_bukrs = s_bukrs-low.

FM_FYC_BUKRS_FOR_FIKRS_F4 CALL FUNCTION 'FM_FYC_BUKRS_FOR_FIKRS_F4' EXPORTING i_fikrs = p_fikrs CHANGING c_bukrs = s_bukrs-high.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_tcode = con_tcode i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_CONTROL_DATA_GET_VA CALL FUNCTION 'FM_FYC_CONTROL_DATA_GET_VA' EXPORTING i_fikrs = p_fikrs IMPORTING e_f_control_data = g_f_control_data.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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