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

RPUACBCF SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPUACBCF

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.

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

ENQUEUE_EPT5CPK CALL FUNCTION 'ENQUEUE_EPT5CPK' EXPORTING mode_t5cpk = 'E' mandt = sy-mandt konnr = lf_konnr-konnr * X_KONNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

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 endda = lf_entry-vadat * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = li_p0001.

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

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = sy-datum IMPORTING date_external = l_ex_datum EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.

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

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Wollen Sie die ausgewählten'(050) textline2 = 'Buchungen stornieren ? '(060) titel = 'Stornierung bestätigen'(040) * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = l_answer.

HR_CH_PK_REVERSE_ENTRY CALL FUNCTION 'HR_CH_PK_REVERSE_ENTRY' EXPORTING pernr = l_outtab_line-pernr konnr = l_outtab_line-konnr budat = l_outtab_line-budat seqnr = l_outtab_line-seqnr evflag = ' ' expflag = ' ' upflag = 'X' testmode = ' '.

HR_CH_PK_CHANGE_ACCOUNT CALL FUNCTION 'HR_CH_PK_CHANGE_ACCOUNT' EXPORTING konnr = l_outtab_line-konnr lkdat = t5cpk-lkdat.



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