SAP Reports / Programs

RPCSRDB0 SAP ABAP Report - Social Risk Declaration







RPCSRDB0 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: Generate Social Risk Declarations for the Sector and Scenario selected, containing the following information: Personal data Payroll and time data Comments Depending on the declaration type, one of the following B2A processes is triggered: Original declaration (SI / Social Risk) This report is used in combination with report Generic Temse Viewer (DAQ based) (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 RPCSRDB0 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_SRD_GE - Generate Social Risk 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 RPCSRDB0. "Basic submit
SUBMIT RPCSRDB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSRDB0 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_TYPTXT = D .
Selection Text: R_TYPE = D .
Selection Text: R_TXB2A = D .
Selection Text: R_TEST = D .
Selection Text: R_SECTXT = D .
Selection Text: R_SECTOR = D .
Selection Text: R_SCETXT = D .
Selection Text: R_SCENAR = D .
Selection Text: R_RSZNR = D .
Selection Text: R_REFER = D .
Selection Text: R_MIDMFA = D .
Selection Text: R_GLBDT = Global generation date
Selection Text: R_DATE = D .
Selection Text: R_ACB2A = D .
Title: Social Risk Declaration
Text Symbol: S14 = Sel. date payroll
Text Symbol: S13 = In-period for payroll
Text Symbol: S12 = Display file content
Text Symbol: S11 = User File (from appl. server)
Text Symbol: S10 = User file
Text Symbol: S09 = User exits
Text Symbol: S08 = Generation date
Text Symbol: S07 = Employer SI number
Text Symbol: S06 =
Text Symbol: S05 = Original
Text Symbol: S04 = Declaration type
Text Symbol: S03 = Declaration data
Text Symbol: S02 = Scenario
Text Symbol: S01 = Sector
Text Symbol: P06 = Display Temse
Text Symbol: P05 = No
Text Symbol: P04 = Yes
Text Symbol: P03 = Do you want to display it?
Text Symbol: P02 = has been created.
Text Symbol: P01 = Temse:
Text Symbol: E02 = not assigned to any company
Text Symbol: E01 = SI registration number


INCLUDES used within this REPORT RPCSRDB0

INCLUDE RPCSRDBS. " SELECTION SCREEN





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