SAP Reports / Programs

RPLAAIF2 SAP ABAP Report - ASSEDIC Statement for Casual Labor (Entertainment Sector)







RPLAAIF2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program ASSEDIC statement for occasional labor in the entertainment sector (RPLAAIF2) is used to issue the monthly Activ ities form that come under appendices 8 and 10 to the unemployment insurance regulations...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 RPLAAIF2 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_LAAI - ASSEDIC statement


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 RPLAAIF2. "Basic submit
SUBMIT RPLAAIF2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLAAIF2 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: LABPSSV = "living performance" label no.
Selection Text: LICSPEC = Performance licence no.
Selection Text: LIEU_SIG = Location of signature
Selection Text: NOM_SIG = Surname of signatory
Selection Text: OOSP = Occasional organisor
Selection Text: PRN_SIG = First name of signatory
Selection Text: P_LFORM = Form Name
Selection Text: P_LFVAR = Form Variant
Selection Text: QUALITE = Position of signatory
Selection Text: RESPONS = Contact person
Selection Text: R_AGS = Guarantee of salaries (AGS)
Selection Text: R_BRU_AV = Gross before exemption
Selection Text: R_CACHET = Number of fees
Selection Text: R_CERTIF = Approval no.
Selection Text: R_CURR = Currency
Selection Text: R_DISPL = Layout
Selection Text: R_NBHR = Number of hours worked
Selection Text: R_NBJRS = Number of days worked
Selection Text: R_PRODUC = Generate statement no.
Selection Text: R_RAC = Unemployment insurance (RAC)
Selection Text: R_RELAT = Relationship to employer
Selection Text: TELNR = Telephone
Title: ASSEDIC Statement for Casual Labor (Entertainment Sector)
Text Symbol: T30 = Employee / Work benefits
Text Symbol: T20 = Employer
Text Symbol: T10 = Statement
Text Symbol: T01 = List of statements
Text Symbol: R03 = early termination on employee's intiative
Text Symbol: R02 = early termination on employer's initiative
Text Symbol: A01 = Entry date
Text Symbol: A02 = Leaving date
Text Symbol: A03 = Post occupied
Text Symbol: A04 = Contributions due
Text Symbol: A05 = Gross after deduc.
Text Symbol: A06 = Rate
Text Symbol: A07 = Gross before deduc.
Text Symbol: A08 = Month
Text Symbol: A09 = Year





Text Symbol: A10 = Hours worked
Text Symbol: A11 = Fee number
Text Symbol: A12 = Corporate name/ name
Text Symbol: A13 = Type
Text Symbol: A14 = Initial
Text Symbol: A15 = Correction
Text Symbol: A16 = Additional
Text Symbol: A17 = Days worked
Text Symbol: E01 = Contract elements (0016)
Text Symbol: F01 = Numbers
Text Symbol: F02 = Employer
Text Symbol: F03 = Authentification by the employer
Text Symbol: F04 = Employee
Text Symbol: F05 = Work benefit
Text Symbol: F06 = Contributions payable to ASSEDIC recovery center
Text Symbol: F07 = Currency
Text Symbol: F08 = Display options
Text Symbol: F09 = Print Option
Text Symbol: R01 = end of temporary work contract


INCLUDES used within this REPORT RPLAAIF2

INCLUDE RPLAAIFT.
INCLUDE RPLAAIFD.
INCLUDE RPLAAIFS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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