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

MP008830 SAP ABAP INCLUDE - Infotype 0088 - PAI Modules







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


INCLUDES used within this REPORT MP008830

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_GBSXP_PHASE1_SWITCH call function 'HR_GBSXP_PHASE1_SWITCH' importing p_phase1 = g_gbsxp_phase1.

HR_GB_P0088_SET_BEGDA call function 'HR_GB_P0088_SET_BEGDA' exporting p_0088 = p0088 q_0088 = q0088 old_begdate = old_begdate importing begda = p0088-begda message = message exceptions incorrect_subty = 1 no_begda = 2 changed_begda = 3 others = 4.

HR_GB_P0088_MPP_START call function 'HR_GB_P0088_MPP_START' EXPORTING Q_0088 = q0088 importing * VALIDATION_OK = message = message changing p_0088 = p0088 exceptions message_created = 1 others = 2.

HR_GBSXP_PHASE1_SWITCH call function 'HR_GBSXP_PHASE1_SWITCH' importing p_phase1 = g_gbsxp_phase1.

HR_GB_P0088_SET_ENDDA call function 'HR_GB_P0088_SET_ENDDA' exporting p_0088 = p0088 q_0088 = q0088 old_enddate = old_enddate importing endda = p0088-endda message = message exceptions incorrect_subty = 1 no_endda = 2 changed_endda = 3 others = 4.

HR_GB_P0088_SET_BEGDA_ENDDA call function 'HR_GB_P0088_SET_BEGDA_ENDDA' exporting p_0088 = p0088 q_0088 = q0088 old_enddate = old_enddate importing begda = p0088-begda endda = p0088-endda message = message exceptions incorrect_subty = 1 no_begda = 2 no_endda = 3 others = 4.

HR_GB_P0088_ADOPT_NOTIFICATION call function 'HR_GB_P0088_ADOPT_NOTIFICATION' exporting p_0088 = p0088 q_0088 = q0088 importing * validation_ok = validation_ok message = message exceptions message_created = 1 subtype_text_not_found = 2 constant_value_not_found = 3 others = 4.

HR_GB_P0088_SUFF_ADOPT_NOTICE call function 'HR_GB_P0088_SUFF_ADOPT_NOTICE' exporting p_0088 = p0088 q_0088 = q0088 importing * VALIDATION_OK = message = message exceptions message_created = 1 constant_value_not_found = 2 others = 3 .

HR_GB_P0088_INTENDED_LEAVE call function 'HR_GB_P0088_INTENDED_LEAVE' exporting p_0088 = p0088 q_0088 = q0088 importing * VALIDATION_OK = message = message exceptions message_created = 1 subtype_text_not_found = 2 constant_value_not_found = 3 incorrect_subty = 4 others = 5 .

HR_GB_P0088_PLACEMENT_DATE call function 'HR_GB_P0088_PLACEMENT_DATE' exporting p_0088 = p0088 q_0088 = q0088 importing * VALIDATION_OK = message = message exceptions message_created = 1 others = 2 .

HR_GB_P0088_EXPECTED_END_LEAVE call function 'HR_GB_P0088_EXPECTED_END_LEAVE' exporting p_0088 = p0088 importing * VALIDATION_OK = message = message changing q_0088 = q0088 exceptions message_created = 1 subtype_text_not_found = 2 constant_value_not_found = 3 incorrect_subty = 4 no_expected_end_leave = 5 others = 6 .

HR_GB_P0088_BIRTH_NOTIFICATION call function 'HR_GB_P0088_BIRTH_NOTIFICATION' exporting p_0088 = p0088 q_0088 = q0088 importing * VALIDATION_OK = message = message exceptions message_created = 1 subtype_text_not_found = 2 constant_value_not_found = 3 others = 4 .

HR_GB_P0088_SUFF_BIRTH_NOTICE call function 'HR_GB_P0088_SUFF_BIRTH_NOTICE' exporting p_0088 = p0088 q_0088 = q0088 importing * VALIDATION_OK = message = message exceptions message_created = 1 constant_value_not_found = 2 others = 3 .

HR_GB_P0088_PLACEMENT_END_DATE call function 'HR_GB_P0088_PLACEMENT_END_DATE' exporting p_0088 = p0088 q_0088 = q0088 IMPORTING * VALIDATION_OK = MESSAGE = message EXCEPTIONS MESSAGE_CREATED = 1 OTHERS = 2 .

HR_GB_P0088_STILL_BIRTH call function 'HR_GB_P0088_STILL_BIRTH' exporting p_0088 = p0088 q_0088 = q0088 IMPORTING * VALIDATION_OK = MESSAGE = message EXCEPTIONS MESSAGE_CREATED = 1 SUBTYPE_TEXT_NOT_FOUND = 2 CONSTANT_VALUE_NOT_FOUND = 3 OTHERS = 4 .



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