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
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
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
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.
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
INCLUDE RPLASMFT.
INCLUDE RPLXXPF0.
INCLUDE RPLASMFD.
INCLUDE RPLASMFS.
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.
RPLASMF3 - Pay Statement for IJSS Payments (Sickness, Maternity) RPLASMF3 - Pay Statement for IJSS Payments (Sickness, Maternity) RPLASMF2 - Pay Statement for IJSS Payments (Sickness, Maternity) RPLASMF2 - Pay Statement for IJSS Payments (Sickness, Maternity) RPLASMF1 - Pay Statement for IJSS Payments (Sickness, Maternity) RPLASMF1 - Pay Statement for IJSS Payments (Sickness, Maternity)