SAP Reports / Programs | Personnel Management | Personnel Administration | Spain(PA-PA-ES) SAP PA

MP088740 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = l_bank_info-banks bank_key = l_bank_info-bankl bank_account = l_bank_info-bankn bank_controlkey = l_bank_info-bkont company_country = psyst-land payment_method = l_bank_info-zlsch iban = l_bank_info-iban IMPORTING bank_detail = bnka_bf payment_method_detail = t042z_bf payment_method_text = t042z_l_bf-text1 EXCEPTIONS error = 1 OTHERS = 99.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'PA0887' IMPORTING number = p0887-gmcid returncode = l_returncode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 OTHERS = 99.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BEGDA' window_title = l_title value_org = 'S' TABLES value_tab = l_i_f4_gmcid.

HR_ES_RE5E92 CALL FUNCTION 'HR_ES_RE5E92' EXPORTING p_date = p0887-begda p_subty = p0887-subty p_gmipr = p0887-gmipr IMPORTING p_w5e92_min = l_w5e92_min p_gprio_max = l_gprio_max EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RETURN' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P0887-GMSEQ' * WINDOW_TITLE value_org = 'S' TABLES value_tab = l_i_f4_gmseq.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = p_date * endda IMPORTING waers = p_waers EXCEPTIONS OTHERS = 99.

HR_E_GET_PERIOD_FOR_DATE CALL FUNCTION 'HR_E_GET_PERIOD_FOR_DATE' EXPORTING p_abkrs = l_abkrs p_fecha = l_endda IMPORTING p_period = l_pabrp_end p_year = l_pabrj_end EXCEPTIONS OTHERS = 99.

HR_E_GET_PERIOD_FOR_DATE CALL FUNCTION 'HR_E_GET_PERIOD_FOR_DATE' EXPORTING p_abkrs = l_abkrs p_fecha = l_begda IMPORTING p_period = l_pabrp p_year = l_pabrj EXCEPTIONS OTHERS = 99.

HR_PAYROLL_PERIODS_GET CALL FUNCTION 'HR_PAYROLL_PERIODS_GET' EXPORTING get_begda = l_begda GET_ENDDA = l_endda TABLES GET_PERIODS = l_periods EXCEPTIONS NO_PERIOD_FOUND = 1 NO_VALID_PERMO = 2 OTHERS = 3 .

HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING P_ABKRS = l_abkrs IMPORTING P_T549A = ls_t549a P_RETURN_CODE = lv_returncode.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = p0887-pernr PERMO = ls_t549a-permo pabrj = l_pabrj pabrp = l_pabrp pabrj_end = wa_periods-pabrj pabrp_end = wa_periods-pabrp actual = 'A' waers = p0887-waers arch_too = 'X' TABLES result_tab = l_i_hrpayes[] EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 OTHERS = 99.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = foreign_currency = p_foreign_cuky local_currency = p_local_cuky IMPORTING local_amount = l_amount EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 99.

HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = '04' p_cogrp = p_cogrp p_corr_nr = p_corr_nr p_val_date = l_ibegd p_act_date = p_act_date p_simulation = 'X' "siempre en test mode importing p_aplicate = p_yes exceptions error_locking = 1 others = 2.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = it_itab * PROPERTY_BAG = IMPORTING * SELECTION = SELECT_VALUE = SELECT_VALUE RSMDY_RET = RSMDY_RET tables dynpselect = it_itab1 dynpvaluetab = it_itab1 .



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