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

RPCFEEPF SAP ABAP INCLUDE - HR-PT: List of membership contributions - Form routines







RPCFEEPF is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCFEEPF into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: HR-PT: List of membership contributions - Form routines


INCLUDES used within this REPORT RPCFEEPF

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_PT_GET_COMPANY CALL FUNCTION 'HR_PT_GET_COMPANY' EXPORTING bukrs = wpbp-bukrs begda = pn-begda endda = pn-endda currency = currency IMPORTING butxt = pxmf-butxt EXCEPTIONS company_code_not_found = 1 entity_not_found = 2 OTHERS = 3.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = PERNR-PERNR TABLES IN_RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

CD_EVALUATION_PERIODS CALL FUNCTION 'CD_EVALUATION_PERIODS' EXPORTING BONUS_DATE = '00000000' INPER_MODIF = PN-PERMO INPER = PERIOD PAY_TYPE = ' ' PAY_IDENT = ' ' TABLES RGDIR = RGDIR EVPDIR = EVPDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

HR_PT_GET_CAT_CODE_IRC CALL FUNCTION 'HR_PT_GET_CAT_CODE_IRC' EXPORTING TRFAR_CODE = PERNR_INFO-TRFAR TRFGB_CODE = PERNR_INFO-TRFGB IRC_CODE = PERNR_INFO-PRCOD p_endda = ss-endda p_begda = ss-begda P_FCODE = SPACE IMPORTING IRC_TEXT = PERNR_INFO-PRCODTXT EXCEPTIONS IRC_CODE_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = l_alv_variant exceptions not_found = 1 others = 2.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = p_variant EXCEPTIONS not_found = 1.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = l_alv_variant i_save = 'A' importing e_exit = l_cancel es_variant = l_alv_variant exceptions not_found = 1 others = 0.

RP_SET_NAME_FORMAT call function 'RP_SET_NAME_FORMAT' exporting repid = l_repid importing format = $$format.



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