SAP Reports / Programs | Payroll | Payroll: General Parts | Reuse Services for Country Development(PY-XX-RS) SAP PY

MP086130_RU SAP ABAP INCLUDE - Include MP086130_RU







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


Text pool values


Title: Include MP086130_RU


INCLUDES used within this REPORT MP086130_RU

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_99S_GET_TEXT_ID CALL FUNCTION 'HR_99S_GET_TEXT_ID' EXPORTING iv_infty = p0861-infty iv_subty = p0861-subty iv_pernr = p0861-pernr iv_tdobject = gc_tdobj iv_tdid = gc_tdid IMPORTING iv_prefix = p0861-lgtxt EXCEPTIONS no_prefix_available = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = p_tdid language = sy-langu name = p_text_name object = p_tdobj IMPORTING header = ls_thead TABLES lines = lt_linetab EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING display = p_display header = ls_thead TABLES lines = lt_linetab EXCEPTIONS id = 1 language = 2 linesize = 3 name = 4 object = 5 textformat = 6 communication = 7 OTHERS = 8.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'ST' "gc_tdid language = sy-langu name = p_old_text_name object = 'TEXT' "gc_tdobj IMPORTING header = ls_thead TABLES lines = lt_linetab EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING header = ls_thead TABLES lines = lt_linetab EXCEPTIONS id = 1 language = 2 linesize = 3 name = 4 object = 5 textformat = 6 communication = 7 OTHERS = 8.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = gc_tdid language = sy-langu name = p_text_name object = gc_tdobj EXCEPTIONS not_found = 1 OTHERS = 2.

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

HR_FEATURE_BACKFIELD * CALL FUNCTION 'HR_FEATURE_BACKFIELD' * EXPORTING * feature = 'MMDAT' * struc_content = ls_mmdat ** KIND_OF_ERROR = * IMPORTING * back = lv_modif ** CHANGING ** STATUS = * 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 * OTHERS = 7 * .



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