SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

RPLPKKCF SAP ABAP INCLUDE - HR-CH: PF: Account evaluation: Forms







RPLPKKCF 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 RPLPKKCF 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 RPLPKKCF. "Basic submit
SUBMIT RPLPKKCF AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPKKCF 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-CH: PF: Account evaluation: Forms


INCLUDES used within this REPORT RPLPKKCF

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P02K_KASSE_ENTRY' CHANGING ct_fieldcat = gi_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_CH_PK_CHECK_ACCNT_AUTHORITY CALL FUNCTION 'HR_CH_PK_CHECK_ACCNT_AUTHORITY' EXPORTING konnr = lf_konnr-konnr IMPORTING authlevel = l_authlevel.

HR_CH_PK_READ_FROM_ACCOUNT CALL FUNCTION 'HR_CH_PK_READ_FROM_ACCOUNT' EXPORTING konnr = lf_konnr-konnr begda = l_begda endda = l_endda * VALTY = * VPROP = TABLES i5cpb = li_5cpb EXCEPTIONS invalid_account = 1 permission_denied = 2 OTHERS = 3.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "MBBL6BK000999 EXPORTING * TCLAS = 'A' pernr = lf_entry-pernr infty = '0001' * begda = lf_entry-vadat "CHBL6BK042341 * endda = lf_entry-vadat " begda = l_orgdat " endda = l_orgdat "CHBL6BK042341 * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = li_p0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "CHBPCOK023742 EXPORTING " * TCLAS = 'A' " pernr = lf_entry-pernr " infty = '0002' " BEGDA = l_orgdat " ENDDA = l_orgdat " TABLES " infty_tab = li_p0002 " EXCEPTIONS " INFTY_NOT_FOUND = 1 " OTHERS = 2. "

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_unlocked info = 'Buchung offen'(I05) IMPORTING RESULT = lf_entry-lkicon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_locked info = 'Buchung abgeschlossen'(I04) IMPORTING RESULT = lf_entry-lkicon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_locked info = 'FI-Überleitung abgeschlossen'(I01) IMPORTING RESULT = lf_entry-fiicon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_unlocked info = 'FI-Überleitung offen'(I02) IMPORTING RESULT = lf_entry-fiicon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_storno info = 'Buchung storniert'(I03) IMPORTING RESULT = lf_entry-sticon EXCEPTIONS OTHERS = 0.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = t5cpz-pernr infty = '0001' begda = sy-datum endda = sy-datum TABLES infty_tab = li_0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = l_top * ENTRY_FROM = 1 entry_to = l_maxline last_page_full = ' ' loops = l_lines ok_code = p_scomm * OVERLAPPING = ' ' * PAGE_ACT = 0 * PAGE_GO = 0 IMPORTING * ENTRIES_SUM = entry_new = l_top * PAGES_SUM = * PAGE_NEW = EXCEPTIONS no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 OTHERS = 4.



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