PPEDBINST_UNIT_TEST_READ_IMPL 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 PPEDBINST_UNIT_TEST_READ_IMPL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gv_parent_guid1_pv.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gv_parent_guid1_pr.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gv_parent_guid2_pv.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = gv_parent_guid2_pr.
PPEDBINST_READ_WITHOUT_AENNR CALL FUNCTION 'PPEDBINST_READ_WITHOUT_AENNR' EXPORTING it_inst = lt_inst IMPORTING et_instanceid = lt_instanceid et_insthist = lt_insthist et_insthisttx = lt_insthisttx.
PPEDBINST_READ_WITHOUT_AENNR CALL FUNCTION 'PPEDBINST_READ_WITHOUT_AENNR' EXPORTING it_inst = lt_inst IMPORTING et_instanceid = lt_instanceid et_insthist = lt_insthist et_insthisttx = lt_insthisttx.
PPEDBINST_READ_WITHOUT_AENNR CALL FUNCTION 'PPEDBINST_READ_WITHOUT_AENNR' EXPORTING it_inst = lt_inst IMPORTING et_instanceid = lt_instanceid et_insthist = lt_insthist et_insthisttx = lt_insthisttx.
PPEDBINST_READ_BY_PARENT CALL FUNCTION 'PPEDBINST_READ_BY_PARENT' EXPORTING it_parentguid = lt_parentguid IMPORTING et_instanceid = lt_instanceid et_insthist = lt_insthist et_insthisttx = lt_insthisttx.
PPEDBINST_READ_BY_PARENT CALL FUNCTION 'PPEDBINST_READ_BY_PARENT' EXPORTING it_parentguid = lt_parentguid IMPORTING et_instanceid = lt_instanceid et_insthist = lt_insthist et_insthisttx = lt_insthisttx.
PPEDBINST_CMP_READ CALL FUNCTION 'PPEDBINST_CMP_READ' EXPORTING it_inst_instcnt = lt_inst_instcnt IMPORTING et_instcmpd = lt_instcmpd.
PPEDBINST_TIMSTMP_READ CALL FUNCTION 'PPEDBINST_TIMSTMP_READ' EXPORTING it_inst = lt_inst IMPORTING et_inst_timstmp = lt_inst_timstmp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPEDBINST_UNIT_TEST_READ_IMPL - PPEDBINSTUNITTESTREADIMPL PPEDBINST_UNIT_TEST_READ_DEF - PPEDBINSTUNITTESTREADDEF PPEDBINST_LCL_DBINST_IMPL - PPEDBINSTLCLDBINSTIMPL PPEDBINST_LCL_DBINST_DEF - PPEDBINSTLCLDBINSTDEF PPEDBINST_LCL_DBINSTCMP_IMPL - PPEDBINSTLCLDBINSTCMPIMPL PPEDBINST_LCL_DBINSTCMP_DEF - PPEDBINSTLCLDBINSTCMPDEF