SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPLCOTF2 SAP ABAP Report - Create Lists for Deductions and Insurance Contributions







RPLCOTF2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is 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 RPLCOTF2 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_LCOT2 - Social insurance contributions list


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


Text pool values


SI contributions &4............ : fm &0........ to &1........
Selection Text: P_WERKS = D .
Selection Text: R_DPL_DL = Detailed display variant
Selection Text: R_DISPL = Main display variant
Selection Text: R_DETAIL = Detailed display
Selection Text: R_COTIS = Contrib. to be assigned w/rate
Selection Text: P_WAERS = Currency
Selection Text: P_ORGAN = Organization
Title: Create Lists for Deductions and Insurance Contributions
Text Symbol: 122 = Expenses model
Text Symbol: 123 = Selection criteria:
Text Symbol: 124 = Without variant
Text Symbol: 125 = Variant
Text Symbol: 126 = Ass. basis text
Text Symbol: 127 = Start of for-period
Text Symbol: 128 = End of for-period
Text Symbol: 129 = Area
Text Symbol: A12 = Payroll area
Text Symbol: B01 = Restrictions
Text Symbol: B02 = Output type
Text Symbol: B03 = Display options
Text Symbol: ER6 = Enter time period definition!
Text Symbol: O01 = monthly
Text Symbol: O02 = quarterly
Text Symbol: O03 = annually
Text Symbol: S10 = Selection
Text Symbol: S20 = Display
Text Symbol: T14 = fm
Text Symbol: T15 = to
Text Symbol: 040 = No payroll run found
Text Symbol: 094 = SIRET text
Text Symbol: 095 = Contribution details
Text Symbol: 096 = Detail of a contribution
Text Symbol: 097 = Hide detail window
Text Symbol: 098 = Details of all contributions
Text Symbol: 099 = Contrib. No.
Text Symbol: 100 = Domain
Text Symbol: 101 = Area text





Text Symbol: 102 = Contr. fund No.
Text Symbol: 103 = AssmtBas
Text Symbol: 104 = Contributn
Text Symbol: 105 = Men
Text Symbol: 106 = Women
Text Symbol: 107 = Headcount
Text Symbol: 108 = Personnel no.
Text Symbol: 109 = Basis
Text Symbol: 110 = Employee rate
Text Symbol: 111 = Employee amount
Text Symbol: 112 = Employer rate
Text Symbol: 113 = Employer amount
Text Symbol: 114 = Total rate
Text Symbol: 115 = Total amount
Text Symbol: 117 = Output:
Text Symbol: 119 = Strt for-period
Text Symbol: 120 = End for-period
Text Symbol: 121 = Output currency
002 &2.......... Base Rate Amount Rate Amount Rate Amount
001 &3.... EE CONTRIBUTION ER CONTRIBUTION TOTAL


INCLUDES used within this REPORT RPLCOTF2

INCLUDE RPLCOTFS. " SELECTION SCREEN


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