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
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.
Title: HR-PT: List of membership contributions - Form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCFEEPF - HR-PT: List of membership contributions - Form routines RPCFEEPD - HR-PT: List of membership contributions - data declarations RPCFEEP0 - HR-PT: List of membership contributions RPCFEEP0 - HR-PT: List of membership contributions RPCFDSE0 - documentation and ABAP source code RPCFDRE0 - documentation and ABAP source code