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
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.
Title: Unittest for CL_EAM_TASKLIST - Update
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EAM_TASKLIST_UNITTEST_UPDATE - Unittest for CL_EAM_TASKLIST - Update EAM_TASKLIST_UNITTEST_SETUP - Include EAM_TASKLIST_UNITTEST_SETUP EAM_TASKLIST_UNITTEST_READ - Unittest for CL_EAM_TASKLIST - Read EAM_TASKLIST_UNITTEST_HELPER_T - Unittest for CL_EAM_TASKLIST - Text EAM_TASKLIST_UNITTEST_HELPER - Unittest for CL_EAM_TASKLIST - Update EAM_TASKLIST_UNITTEST_CREATE - Unittest for CL_EAM_TASKLIST - Read