SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCSVBB1 SAP ABAP INCLUDE - Calculation of SI contributions (Net Part of Belgium Pay)







RPCSVBB1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCSVBB1 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 RPCSVBB1. "Basic submit
SUBMIT RPCSVBB1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVBB1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Calculation of SI contributions (Net Part of Belgium Pay)
Text Symbol: P26 = End-of-year bonus
Text Symbol: P27 = Additional
Text Symbol: P28 = Totals
Text Symbol: P29 = S.I. Employer
Text Symbol: P30 = Added to gross:
Text Symbol: P31 = Wage type /320:
Text Symbol: P32 = Not added to gross:
Text Symbol: P33 = Suppl. advantages:
Text Symbol: P34 = Risk groups
Text Symbol: P35 = Rate:
Text Symbol: P36 = Contribution
Text Symbol: P37 = Contribution according to the O.C. 214
Text Symbol: P38 = Rate with Salary moderation
Text Symbol: P39 = Rate without Salary moderation
Text Symbol: P40 = Value
Text Symbol: P41 = Factory Shutdown Fund
Text Symbol: P42 = Mean number of EEs for the year
Text Symbol: P43 = Limited number
Text Symbol: P44 = Standard contribution
Text Symbol: P45 = Rate
Text Symbol: P46 = Complimentary contribution
Text Symbol: P47 = Rate Existance security fund
Text Symbol: P48 = Salary moderation
Text Symbol: P49 = Type of treatment - Standard.
Text Symbol: P50 = Type of treatment - Special
Text Symbol: P51 = - with salary moderation.
Text Symbol: P52 = - without salary moderation.
Text Symbol: P53 = Contribution base
Text Symbol: P54 = Contribution rate
Text Symbol: P55 = Amount
Text Symbol: TIT = List of Error messages
Text Symbol: 000 = Unknown statement:
Text Symbol: 001 = Select statement :
Text Symbol: I98 = Error message list
Text Symbol: I99 = Message
Text Symbol: M00 = No entry found
Text Symbol: M01 = No entry found in table





Text Symbol: M02 = Fields :
Text Symbol: P01 = Social Insurance - Calculation period from
Text Symbol: P02 = to
Text Symbol: P03 = Name:
Text Symbol: P04 = F.Name:
Text Symbol: P05 = Age:
Text Symbol: P06 = Plant:
Text Symbol: P07 = Hiring date:
Text Symbol: P08 = Firing date:
Text Symbol: P09 = Employee
Text Symbol: P10 = Salary
Text Symbol: P11 = Occupation:
Text Symbol: P12 = Working hours:
Text Symbol: P13 = Employer's category:
Text Symbol: P14 = Labour commision:
Text Symbol: P15 = SI rate: - Employee:
Text Symbol: P16 = - Employer:
Text Symbol: P17 = Label Base SI
Text Symbol: P18 = Soc.Ins. =
Text Symbol: P19 = Taxable
Text Symbol: P20 = Gross
Text Symbol: P21 = Double Holiday Pay
Text Symbol: P22 = Holiday Payment
Text Symbol: P23 = Exceptional
Text Symbol: P24 = Late payments
Text Symbol: P25 = Leave payment


INCLUDES used within this REPORT RPCSVBB1

INCLUDE RPC2RBB0.


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