SAP Reports / Programs

S3VBREVPTS SAP ABAP Report - Archiving Revenue Recognition Tables: Analysis







S3VBREVPTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving of Revenue Recognition Tables: Analysis This program should be executed before the actual write program to be able to assess the quality of the revenue recognition table entries to be archived...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 S3VBREVPTS 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 S3VBREVPTS. "Basic submit
SUBMIT S3VBREVPTS AND RETURN. "Return to original report after report execution complete
SUBMIT S3VBREVPTS 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_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: SO_AUART = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_ERDAT = D .
Selection Text: SO_VBELN = D .
Title: Archiving Revenue Recognition Tables: Analysis
Text Symbol: 001 = Document Not Archivable as VBUK SD Document Still Exists
Text Symbol: 002 = Document Is Archivable
Text Symbol: 003 = Document Archived
Text Symbol: 004 = &1 of &2 Documents Processed (&3 Archivable)
Text Symbol: 005 = Document Not Archivable Due to BADI Add-On Archiving Check
Text Symbol: 006 = Doc. Not Archivable as VBREVK-RRSTA Does Not Equal 'C'
Text Symbol: 007 = Doc. Not Archivable as VBREVC Entry Still Exists
Text Symbol: S01 = Sales doc.
Text Symbol: S02 = Restrictions
Text Symbol: S03 = Options


INCLUDES used within this REPORT S3VBREVPTS

INCLUDE S3VBREVTB.
INCLUDE S3VBREVSEL.
INCLUDE S3VBREVDD.


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:

ARCHIVE_PROTOCOL_INIT_APPL call function 'ARCHIVE_PROTOCOL_INIT_APPL' exporting i_detailprotocol = p_prot.

ARCHIVE_PROTOCOL_WRITE_APPL call function 'ARCHIVE_PROTOCOL_WRITE_APPL'.

PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = if_processed i_total = if_total i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.

DB_COMMIT call function 'DB_COMMIT'.

ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' exporting i_object = ct_log-vbeln i_msgtype = lf_msgtype i_text = ct_log-ntext.



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