RFVBSTR1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter RFVBSTR1 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_BKTXT = Document Text
Selection Text: P_PROT = Log
Selection Text: P_SIM = Test Run
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_GSART = Product Type
Selection Text: SO_KOREF = Account Assignment Reference
Selection Text: SO_RANL = Contract Number
Title: Loans: Balance Sheet Transfer
Text Symbol: 001 = Status
Text Symbol: 002 = Description
Text Symbol: 010 = Test Run for Bal.Sheet Transf.
Text Symbol: 020 = Balance Sheet Transfer
Text Symbol: 022 = Contract Transfer Posted
Text Symbol: 023 = Termination See Error Log
Text Symbol: 024 = Account Assignt Ref Unchanged
Text Symbol: BKT = Bal. Sheet Acct Transfer
Text Symbol: BL1 = General Selections
Text Symbol: BL2 = Posting Control
Text Symbol: LOE = Delete transfer flag if acct assignment reference has not changed
INCLUDE VDCONST0.
INCLUDE BSTR1TOP.
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR'"--> get_extract ?? exporting percentage = 0 id = 'SELECTION'.
TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting percentage = 0 id = 'WORK'.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = l_repid i_internal_tabname = 'GT_ALVLIST' changing ct_fieldcat = lt_fieldcat.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_grid_title = l_title it_fieldcat = lt_fieldcat is_print = ls_print tables t_outtab = gt_alvlist.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVBSTR1 - Loans: Balance Sheet Transfer RFVBSTR1 - Loans: Balance Sheet Transfer RFVBER00_PARK - FI Document: List of Terminated Postings During Park RFVBER00_PARK - FI Document: List of Terminated Postings During Park RFVBER00_NACC - FI Document: List of Update Terminations RFVBER00_NACC - FI Document: List of Update Terminations