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

RPLDATF1 SAP ABAP Report - Preparatory Steps for Industrial Accident Declaration







RPLDATF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for France only..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 RPLDATF1 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_RPLDATF0 - Preliminary Stage


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 RPLDATF1. "Basic submit
SUBMIT RPLDATF1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDATF1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Preparatory Steps for Industrial Accident Declaration
Text Symbol: 030 = Ceased work
Text Symbol: 031 = Death
Text Symbol: 032 = By the victim
Text Symbol: 038 = Accident reported on
Text Symbol: 039 = Absence
Text Symbol: 040 = Place of accident
Text Symbol: 041 = Parts of body injured
Text Symbol: 042 = Type of injuries
Text Symbol: 043 = Place taken to
Text Symbol: 044 = Accident reported by
Text Symbol: 045 = Hospital report
Text Symbol: 046 = Consequences
Text Symbol: 047 = Witnesses
Text Symbol: 048 = Police report
Text Symbol: 049 = 3rd parties involved
Text Symbol: 050 = Third party insurance
Text Symbol: 051 = , by
Text Symbol: 054 = Other victims?
Text Symbol: 055 = APE number
Text Symbol: 056 = Work schedule
Text Symbol: 057 = Break
Text Symbol: 093 = French
Text Symbol: 094 = Others
Text Symbol: 095 = ECE
Text Symbol: 097 = Spouse
Text Symbol: E20 = DAY OFF!!
Text Symbol: E35 = Qualification not found in table
Text Symbol: 001 = EMPLOYER
Text Symbol: 002 = Trade name
Text Symbol: 003 = Address
Text Symbol: 004 = Telephone
Text Symbol: 005 = SIRET No.
Text Symbol: 006 = VICTIM
Text Symbol: 007 = Registration number
Text Symbol: 008 = Sex
Text Symbol: 009 = Date of Birth
Text Symbol: 010 = Name, First name





Text Symbol: 011 = Nationality
Text Symbol: 012 = Occupation
Text Symbol: 013 = Hiring date
Text Symbol: 014 = Seniority in job
Text Symbol: 015 = Years
Text Symbol: 016 = Mths
Text Symbol: 017 = ACCIDENT
Text Symbol: 018 = Date
Text Symbol: 019 = Time
Text Symbol: 020 = Circumstances
Text Symbol: 021 = By employer
Text Symbol: 022 = WITNESS
Text Symbol: 023 = 3rd P
Text Symbol: 025 = No
Text Symbol: 026 = Yes
Text Symbol: 027 = By the employees
Text Symbol: 028 = Without ceasing work
Text Symbol: 029 = ENTERPRISE


INCLUDES used within this REPORT RPLDATF1

INCLUDE RPLDA2F1. " DONNÉES DU PROGRAMME RPLDATF1


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:

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES ERROR = DISPLAY_ERR ERRORTEXTS = ERRTEXT_TAB EXCEPTIONS NO_ERRORS = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES ERROR = DISPLAY_ERR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES ERROR = DISPLAY_ERR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.



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