S3VBRFOI is a standard ABAP INCLUDE 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 S3VBRFOI 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.
Title: Include S3VBRFOI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIC_KONV' TABLES TABLE = YOIC_KONV.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIC_OIANF' TABLES TABLE = YOIC_OIANF.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OICQ7' TABLES TABLE = YOICQ7.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OICQ8' TABLES TABLE = YOICQ8.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OICQ9' TABLES TABLE = YOICQ9.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIANF' TABLES TABLE = YOIANF.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIAF7' TABLES TABLE = YOIAF7.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIAF8' TABLES TABLE = YOIAF8.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE RECORD_FLAGS = ' ' RECORD_STRUCTURE = 'OIAF9' TABLES TABLE = YOIAF9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
S3VBRFOI - Include S3VBRFOI S3VBREVWRS - Archiving Revenue Recognition Tables: Write Program S3VBREVWRS - Archiving Revenue Recognition Tables: Write Program S3VBREVTB - documentation and ABAP source code S3VBREVSEL - documentation and ABAP source code S3VBREVRL - Archiving Revenue Recognition Tables: Reload Program