SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFVWXFI1 SAP ABAP Report - TR-TM-SE: Conversion report SEC posting document in posted flows







RFVWXFI1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFVWXFI1 generates new securities posting documents for all postings made prior to Release 4...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 RFVWXFI1 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 RFVWXFI1. "Basic submit
SUBMIT RFVWXFI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVWXFI1 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: NOSTORNO = Flows not reversed
Selection Text: STORNO = Flows reversed
Selection Text: S_BUKRS = Company code
Selection Text: S_RANL = ID number
Title: TR-TM-SE: Conversion report SEC posting document in posted flows
Text Symbol: 001 = Error when reading VWBEKI
Text Symbol: 002 = Error during number assignment FVVW PODOC
Text Symbol: 003 = Error when inserting in VWPOSTDOC
Text Symbol: 004 = Error when updating VWBEKI
Text Symbol: 005 = Error when inserting in VWPOSTDOC (reversal)
Text Symbol: 006 = Error when updating VWBEKI (reversal)
Text Symbol: 007 = Error: number range object FVVW PODOC is blocked!
Text Symbol: 008 = Error when changing number range object FVVW PODOC.
Text Symbol: 010 = Number ranges FVVW PODOC created for company code
Text Symbol: 011 = Number of inserted entries in VWPOSTDOC:
Text Symbol: 012 = Number of changed entries in in VWBEKI:


INCLUDES used within this REPORT RFVWXFI1

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:

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = beki_wa-dbudat i_bukrs = beki_wa-bukrs IMPORTING e_gjahr = beki_wa-dgjahr e_monat = beki_wa-dmonat EXCEPTIONS fiscal_year = 1 period = 2 period_version = 3 posting_period = 4 special_period = 5 version = 6 posting_date = 7 OTHERS = 8.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'FVVW_PODOC' quantity = quantity subobject = i_bukrs toyear = i_gjahr IMPORTING number = highest_number quantity = quantity EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'FVVW_PODOC' quantity = quantity subobject = i_bukrs toyear = i_gjahr IMPORTING number = highest_number quantity = quantity returncode = retc EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING * NR_RANGE_NR1 = ' ' * NR_RANGE_NR2 = ' ' object = 'FVVW_PODOC' subobject = i_bukrs TABLES interval = it_ranges EXCEPTIONS nr_range_nr1_not_found = 1 nr_range_nr1_not_intern = 2 nr_range_nr2_must_be_space = 3 nr_range_nr2_not_extern = 4 nr_range_nr2_not_found = 5 object_not_found = 6 subobject_must_be_space = 7 subobject_not_found = 8 OTHERS = 9.

NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING object = 'FVVW_PODOC' EXCEPTIONS foreign_lock = 1 object_not_found = 2 system_failure = 3 OTHERS = 4.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = 'FVVW_PODOC' TABLES error_iv = it_error_ranges interval = it_ranges EXCEPTIONS object_not_found = 1 OTHERS = 2.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = 'FVVW_PODOC' EXCEPTIONS no_changes_made = 1 object_not_initialized = 2 OTHERS = 3.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING object = 'FVVW_PODOC' EXCEPTIONS object_not_found = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = hlp_repid TABLES selection_table = t_selopt EXCEPTIONS not_found = 1 no_report = 2.

RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = hlp_repid seltext = 'X' * DYN_RANGE = newpage = ' ' TABLES sel_tab = t_selopt.



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