RPLAAIF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ASSEDIC statement for occasional labor in the entertainment sector...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 RPLAAIF0 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.
Selection Text: QUALITE = Quality of the signature
Selection Text: P_TX_AB = Amt. of exemption for expenses
Selection Text: P_PRECOM = ASSEDIC deductions (employee)
Selection Text: P_NBHR = No. of Hours Worked
Selection Text: P_FNGS = FNGS contribution
Selection Text: P_CA_ISO = Individual fees
Selection Text: P_CAC_GR = Collective fees
Selection Text: P_BRU_AV = Gross before exemption
Selection Text: P_BRU_AP = Gross after exemption
Selection Text: P_ASF = ASF contribution
Selection Text: P_AC = Unemployment insurance (UI)
Selection Text: NUM_ORDR = Order number
Selection Text: NOM_SIG = Surname of signatory
Selection Text: LIEU_SIG = Location of signature
Selection Text: DEVISE = Currency
Title: ASSEDIC Statement for Casual Labor (Entertainment Sector)
Text Symbol: E09 = Reason for breach of contract in FAAS1 missing for
Text Symbol: E08 = close_form: error
Text Symbol: E05 = No leaving event for this personnel number
Text Symbol: E04 = No category in characteristic FAAS3 for
Text Symbol: E03 = Error in WRITE_FORM, element ITEM_SALAIRE
Text Symbol: E02 = Error in END_FORM
Text Symbol: E01 = No payroll result: processing stopped
Text Symbol: 040 = No payroll run found
Text Symbol: 015 = Technical personnel in the entertainment sector
Text Symbol: 014 = Paid artist
Text Symbol: 013 = Technician in cinema and audio-visual production
Text Symbol: 012 = Manual worker in cinema production (filming team)
Text Symbol: 011 = Manual worker in cinema production (construction team)
Text Symbol: 010 = Temp work contract ended by employee
Text Symbol: 009 = Temp work contract ended by employer
Text Symbol: 008 = End of temporary work contract
Text Symbol: 007 = Employment periods
Text Symbol: 006 = Contributions payable to ASSEDIC recovery center
Text Symbol: 005 = Order number
Text Symbol: 004 = Authentification
Text Symbol: 003 = Curr.
Text Symbol: 002 = START_FORM : error
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 ENDDA = SY-DATUM IMPORTING WAERS = PROG_WAERS RETURN = RETURN.
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 EXCEPTIONS INVALID_LINESIZE = 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.