SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPLDATF2 SAP ABAP Report - Industrial Accident declaration







RPLDATF2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the Work accident declaration (RPLDATF2) program you can generate the statement in accordance with the Cerfa 60-3682 form...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 RPLDATF2 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_M06_LDAT - ATT stmnt


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 RPLDATF2. "Basic submit
SUBMIT RPLDATF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDATF2 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: S_ORGIS = AT: Orgs. and Contributions
Selection Text: R_SIRSIG = SIRET
Selection Text: R_PRESIG = First name
Selection Text: R_PAPER = Non-EDI
Selection Text: R_ORTSIG = Place
Selection Text: R_NOMSIG = Name
Selection Text: R_EMASIG = E-mail
Selection Text: R_EDI = EDI mode
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Title: Industrial Accident declaration
Text Symbol: T30 = Print Option
Text Symbol: T20 = Signatory
Text Symbol: T10 = Global data
Text Symbol: S13 = Original
Text Symbol: S12 = Test
Text Symbol: S11 = EDI mode
Text Symbol: S10 = Non-EDI (Cerfa)
Text Symbol: S03 = Curr.
Text Symbol: S02 = Function
Text Symbol: S01 = Mode
Text Symbol: QUA = Capacity
Text Symbol: 116 = Settings
Text Symbol: 036 = Declaration date
Text Symbol: 035 = Email
Text Symbol: 034 = Site
Text Symbol: 033 = 1stNme
Text Symbol: 032 = Nme
Text Symbol: 031 = Title
Text Symbol: 030 = Sender SIRET
Text Symbol: 029 = Report recipient
Text Symbol: 028 = Authentic establishment
Text Symbol: 027 = Other
Text Symbol: 026 = Liquidation Attorney
Text Symbol: 025 = Receiver
Text Symbol: 024 = Accountnt
Text Symbol: 023 = Head of Personnel
Text Symbol: 022 = Director





Text Symbol: 021 = Managr
Text Symbol: 020 = Company Manager
Text Symbol: 010 = Position of signatory


INCLUDES used within this REPORT RPLDATF2

INCLUDE RPLDATFT.
INCLUDE RPLXXPF0.
INCLUDE RPLDATFD.
INCLUDE RPGFOR99S_DATA.
INCLUDE RPLDATFS.


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