RFVISLB8 is a standard Executable ABAP Report 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 RFVISLB8 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOS8 - Single Document Reversal
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: VOIDR = Reason for invalidity
Selection Text: STGRD = Reason for reversal
Selection Text: PLEV_3 = Level: cluster documents
Selection Text: PLEV_2 = Level: cross-CoCd documents
Selection Text: PLEV_1 = Level: individual documents
Selection Text: PA_DISPL = Overview dependent documents
Selection Text: MONAT = Posting period
Selection Text: GJAHR = Fiscal year
Selection Text: CL_REST = Skip reversed documents
Selection Text: CL_ACTIV = Cluster procedure active
Selection Text: BUKRS = Company code
Selection Text: BUDAT = Posting date
Selection Text: BELNR = Document number
Title: RE Contract: Reverse Document
Text Symbol: TXA = Analysis of document
Text Symbol: TXB = Cross-company code document
Text Symbol: TXC = Cluster document
Text Symbol: TXH = Document
Text Symbol: TXI = Analysis result
Text Symbol: TXO = Object
Text Symbol: TXR = Posting run
Text Symbol: TXS = Single Document
Text Symbol: TXX = Document can be reversed
Text Symbol: TXY = Document was already reversed
Text Symbol: TXZ = Document contains cleared items
Text Symbol: XBB = Reverse posting details
Text Symbol: XBC = Control Data
Text Symbol: XBS = Check management specifications
INCLUDE RFVICNI0.
No SAP DATABASE tables are accessed within this REPORT code!
CALL_FOS8 CALL FUNCTION 'CALL_FOS8' EXPORTING i_bukrs = bukrs i_belnr = belnr i_gjahr = gjahr * I_BVORG = ' ' i_stgrd = stgrd I_VOIDR = voidr I_BUDAT = budat I_MONAT = monat * I_XSIMU = ' ' * I_UPDATE = 'A' * I_MODE = 'N' I_USING_CLUSTER = cl_activ I_USING_LEVEL = sel_level I_USING_REST = cl_rest.
CALL_FOS8_OVERVIEW CALL FUNCTION 'CALL_FOS8_OVERVIEW' EXPORTING i_bukrs = i_bukrs i_belnr = i_belnr i_gjahr = i_gjahr I_USING_LEVEL = '3' IMPORTING E_USED_LEVEL = stat-level E_VIDOCS_ENTRY = XVIDOCS tables t_bkpf = loc_tbkpf EXCEPTIONS NOT_POSSIBLE = 1 OTHERS = 2.
CALL_FOS8 CALL FUNCTION 'CALL_FOS8' EXPORTING i_bukrs = tdoc-bukrs i_belnr = tdoc-belnr i_gjahr = tdoc-gjahr
i_stgrd = stgrd I_VOIDR = voidr I_BUDAT = budat I_MONAT = monat I_XSIMU = 'X' * I_UPDATE = 'A' * I_MODE = 'N' * I_USING_CLUSTER = 'X' * I_USING_LEVEL = '1' * I_USING_REST = ' ' EXCEPTIONS NOT_POSSIBLE = 1 OTHERS = 2.
MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = msg_id msg_no = msg_no MSG_VAR1 = sy-msgv1 MSG_VAR2 = sy-msgv2 MSG_VAR3 = sy-msgv3 MSG_VAR4 = sy-msgv4 IMPORTING MSG_TEXT = tdoc-text EXCEPTIONS FUNCTION_NOT_COMPLETED = 1 MESSAGE_NOT_FOUND = 2 OTHERS = 3.
REAL_ESTATE_SXBLNR_CONVERT CALL FUNCTION 'REAL_ESTATE_SXBLNR_CONVERT' EXPORTING I_SOLLID = xvidocs-pid I_GJAHR = xvidocs-pjahr I_SVORG = xvidocs-pvorg IMPORTING E_SXBLNR = loc_sxblnr EXCEPTIONS NO_CONVERT = 1 OTHERS = 2.
REMD_GET_TEXT_FOR_OBJECT CALL FUNCTION 'REMD_GET_TEXT_FOR_OBJECT' EXPORTING i_objnr = xvidocs-objnr TEXT_WANTED = ' ' IMPORTING E_TEXT = loc_objtext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVISLB8 - RE Contract: Reverse Document RFVISLB8 - RE Contract: Reverse Document RFVISLB0 - Real Estate Internal Document Entry RFVISLB0 - Real Estate Internal Document Entry RFVISLA7 - OLD Reversal of Accruals/Deferrals (Real Estate Management) RFVISLA7 - OLD Reversal of Accruals/Deferrals (Real Estate Management)