SAP Reports / Programs | Personnel Management | Personnel Administration | Great Britain(PA-PA-GB) SAP PA

MP007030 SAP ABAP INCLUDE - Module Pool for Infotype 0070 - PAI Modules







MP007030 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 MP007030 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 MP007030. "Basic submit
SUBMIT MP007030 AND RETURN. "Return to original report after report execution complete
SUBMIT MP007030 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 for Infotype 0070 - PAI Modules


INCLUDES used within this REPORT MP007030

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_PAYMENT_CHECK call function 'HRCA_PAYMENT_CHECK' EXPORTING bank_country = p0070-banks bank_key = p0070-bankl bank_account = p0070-bankn company_country = psyst-land payment_method = p0070-zlsch iban = p0070-iban "IBAN 1273786 IMPORTING bank_detail = bnka_bf payment_method_detail = t042z_bf payment_method_text = t042z_l_bf-text1.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' EXPORTING molga = t001p-molga IMPORTING waers = temp_waers EXCEPTIONS others.

HR_PAYROLL_PERIOD_GET CALL FUNCTION 'HR_PAYROLL_PERIOD_GET' EXPORTING PAYROLL_AREA = lvl_abkrs DATE = paydate_copen IMPORTING PAYROLL_YEAR = p_tax_pabrj PAYROLL_PERIOD = p_tax_PABRP.

HR_PAYROLL_PERIOD_GET CALL FUNCTION 'HR_PAYROLL_PERIOD_GET' EXPORTING PAYROLL_AREA = lvl_abkrs DATE = per_paydt IMPORTING PAYROLL_YEAR = p_tax_pabrj PAYROLL_PERIOD = p_tax_PABRP.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = l_system_client_role EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p_pernr IMPORTING molga = lv_molga TABLES in_rgdir = et_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.

HR_GB_GET_FIRST_PER_AFTER_DATE CALL FUNCTION 'HR_GB_GET_FIRST_PER_AFTER_DATE' EXPORTING p_pernr = p_pernr date_in = date_in abkrs = wa_p0001-abkrs IMPORTING chkdt = per_paydt per_begda = lv_per_begda per_endda = lv_per_endda CHANGING ni_err_tab = ni_err_tab EXCEPTIONS err_general = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0001' begda = p_begda endda = p_endda bypass_buffer = ' ' TABLES infty_tab = p_lt_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = l_system_client_role EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.



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