SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

MP085440 SAP ABAP INCLUDE - HR-ARC: Check All Personnel Numbers for Germany-specific Data







MP085440 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 MP085440 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 MP085440. "Basic submit
SUBMIT MP085440 AND RETURN. "Return to original report after report execution complete
SUBMIT MP085440 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 MP085440

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:

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING bank_country = q0854-banks bank_number = bank_key IMPORTING bank_data = bnka_bf EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING bank_country = q0854-banks bank_number = bank_key IMPORTING bank_data = bnka_bf EXCEPTIONS not_found = 1 OTHERS = 2.

HR_PAYMENTMETHOD_SEARCH CALL FUNCTION 'HR_PAYMENTMETHOD_SEARCH' EXPORTING p_dynpfield_mkey = p_dynpfield_mkey p_dynpfield_mtext = 'T042Z_L_BF-TEXT1' p_country_key = p_country p_sorted_list = 'X' EXCEPTIONS fieldname_not_valid = 1 country_not_found = 2 OTHERS = 3.

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING bank_country = qq854-banks bank_number = bank_key IMPORTING bank_data = bnka_bf EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING bank_country = qq854-banks bank_number = bank_key IMPORTING bank_data = bnka_bf EXCEPTIONS not_found = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DTAZL' struc_content = l_struct IMPORTING back = l_zlsch_last EXCEPTIONS OTHERS = 1.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = '0001' begda = p0854-begda endda = p0854-begda TABLES infty_tab = l_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_NL_EARLIEST_CHANGE_DATE CALL FUNCTION 'HR_NL_EARLIEST_CHANGE_DATE' EXPORTING * imp_abkrs = p0001-abkrs "YWJPR0K023418 imp_abkrs = l_p0001-abkrs "YWJPR0K023418 IMPORTING exp_earliest_date = l_earliest_date EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_PAYMENT_CHECK CALL FUNCTION 'HRCA_PAYMENT_CHECK' EXPORTING bank_country = p_q0854-banks bank_key = p_q0854-bankl bank_account = p_q0854-bankn company_country = psyst-land payment_method = p_q0854-zlsch iban = lv_iban "KHS1270617 EXCEPTIONS error = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = '0001' begda = p0854-begda endda = p0854-begda TABLES infty_tab = l_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_NL_EARLIEST_CHANGE_DATE CALL FUNCTION 'HR_NL_EARLIEST_CHANGE_DATE' EXPORTING * imp_abkrs = p0001-abkrs "YWJPR0K023418 imp_abkrs = l_p0001-abkrs "YWJPR0K023418 IMPORTING exp_earliest_date = l_earliest_date EXCEPTIONS not_found = 1 OTHERS = 2.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING pernr = p0854-pernr infty = '0854' subty = '0002' begda = l_date_low endda = l_date_high TABLES infty_tab = hlp_p0854 EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING pernr = p0854-pernr infty = '0854' subty = '0001' begda = l_date_low endda = l_date_high TABLES infty_tab = hlp_p0854 EXCEPTIONS infty_not_found = 1 invalid_input = 2 OTHERS = 3.

HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'.

PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'RN' employeenumber = wa_rgdir-pernr sequencenumber = wa_rgdir-seqnr CHANGING payroll_result = i_payroll_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.

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' EXPORTING f_abkrs = us_abkrs IMPORTING f_state = l_state f_current_period = l_curr_pabrp f_current_year = l_curr_pabrj f_following_period = l_next_pabrp f_following_year = l_next_pabrj EXCEPTIONS abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 OTHERS = 5.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = '0001' begda = p0854-begda endda = p0854-begda TABLES infty_tab = l_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'BF00' i_dtype = 'I' i_msgnr = '026' IMPORTING e_msgty = lv_msgty.

HR_T777D_READ





CALL FUNCTION 'HR_T777D_READ' EXPORTING infty = infty IMPORTING t777d = ls_t777d EXCEPTIONS entry_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = '0002' begda = p0854-begda endda = p0854-begda TABLES infty_tab = l_t_p0002 EXCEPTIONS OTHERS = 0.

HR_NL_GET_RETIRED CALL FUNCTION 'HR_NL_GET_RETIRED' EXPORTING i_birth_date = l_s_p0002-gbdat i_key_date = p0854-begda IMPORTING e_retirement_age = l_retirement_age EXCEPTIONS invalid_dates = 1 overflow = 2 no_customizing = 3 OTHERS = 4.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = '0001' begda = p0854-begda endda = p0854-endda TABLES infty_tab = lt_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING p_abkrs = uv_abkrs p_begda = uv_datum p_endda = uv_datum IMPORTING p_t549a = ls_t549a p_return_code = lv_returncode.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = lc_infty_lcs begda = lc_beg_2012 endda = lc_end_2012 TABLES infty_tab = lt_p0854 EXCEPTIONS OTHERS = 0.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = lc_infty_lcs begda = uv_begin_80p TABLES infty_tab = lt_p0854 EXCEPTIONS OTHERS = 0.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0854-pernr infty = lc_infty_lcs begda = uv_begda TABLES infty_tab = lt_p0854 EXCEPTIONS OTHERS = 0.



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