SAP Reports / Programs | Payroll | Portugal(PY-PT) SAP PY

RPCFEEP0 SAP ABAP Report - HR-PT: List of membership contributions







RPCFEEP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-PT: List of Membership Contributions This report provides a list of the contributions paid by the employees and forwarded by the employer to the corresponding membership entities...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 RPCFEEP0 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_M19_LFEE - HR-PT: List of membership contribs.


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 RPCFEEP0. "Basic submit
SUBMIT RPCFEEP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCFEEP0 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: R_VARIA = List format variant
Selection Text: FEEART = Type of contribution
Selection Text: EMFSL = Payee key
Selection Text: DIFSWTCH = Retroc.differences separately
Selection Text: CURRENCY = Currency
Title: HR-PT: List of membership contributions
Text Symbol: 043 = Period
Text Symbol: 042 = Membership contribution summary for
Text Symbol: 036 = Process employee no.
Text Symbol: 035 = Incorrect FRONT-END installation
Text Symbol: 034 = Incorrect Windows system: Windows for DOS required
Text Symbol: 033 = File cannot be defined
Text Symbol: 032 = File cannot be opened
Text Symbol: 031 = Reference to DATA column which does not exist
Text Symbol: 030 = Error with EXCEL link :
Text Symbol: 014 = Prof.cat.selection
Text Symbol: 013 = IRC code
Text Symbol: 012 = For-period
Text Symbol: 011 = Year
Text Symbol: 010 = Period
Text Symbol: 009 = Currency
Text Symbol: 008 = Contribution
Text Symbol: 007 = Basic pay
Text Symbol: 006 = Monthly remuneration
Text Symbol: 005 = Name
Text Symbol: 004 = Employee no.
Text Symbol: 003 = Member no.
Text Symbol: 002 = Institution
Text Symbol: 001 = Key
Text Symbol: 044 = Company name
Text Symbol: 101 = Evaluated on
Text Symbol: ECC = Error while reading company
Text Symbol: EEM = Type of membership contribution has to be specified
Text Symbol: ERP = Inconsistencies between cluster directory and directory for payroll results
Text Symbol: WRP = The imported version of the cluster is not current
Text Symbol: VRF = No expired leave
Text Symbol: UNK = Unknown message type in subroutine 'error handling'
Text Symbol: SUP = No remaining leave





Text Symbol: NRT = Membership fees wage type does not exist in table RT for employee
Text Symbol: NRG = No payroll run in period
Text Symbol: NEI = No expired leave or remaining leave
Text Symbol: HLS = List created for
Text Symbol: FRM = Outpt
Text Symbol: EXC = Cannot read cluster directory
Text Symbol: EWP = Error reading WPBP cluster table
Text Symbol: ESS = Error reading SS cluster table


INCLUDES used within this REPORT RPCFEEP0

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:

HR_F4_COUNTRY_CURRENCY call function 'HR_F4_COUNTRY_CURRENCY' exporting molga = calcmolga date = pn-endda importing * return = waers = currency * valid_begda = * valid_endda = exceptions no_bukrs_found = 1 no_country_found = 2 others = 3.



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