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

MP087440 SAP ABAP INCLUDE - Include MP087440







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


INCLUDES used within this REPORT MP087440

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:

CONVERT_STREAM_TO_ITF_TEXT CALL FUNCTION 'CONVERT_STREAM_TO_ITF_TEXT' TABLES text_stream = lt_text_stream itf_text = lt_sapscript_tline.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = ls_header TABLES lines = lt_sapscript_tline EXCEPTIONS id = 1 language = 2 name = 3 object = 4 OTHERS = 5.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING database_only = 'X' "read only from DB object = c_text_object name = ls_header-tdname id = c_text_id TABLES selections = lt_sapscript_thead
EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = c_text_id language = c_text_language name = ls_header-tdname object = c_text_object TABLES lines = lt_sapscript_tline EXCEPTIONS id = 01 language = 02 name = 03 not_found = 04 object = 05 reference_check = 06 wrong_access_to_archive = 07 OTHERS = 08.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = c_text_id language = 'E' name = l_text_name object = c_text_object savemode_direct = 'X' EXCEPTIONS not_found = 1 OTHERS = 2.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = c_text_object savemode_direct = 'X' IMPORTING commit_count = l_count.



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