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

RPLASMF3 SAP ABAP Report - Pay Statement for IJSS Payments (Sickness, Maternity)







RPLASMF3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Wage Statement for the Payment of Per Diem Indemnities for Illness, Maternity, Paternity The program Wage Statement for the Payment of Per Diem Indeminities for Illness, Maternity, Paternity(RPLASMF3) allows you to issue the statement in accordance with Cerfa form 11135*02...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 RPLASMF3 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_LASM - Pay notif. after sick
PC00_M06_RPLASMF10 - Pay Statement


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


Text pool values


Pay Statement (MMP)
Selection Text: R_SUEND = End of subrogation
Selection Text: R_PRESIG = First name
Selection Text: R_ORTSIG = Site
Selection Text: R_NOMSIG = Name
Selection Text: R_MAT = Maternity
Selection Text: R_MAL = Sickness
Selection Text: R_EURO = Payment request in Euros
Selection Text: R_ETTP = Temporary work
Selection Text: P_LFVAR = Form Variant
Selection Text: P_LFORM = Form Name
Title: Pay Statement for IJSS Payments (Sickness, Maternity)
Text Symbol: E17 = START_FORM error
Text Symbol: E18 = END_FORM error
Text Symbol: E19 = CLOSE_FORM error
Text Symbol: F10 = Select absences
Text Symbol: F20 = Workplace properties
Text Symbol: QUA = Capacity
Text Symbol: R01 = OriginalCurrency
Text Symbol: R02 = Other:
Text Symbol: S01 = Meth
Text Symbol: S02 = Processing type
Text Symbol: S03 = Curr.
Text Symbol: S11 = EDI mode
Text Symbol: S12 = Test
Text Symbol: S13 = Original
Text Symbol: S15 = Print Option
Text Symbol: T10 = Global data
Text Symbol: T30 = Signatory
Text Symbol: T40 = Others
Text Symbol: E16 = OPEN_FORM error
Text Symbol: 001 = Cannot determine qualification
Text Symbol: 010 = Position of signatory
Text Symbol: 020 = Company Manager
Text Symbol: 021 = Managr
Text Symbol: 022 = Director
Text Symbol: 023 = Head of Personnel
Text Symbol: 024 = Accountnt





Text Symbol: 025 = Receiver
Text Symbol: 026 = Liquidation Attorney
Text Symbol: 027 = Other:
Text Symbol: 028 = Authentic establishment
Text Symbol: 029 = Report recipient
Text Symbol: 030 = Sender SIRET
Text Symbol: 031 = Title
Text Symbol: 032 = Nme
Text Symbol: 033 = 1stNme
Text Symbol: 034 = Site
Text Symbol: 056 = Settings error in IT field: Function
Text Symbol: 057 = Settings error in IT field: Qualification
Text Symbol: 058 = Lay-off
Text Symbol: 059 = Resign.
Text Symbol: 061 = Activ
Text Symbol: 062 = Unpaid leave
Text Symbol: 063 = Paid leave
Text Symbol: 064 = Unempl.
Text Symbol: 065 = Conversion leave
Text Symbol: 067 = Draft
Text Symbol: 097 = Spouse
Text Symbol: 098 = Settings
Text Symbol: 099 = Declaration date


INCLUDES used within this REPORT RPLASMF3

INCLUDE RPLASMFT.
INCLUDE RPLXXPF0.
INCLUDE RPLASMFD.
INCLUDE RPLASMFS.


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