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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M12_SRD_GE - Generate Social Risk Temse File
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_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
INCLUDE RPCSRDBS. " SELECTION SCREEN
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.