SAP Reports / Programs

RPCBWAB0 SAP ABAP Report - BELCOTAX - Yearly Income Declaration







RPCBWAB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to create the Annual Tax Declaration in the framework of 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 RPCBWAB0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M12_BOWA_GE - BELCOTAX - Generate TemSe file


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 RPCBWAB0. "Basic submit
SUBMIT RPCBWAB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBWAB0 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: R_25IN = Consider fiches 281.25 sent
Selection Text: R_ACB2A = Activate B2A
Selection Text: R_BSSEQ = Declaration Sequential Number
Selection Text: R_BTVOU = Voucher number
Selection Text: R_BUKRS = Company Code
Selection Text: R_CHKB2A = Check B2A and status handler
Selection Text: R_DATE = Generation date
Selection Text: R_FTN = File Transmission Number
Selection Text: R_SENDER = Sender (Company Code)
Selection Text: R_SENDID = Sender (Company ID)
Selection Text: R_TEST = Test
Selection Text: R_TXB2A = B2A Description
Selection Text: R_TYEAR = Income year
Selection Text: R_UPDAT = Type of declaration
Title: BELCOTAX - Yearly Income Declaration
Text Symbol: H29 = 281.93
Text Symbol: H28 = 281.00
Text Symbol: H27 = 281.90
Text Symbol: H26 = 281.84
Text Symbol: H25 = 281.83
Text Symbol: H24 = 281.82
Text Symbol: H23 = 281.81
Text Symbol: H22 = 281.80
Text Symbol: H21 = 281.71
Text Symbol: H20 = 281.60
Text Symbol: H19 = 281.50
Text Symbol: H18 = 281.40
Text Symbol: H17 = 281.30
Text Symbol: 001 = Global data
Text Symbol: 002 = Update
Text Symbol: 004 = General Messages
Text Symbol: 005 = Messages per Employee
Text Symbol: 006 = Persons selected
Text Symbol: 007 = Persons processed correctly
Text Symbol: 008 = Persons rejected
Text Symbol: 009 = Negative Amounts
Text Symbol: 010 = Negative Amounts Messages
Text Symbol: 011 = Negative Amounts





Text Symbol: 012 = Declare records from 'Selection' list
Text Symbol: H00 = Display of TEMSE File
Text Symbol: H01 = Sender, ( Record 0 )
Text Symbol: H02 = Declaration ( Record 1 )
Text Symbol: H03 = Fiche ( Record 2 )
Text Symbol: H04 = Rec8
Text Symbol: H05 = Rec9
Text Symbol: H06 = 281.10
Text Symbol: H07 = 281.11
Text Symbol: H08 = 281.12
Text Symbol: H09 = 281.13
Text Symbol: H10 = 281.14
Text Symbol: H11 = 281.15
Text Symbol: H12 = 281.16
Text Symbol: H13 = 281.17
Text Symbol: H14 = 281.18
Text Symbol: H15 = 281.20
Text Symbol: H16 = 281.25


INCLUDES used within this REPORT RPCBWAB0

No INCLUDES are used within this REPORT code!


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