SAP Reports / Programs

RPLACIF0 SAP ABAP Report - Casual labour employment certificate (entertainment sector)







RPLACIF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Employment certificate for occasional labor in the entertainment sector The employment certificate for occasional labor in the entertainment sector is a compulsory document supplied by the company to the occasional employee at the end of his or her work contract and delivered to the entertainment leave fund...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 RPLACIF0 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_LACI - Entertainers' Leave


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


Text pool values


Selection Text: QUALITE = Quality of the signature
Selection Text: P_LFVAR = Form Variant
Selection Text: P_LFORM = Form Name
Selection Text: P_CON = Basic leave
Selection Text: P_CAC = Days or fees
Selection Text: P_BRU = Gross wage
Selection Text: NUM_CERT = Certificate number
Selection Text: NOM_SIG = Surname of signatory
Selection Text: LIEU_SIG = Location of signature
Selection Text: DEVISE = Currency
Title: Casual labour employment certificate (entertainment sector)
Text Symbol: T05 = Surname of signatory
Text Symbol: T04 = Number of certificates
Text Symbol: T03 = Prepared on
Text Symbol: T02 = On (date)
Text Symbol: T01 = Corresp. employment period
Text Symbol: E08 = Error in close_form
Text Symbol: E04 = No entry in feature FAC12 for
Text Symbol: E03 = Missing data in feature FACI1 for
Text Symbol: E02 = Error in END_FORM
Text Symbol: E01 = No payroll result: processing stopped
Text Symbol: C01 = Casual labour employment certif. (ents. sector)
Text Symbol: ACC = âaàaäaèeéeêeëeîiïiôoûuùuüuçc
Text Symbol: 040 = No payroll run found
Text Symbol: 014 = Print Option
Text Symbol: 013 = Summary
Text Symbol: 012 = Name of signatory
Text Symbol: 011 = On (date)
Text Symbol: 010 = Date:
Text Symbol: 009 = Number of certificates
Text Symbol: 008 = End date
Text Symbol: 007 = Employment periods
Text Symbol: 006 = Start date
Text Symbol: 005 = No. of employment certificate
Text Symbol: 004 = Authentification
Text Symbol: 003 = Currency
Text Symbol: 002 = START_FORM : error
Text Symbol: 001 = OPEN_FORM : error





INCLUDES used within this REPORT RPLACIF0

No INCLUDES are used within this REPORT code!


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = sy-datum "#EC DOM_EQUAL endda = sy-datum "#EC DOM_EQUAL IMPORTING waers = prog_waers return = return EXCEPTIONS OTHERS = 1.

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = t_rgdir EXCEPTIONS no_record_found = 1 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.

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