SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

MP001720 SAP ABAP INCLUDE - Module Pool Infotype P0017 PBO Modules







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


INCLUDES used within this REPORT MP001720

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_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'. "WKUK001280

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = p0017-pernr infty = '0001' begda = p0017-begda endda = p0017-endda * IMPORTING * SUBRC = TABLES infty_tab = p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HRCA_CHECK_JURISDICTION_ACTIVE CALL FUNCTION 'HRCA_CHECK_JURISDICTION_ACTIVE' "XBHK001165 EXPORTING "XBHK001165 * I_BUKRS = P0001-BUKRS "XBHK001165 "WKUK001280 i_bukrs = bukrs_for_tax "WKUK001280 IMPORTING "XBHK001165 e_txjcd_active = jurisdiction_active "XBHK001165 e_tax_external = tax_calculation_external "XBHK001165 EXCEPTIONS "XBHK001165 input_incomplete = 1 "XBHK001165 input_inconsistent = 2 "XBHK001165 other_error = 3 "XBHK001165 OTHERS = 4. "XBHK001165

HRCA_TXJCD_CHECK CALL FUNCTION 'HRCA_TXJCD_CHECK' "XBHK001165 EXPORTING "XBHK001165 * I_BUKRS = P0001-BUKRS"XBHK001165"WKUK001280 i_bukrs = bukrs_for_tax "WKUK001280 i_txjcd = p0017-txjcd "XBHK001165 IMPORTING "XBHK001165 e_text1 = txjcd_text "XBHK001165 EXCEPTIONS "XBHK001165 input_parameter_missing = 1 "XBHK001165 not_exist = 2 "XBHK001165 parameter_conflict = 3 "XBHK001165 OTHERS = 4. "XBHK001165

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p0017-pernr infty = '0003' begda = low_date endda = high_date IMPORTING subrc = subrc_inftyp TABLES infty_tab = p0003 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HRCA_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'HRCA_GET_ACTIVE_DIMENSIONS' EXPORTING * I_COMPANY_CODE = P0017-bukrs i_company_code = bukrs_act IMPORTING e_grant_active = e_grant_active e_grant_start_hr = e_grant_start_hr e_fund_active = e_fund_active e_fund_start_hr = e_fund_start_hr e_function_active = e_function_active e_function_start_hr = e_function_start_hr e_funds_ctr_active = e_funds_ctr_active e_funds_ctr_start_hr = e_funds_ctr_start_hr e_budget_period_active = e_budget_period_active e_budget_period_start_hr = e_budget_period_start_hr TABLES return_table = return_table EXCEPTIONS error_occured = 1 OTHERS = 2.

HRCA_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'HRCA_GET_ACTIVE_DIMENSIONS' EXPORTING * I_COMPANY_CODE = P0017-bukrs "XCIK006412 i_company_code = bukrs_act "XCIK006412 IMPORTING e_grant_active = e_grant_active e_grant_start_hr = e_grant_start_hr e_fund_active = e_fund_active e_fund_start_hr = e_fund_start_hr e_function_active = e_function_active e_function_start_hr = e_function_start_hr e_funds_ctr_active = e_funds_ctr_active e_funds_ctr_start_hr = e_funds_ctr_start_hr TABLES return_table = return_table EXCEPTIONS error_occured = 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 MP001720 or its description.