SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPIBBLN0_F02 SAP ABAP INCLUDE - Include RPIBBLN0_F02







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


Text pool values


Title: Include RPIBBLN0_F02


INCLUDES used within this REPORT RPIBBLN0_F02

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_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgty = 'W' i_msgno = '034' EXCEPTIONS program_error = 1 OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY * CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' * EXPORTING * date = eurodat * foreign_amount = i549q-jrln * foreign_currency = fcurr * local_currency = lcurr * IMPORTING * local_amount = jrlner * EXCEPTIONS * no_rate_found = 1 * overflow = 2 * no_factors_found = 3 * no_spread_found = 4 * derived_2_times = 5 * OTHERS = 6.

HR_PAL_GENRL_MSG_ADD * CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' * EXPORTING * i_msgid = '5N' * i_msgno = '894' * i_msgv1 = l_string * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'.

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'RN' employeenumber = cs_payroll_results-prkey-pernr sequencenumber = ls_rgdir-seqnr CHANGING payroll_result = lt_paynl_result EXCEPTIONS illegal_isocode_or_clusterid = 1 error_generating_import = 2 import_mismatch_error = 3 subpool_dir_full = 4 no_read_authority = 5 no_record_found = 6 versions_do_not_match = 7 error_reading_archive = 8 error_reading_relid = 9 OTHERS = 10.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = rx-key-pernr i_ename = pernr-ename i_msgid = '5N' i_msgno = '016' i_msgv1 = lv_string4 i_msgv2 = lv_string1 i_msgv3 = lv_string2 i_msgv4 = lv_string3 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgno = '016' i_msgty = uv_msgty i_msgv1 = uv_msgv1 i_msgv2 = uv_msgv2 i_msgv3 = uv_msgv3 i_msgv4 = uv_msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' EXPORTING f_abkrs = uv_abkrs error_no_accounting = 'X' IMPORTING f_state = lv_fstate f_current_period = lv_current_period f_current_year = lv_current_year EXCEPTIONS abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 OTHERS = 5.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-pu1 text_question = lv_string text_button_1 = text-pu3 icon_button_1 = 'ICON_OKAY' text_button_2 = text-pu4 icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = '' start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.



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