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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M12_BOWM_EP - FINPROF - External Payments
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.
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
INCLUDE RPCBWMBD.
INCLUDE RPCBWMB2.
INCLUDE RPCBWMB4. "LOG DISPLAY
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.