SAP Reports / Programs

RPCVWBD0 SAP ABAP Report - Create BVV Notifications







RPCVWBD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RPCVWBD0 creates notifications for the BVV pension that are to be sent to the BVV via data medium each month...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 RPCVWBD0 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 RPCVWBD0. "Basic submit
SUBMIT RPCVWBD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCVWBD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Create BVV Notifications
Text Symbol: I01 = Notification Records
Text Symbol: I02 = Trailer Records
Text Symbol: I03 = Transfer Records
Text Symbol: T01 = Output
Text Symbol: T02 = Short Log
Text Symbol: T03 = Log
Text Symbol: T04 = Archive No. of File
Text Symbol: T06 = Other Entries
Text Symbol: T07 = Test Run
Text Symbol: T08 = Generate Output File
Text Symbol: T09 = Log (Old Format)
Text Symbol: T12 = Generate Output file for DTS
Text Symbol: Z01 = BVV Company &1 for &2


INCLUDES used within this REPORT RPCVWBD0

INCLUDE RPCVWBD0_DATA.
INCLUDE RPCVWBD0_SELECTION_SCREEN.
INCLUDE RPCVWBD0_FORMS.
INCLUDE RPCVWBD0_PROTO.
INCLUDE RPCVWBD0_OUTPUT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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