RPLASIF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program
If you would like to execute this report or see the full code listing simply enter RPLASIF0 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_LASI - Wage statemnt cont. interr. over 6m
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_ETTP = D .
Selection Text: R_TEST = D .
Title: Wage statement in event of continual interruption lasting over 6 mnths
Text Symbol: 001 = Do you want to recreate this dec.?
Text Symbol: 002 = Error creating TemSe file
Text Symbol: PER = Period evaluated: &1 to &2
Text Symbol: S01 = Global data
Text Symbol: S02 = Test file
Text Symbol: S03 = Signatory
Text Symbol: S04 = Sender SIRET
Text Symbol: S05 = Form of address
Text Symbol: S06 = Name
Text Symbol: S07 = First name
Text Symbol: S08 = Site
Text Symbol: S21 = Temporary work
Text Symbol: S22 = E-mail
Text Symbol: T01 = Statement
INCLUDE RPLASIFO. "OUTPUT FORMS
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.
RPLASIF0 - Wage statement in event of continual interruption lasting over 6 mnths RPLASIF0 - Wage statement in event of continual interruption lasting over 6 mnths RPLASAFT - documentation and ABAP source code RPLASAFS - documentation and ABAP source code RPLASAFF - documentation and ABAP source code RPLASAFE - documentation and ABAP source code