SAP Reports / Programs | Public Sector Management | Funds Management | Availability Control(PSM-FM-BCS-AC) SAP PSM

RFFMAVC_CORR_FMAVC_CHDC SAP ABAP Report - Correction report for number range intervals of AVC change documents







RFFMAVC_CORR_FMAVC_CHDC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Correction report for number range intervals of object FMAVC_CHDC You use the AVC change log, which means that you write change documents in table FMAVCP...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 RFFMAVC_CORR_FMAVC_CHDC 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 RFFMAVC_CORR_FMAVC_CHDC. "Basic submit
SUBMIT RFFMAVC_CORR_FMAVC_CHDC AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_CORR_FMAVC_CHDC 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_FIKRS = D .
Title: Correction report for number range intervals of AVC change documents
Text Symbol: 001 = Allow for reducing the current numbers
Text Symbol: 002 = Use year-independant intervals
Text Symbol: 003 = Interval for ToYear 9999 was created
Text Symbol: 004 = Current number for at least one interval was corrected
Text Symbol: 005 = Number range intervals were already correct


INCLUDES used within this REPORT RFFMAVC_CORR_FMAVC_CHDC

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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = p_fikrs.

ENQUEUE_E_EFMAVCT CALL FUNCTION 'ENQUEUE_E_EFMAVCT' EXPORTING mode_efmavct = 'E' rclnt = sy-mandt rfikrs = p_fikrs x_rfikrs = 'X' _wait = 'X'.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING nr_range_nr1 = con_range_nr object = con_object subobject = p_fikrs TABLES interval = l_t_orig_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = con_object TABLES error_iv = l_t_error_iv interval = l_t_upd_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = con_object EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = con_object TABLES error_iv = l_t_error_iv interval = l_t_upd_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = con_object EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = con_object TABLES error_iv = l_t_error_iv interval = l_t_upd_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = con_object EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING nr_range_nr1 = con_range_nr object = con_object subobject = p_fikrs TABLES interval = l_t_orig_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = con_object TABLES error_iv = l_t_error_iv interval = l_t_upd_intervals EXCEPTIONS OTHERS = 0.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = con_object EXCEPTIONS OTHERS = 0.

DEQUEUE_E_EFMAVCT CALL FUNCTION 'DEQUEUE_E_EFMAVCT' EXPORTING mode_efmavct = 'E' rclnt = sy-mandt rfikrs = p_fikrs x_rfikrs = 'X'.



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