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

RPLPADF0 SAP ABAP Report - Individual Statement of Paid Profit Sharing







RPLPADF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates an individual bulletin of contributions balanced between two dates...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 RPLPADF0 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_LPAD - Indiv. Summary of Paid PShare


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 RPLPADF0. "Basic submit
SUBMIT RPLPADF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPADF0 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: P_WITHDR = Details of withdrawals
Selection Text: P_MOPAR = Modifier
Selection Text: P_ENDDA = End of release
Selection Text: P_BEGDA = Start of release
Selection Text: P_AATTR = Fiscal year
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Title: Individual statement of paid profit sharing
Text Symbol: T30 = Profit sharing paid
Text Symbol: T31 = Total profit sharing paid
Text Symbol: T32 = Total CSG on interest
Text Symbol: T33 = Total net
Text Symbol: T34 = Statement
Text Symbol: T35 = Total CRDS on interest
Text Symbol: T36 = between
Text Symbol: T37 = and
Text Symbol: T38 = OCA on interest
Text Symbol: T40 = Curr.
Text Symbol: T41 = SSC on interest
Text Symbol: T42 = Total SSC on interest
Text Symbol: T43 = SSC/i.
Text Symbol: T44 = Modifier
Text Symbol: T45 = Date of availability
Text Symbol: T46 = Total OCA on interest
Text Symbol: T47 = Ded.S /i
Text Symbol: T48 = Forfait Social contribution deduction
Text Symbol: T49 = OCA deduction
Text Symbol: T50 = Incl.Perc.
Text Symbol: T51 = Including other devices
Text Symbol: F01 = Print Option
Text Symbol: L08 = Generate all forms
Text Symbol: L09 = Error list
Text Symbol: T01 = Fiscal year
Text Symbol: T03 = Tax option
Text Symbol: T04 = Accum. entitlements
Text Symbol: T05 = C.S.G. deduction
Text Symbol: T06 = C.R.D.S. deduction
Text Symbol: T07 = From





Text Symbol: T08 = To
Text Symbol: T09 = Withdrawals
Text Symbol: T10 = Basis
Text Symbol: T11 = Rate
Text Symbol: T12 = Interest
Text Symbol: T14 = CSG on i.
Text Symbol: T16 = MR
Text Symbol: T17 = Funds
Text Symbol: T18 = Incl. interest
Text Symbol: T19 = CSG on interest
Text Symbol: T20 = on
Text Symbol: T21 = CRDS on interest
Text Symbol: T22 = Net due on
Text Symbol: T23 = List of withdrawals
Text Symbol: T24 = Date
Text Symbol: T25 = Amount
Text Symbol: T26 = Withdrawal reason
Text Symbol: T27 = CRDS /i.
Text Symbol: T28 = released
Text Symbol: T29 = OCA/i.


INCLUDES used within this REPORT RPLPADF0

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 = '06' * TRFAR = * TRFGB = * TRFKZ = BEGDA = DATE_CONV * ENDDA = IMPORTING WAERS = MAIN_CURR * VALID_BEGDA = * VALID_ENDDA = * RETURN = EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.

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' * EXPORTING * NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * NO_MSGNO = 'X' * LINESIZE = SY-LINSZ * LISTHEADER = ' ' * COLHEADER = ' ' TABLES ERROR = DISPLAY_ERR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * LINESIZE = SY-LINSZ 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 RPLPADF0 or its description.