SAP Reports / Programs | Plant Maintenance | Preventive Maintenance | Maintenance Task Lists(PM-PRM-TL) SAP PM

EAM_TASKLIST_UNITTEST_UPDATE SAP ABAP INCLUDE - Unittest for CL_EAM_TASKLIST - Update







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


Text pool values


Title: Unittest for CL_EAM_TASKLIST - Update


INCLUDES used within this REPORT EAM_TASKLIST_UNITTEST_UPDATE

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:

EAM_TASKLIST_GET_DETAIL CALL FUNCTION 'EAM_TASKLIST_GET_DETAIL' EXPORTING iv_plnty = gs_tst_obj-tl_general-plnty iv_plnnr = gs_tst_obj-tl_general-plnnr iv_plnal = gs_tst_obj-tl_general-plnal iv_date = gs_tst_obj-date iv_refresh_buffer = abap_false TABLES et_headers = lt_header et_operations = lt_opr et_prts = lt_prt et_spack_lines = lt_spack_lines et_spack_outlines = lt_spack_outlines et_text = lt_text et_text_lines = lt_text_lines et_return = lt_return.

EAM_TASKLIST_CHANGE CALL FUNCTION 'EAM_TASKLIST_CHANGE' EXPORTING iv_plnty = gs_tst_obj-tl_general-plnty iv_plnnr = gs_tst_obj-tl_general-plnnr iv_date = lv_date TABLES * IT_HEADER_DEL = it_header_upd = lt_header_upd it_header_updx = lt_header_updx it_operations_ins = lt_opr_ins it_operations_del = lt_opr_del it_operations_upd = lt_opr_upd it_operations_updx = lt_opr_updx it_prts_ins = lt_prt_ins it_prts_del = lt_prt_del it_prts_upd = lt_prt_upd it_prts_updx = lt_prt_updx it_spack_lines_ins = lt_spack_lines_ins it_spack_lines_upd = lt_spack_lines_upd it_spack_lines_updx = lt_spack_lines_updx * IT_SPACK_DEL = it_spack_outlines_ins = lt_spack_outlines_ins it_spack_outlines_upd = lt_spack_outlines_upd it_spack_outlines_updx = lt_spack_outlines_updx * it_spack_outlines_del = lt_spack_outlines_del it_text_ins = lt_text_ins it_text_lines_ins = lt_text_lines_ins it_text_del = lt_text_del it_text_upd = lt_text_upd it_text_lines_upd = lt_text_lines_upd et_return = lt_return.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.



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