SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

MP012530 SAP ABAP INCLUDE - Module Pool Infotype 0125 (PAI Modules - Belgium)







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


Text pool values


Title: Module Pool Infotype 0125 (PAI Modules - Belgium)


INCLUDES used within this REPORT MP012530

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:

RP_CHECK_PAYMENT * call function 'RP_CHECK_PAYMENT' "QICK11K035349 (del) ebk02777 * exporting bankl = q0125-bankl "QICK11K035349 * bankn = q0125-bankn "QICK11K035349 * banks = q0125-banks "QICK11K035349 * bkont = q0125-bkont "QICK11K039753 * land1 = psyst-land "QICK11K035349 * zlsch = q0125-zlsch "QICK11K035349 * importing bnka_wa = bnka "QICK11K035349 * t042z_wa = t042z. "QICK11K035349

HRCA_PAYMENT_CHECK CALL FUNCTION 'HRCA_PAYMENT_CHECK' "ebK027777 EXPORTING bank_country = q0125-banks "ebK027777 bank_key = q0125-bankl "ebK027777 bank_account = q0125-bankn "ebK027777 bank_controlkey = q0125-bkont "ebK027777 company_country = psyst-land "ebK027777 payment_method = q0125-zlsch "ebK027777 iban = lv_iban IMPORTING bank_detail = bnka_bf "ebK027777 payment_method_detail = t042z_bf "ebK027777 payment_method_text = t042z_l_bf-text1. "ebK027777

HR_CHECK_LGART CALL FUNCTION 'HR_CHECK_LGART' EXPORTING p_lgart = p0125-pfsrt p_begda = cprel-begda p_endda = cprel-endda p_infty = pspar-infty p_persa = psyst-werks p_btrtl = psyst-btrtl p_persg = psyst-persg p_persk = psyst-persk p_msgtp = 'E'.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = seltab IMPORTING p_struct2 = s0125.

HR_99S_APPCORRONDA CALL FUNCTION 'HR_99S_APPCORRONDA' EXPORTING p_molga = '12' p_cogrp = 'BF00' p_corr_nr = '00000002' p_val_date = p0125-begda p_act_date = p0125-begda p_simulation = space IMPORTING p_aplicate = p_max_amount_off EXCEPTIONS OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0125-betrg foreign_currency = p0125-waers local_currency = payroll_waers IMPORTING local_amount = payroll_amount EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = p0125-prbtr foreign_currency = p0125-waers local_currency = payroll_waers IMPORTING local_amount = payroll_amount EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING waers = p0125-waers begda = p0125-begda endda = p0125-endda.



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