SAP Reports / Programs | Personnel Management | Personnel Administration | China(PA-PA-CN) SAP PA

MP505820 SAP ABAP INCLUDE - PD Infotype 5058 Special Module PAI/PBO







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


Text pool values


Title: PD Infotype 5058 Special Module PAI/PBO


INCLUDES used within this REPORT MP505820

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:

HRHAP_HEAD_OBJECT_GET_LIST CALL FUNCTION 'HRHAP_HEAD_OBJECT_GET_LIST' EXPORTING plvar = '01' otype = otype begda = '19000101' endda = '99991231' seark = '*' * t_base_objects = lt_base_objects * multi_select = r3_multi_select no_dialog = '4' cb_function_module = 'HRHAP_0CB_RESTRICT_APPRAISEE' IMPORTING t_selected_objects = lt_selected_objects s_return = ls_return.

HRHAP_HEAD_OBJECT_GET_LIST CALL FUNCTION 'HRHAP_HEAD_OBJECT_GET_LIST' EXPORTING plvar = '01' otype = lv_otype begda = '19000101' endda = '99991231' seark = original_id * t_base_objects = lt_base_objects * multi_select = r3_multi_select no_dialog = 'X' cb_function_module = 'HRHAP_0CB_RESTRICT_APPRAISEE' IMPORTING t_selected_objects = lt_selected_objects s_return = ls_return.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 undefind_error = 0 OTHERS = 0.

DD_DOMA_GET CALL FUNCTION 'DD_DOMA_GET' EXPORTING domain_name = domain_name langu = sy-langu withtext = 'X' TABLES dd07v_tab_a = it_taba dd07v_tab_n = it_tabb EXCEPTIONS illegal_value = 1 op_failure = 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 MP505820 or its description.