SAP Reports / Programs

RPCBWEB0 SAP ABAP Report - FINPROF - External Payments Declaration







RPCBWEB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to declare external payments in a FINPROF Advance Tax Declaration (RPCBWMB0)...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 RPCBWEB0 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_BOWM_EP - FINPROF - External Payments


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 RPCBWEB0. "Basic submit
SUBMIT RPCBWEB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBWEB0 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_ACB2A = Activate B2A
Selection Text: R_BUKRS = Company Code
Selection Text: R_CHKB2A = Check B2A and status handler
Selection Text: R_DATE = Generation date
Selection Text: R_GENFI = Fiche 274 Code
Selection Text: R_TEST = Test
Selection Text: R_TXB2A = B2A Description
Selection Text: R_TYEAR = Tax year
Title: FINPROF - External Payments Declaration
Text Symbol: H00 = FINPROF
Text Symbol: H01 = Declaration
Text Symbol: H02 = Employees
Text Symbol: H03 = All employees
Text Symbol: H10 = Fiche 274.
Text Symbol: S01 = Suppress the error message in case of missing payroll results
Text Symbol: T01 = Tax declaration:
Text Symbol: T02 = Declaration period
Text Symbol: T03 = Amount for period
Text Symbol: T04 = Declaration of period
Text Symbol: T05 = in period
Text Symbol: T06 = Taxable income
Text Symbol: T07 = Tax office:
Text Symbol: T08 = Type of income:
Text Symbol: T09 = Company:
Text Symbol: T10 = Currency in
Text Symbol: T11 = Tax on income
Text Symbol: T12 = Personnel number:
Text Symbol: T13 = Company tax number:
Text Symbol: T14 = Spec. Cot. S.I.
Text Symbol: FR2 = Type of output listing
Text Symbol: 001 = Description
Text Symbol: 002 = Flat List
Text Symbol: 003 = Declaration Period
Text Symbol: 004 = Address
Text Symbol: 005 = Name
Text Symbol: 006 = Global data
Text Symbol: 012 = Declare records from 'Selection' list
Text Symbol: E01 = Error with hierarchy display





Text Symbol: E02 = Error message list
Text Symbol: E03 = Message
Text Symbol: E04 = No payroll results were found
Text Symbol: E05 = in period
Text Symbol: E06 = Error when reading company address for
Text Symbol: E07 = personnel area - subarea :
Text Symbol: E08 = Type of income 281.xx. from IT Tax Data (0101)
Text Symbol: E09 = is different in payroll result
Text Symbol: E10 = Please check entry.
Text Symbol: E11 = could not be found.
Text Symbol: E12 = Tax institution
Text Symbol: E13 = in the selected period
Text Symbol: E14 = Company add. code is missing (institution table)
Text Symbol: E15 = Tax inst. code missing (institution table)
Text Symbol: E16 = Conpany code address is missing (T5b9a) -
Text Symbol: E17 = Error when reading institution table (T5b9p)
Text Symbol: E18 = No company found (institution tables) for (BUKRS)
Text Symbol: E19 = Address not found for company (BUKRS, Language)
Text Symbol: E20 = No address for tax institution (INSTL, Language)
Text Symbol: FR1 = Report selections


INCLUDES used within this REPORT RPCBWEB0

INCLUDE RPCBWMBD.
INCLUDE RPCBWMB2.
INCLUDE RPCBWMB4. "LOG DISPLAY


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