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

MP008840 SAP ABAP INCLUDE - Infotype 0088 - Form Routines







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


Text pool values


Title: Infotype 0088 - Form Routines


INCLUDES used within this REPORT MP008840

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_GB_MPP_GET_EWC CALL FUNCTION 'HR_GB_MPP_GET_EWC' EXPORTING mb1ds = p0088-mb1ds IMPORTING ewcda = q0088-ewcda.

HR_GB_P0088_QUALIFYING_WEEK CALL FUNCTION 'HR_GB_P0088_QUALIFYING_WEEK' EXPORTING p_0088 = p0088 IMPORTING * VALIDATION_OK = message = message CHANGING q_0088 = q0088 EXCEPTIONS message_created = 1 constant_value_not_found = 2 OTHERS = 3 .

HR_GB_P0088_POSS_START_DATES CALL FUNCTION 'HR_GB_P0088_POSS_START_DATES' EXPORTING p_0088 = p0088 IMPORTING * VALIDATION_OK = message = message CHANGING q_0088 = q0088 EXCEPTIONS message_created = 1 constant_value_not_found = 2 incorrect_subty = 3 OTHERS = 4 .

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = dtel_name state = 'A' langu = sy-langu IMPORTING * GOTSTATE = dd04v_wa = lv_dd04v * TPARA_WA = EXCEPTIONS illegal_input = 1 OTHERS = 2 .

HR_GB_DAY_RELATIVE_TO_DATE CALL FUNCTION 'HR_GB_DAY_RELATIVE_TO_DATE' EXPORTING date = p0088-nmtch day_in_week = '7' before_or_after = '-' IMPORTING new_date = q0088-mwkda * DAY_TEXT = .

HR_GB_IT_TAX_YEAR_CHECK CALL FUNCTION 'HR_GB_IT_TAX_YEAR_CHECK' EXPORTING p_pernr = p0088-pernr date_in = l_check_date chkdt_flg = space IMPORTING ret_code = lv_ret_code CHANGING ni_err_tab = lt_err_tab_taxy[] EXCEPTIONS err_general = 1 OTHERS = 2.

HR_GB_IT_TAX_YEAR_CHECK CALL FUNCTION 'HR_GB_IT_TAX_YEAR_CHECK' EXPORTING p_pernr = p0088-pernr date_in = p0088-endda chkdt_flg = space IMPORTING ret_code = lv_ret_code CHANGING ni_err_tab = lt_err_tab_taxy[] EXCEPTIONS err_general = 1 OTHERS = 2.

HR_GBSXP_GET_T511K_CONSTANT CALL FUNCTION 'HR_GBSXP_GET_T511K_CONSTANT' EXPORTING p_pdate = q0088-ewcda p_konst = 'HRMAX' IMPORTING p_kwert = l_konst TABLES p_error = l_error.

HR_GBSXP_GET_T511K_CONSTANT CALL FUNCTION 'HR_GBSXP_GET_T511K_CONSTANT' EXPORTING p_pdate = q0088-ewcda p_konst = 'LRMAX' IMPORTING p_kwert = l_konst TABLES p_error = l_error.

HR_GB_DAY_RELATIVE_TO_DATE CALL FUNCTION 'HR_GB_DAY_RELATIVE_TO_DATE' EXPORTING date = p0088-nmtch day_in_week = '7' before_or_after = '-' IMPORTING new_date = q0088-mwkda.

HR_GBSXP_GET_T511K_CONSTANT CALL FUNCTION 'HR_GBSXP_GET_T511K_CONSTANT' EXPORTING p_pdate = q0088-mwkda p_konst = 'AESAP' IMPORTING p_kwert = l_konst TABLES p_error = l_error.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'GBCHG' struc_content = l_pmegc IMPORTING back = l_date_char10 EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = l_date_char8 EXCEPTIONS date_invalid = 1.



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