RPLASMF2 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 RPLASMF2 into the relevant SAP transactions such as SE38 or SE80
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.
Statement of pay (sickness, maternity)
Selection Text: QUALITE = Quality
Selection Text: NOM_SIG = Name of signatory
Selection Text: MAT = Maternity
Selection Text: MAL = Sickness
Selection Text: LIEU_SIG = Prepared on
Selection Text: DEVISE = Currency
Selection Text: CAS_GEN = Standard case
Title: Pay Statement for IJSS Payments (Sickness, Maternity)
Text Symbol: 038 = Reference period
Text Symbol: 039 = Amount
Text Symbol: 040 = No payroll result found
Text Symbol: 041 = AMOUNTS RESULTING IN REGULATION OF CONTRIBUTION
Text Symbol: 042 = HR
Text Symbol: 043 = Remun.
Text Symbol: 044 = National Service
Text Symbol: 046 = ABS.
Text Symbol: 047 = STA.
Text Symbol: 048 = COMP
Text Symbol: 049 = GROSS PAY RECOVERED
Text Symbol: 050 = Code
Text Symbol: 051 = Industrial or commuter accident
Text Symbol: 052 = Sicknss
Text Symbol: 053 = Maternity
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: 097 = Spouse
Text Symbol: 098 = >800 hours
Text Symbol: E40 = No entry in table RGDIR
Text Symbol: E80 = Enter a start date
Text Symbol: ER6 = Enter a start date and an end date
Text Symbol: W01 = Recovered pay is shown as net for the period from
Text Symbol: 001 = EMPLOYER
Text Symbol: 002 = Corporate Name
Text Symbol: 003 = Address
Text Symbol: 004 = Telephone
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '06' begda = sy-datum "#EC DOM_EQUAL endda = sy-datum "#EC DOM_EQUAL importing waers = prog_waers return = return.
HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.
CU_READ_RGDIR call function 'CU_READ_RGDIR' "TMP should go out (no need) exporting persnr = pernr-pernr tables in_rgdir = rgdir exceptions no_record_found = 1 others = 2.
RP_INTITLED_TO_IJSS call function 'RP_INTITLED_TO_IJSS' exporting pnppabrj = pnppabrj pnppabrp = pnppabrp pnpxabkr = pnpxabkr abrdt = p0003-abrdt ipernr = pernr-pernr rrdate = p0003-rrdat cas_general = cas_gen local_currency = devise subty = p0424-typar importing cotisation_maladie1 = mt_cot_mal cotisation_maladie2 = tabres-mt_cot_mal_2 datbeg = tabres-perbeg datend = tabres-perend aheures = tabres-limite_heures tables pp0003 = p0003 exceptions others = 2.
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.
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 RPLASMF2 or its description.
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) RPLASMC1_CE - HR-CH: Solidarity Contribution Statement (CE Version) RPLASMC1_CE - HR-CH: Solidarity Contribution Statement (CE Version)