PRC_TRACK_CHANGES_TEST_HANDF01 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 PRC_TRACK_CHANGES_TEST_HANDF01 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: Include PRC_TRACK_CHANGES_TEST_HANDF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SYSTEM_CALLSTACK CALL FUNCTION 'SYSTEM_CALLSTACK' IMPORTING et_callstack = lt_callstack.
BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = gt_bal_logh IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS OTHERS = 0.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle * I_LANGU = SY-LANGU IMPORTING e_s_msg = ls_msg * E_EXISTS_ON_DB = * E_TXT_MSGTY = * E_TXT_MSGID = * E_TXT_DETLEVEL = * E_TXT_PROBCLASS = * E_TXT_MSG = * E_WARNING_TEXT_NOT_FOUND = EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = gv_bal_log EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PRC_TRACK_CHANGES_TEST_HANDF01 - Include PRC_TRACK_CHANGES_TEST_HANDF01 PRC_TRACK_CHANGES_TEST_F05 - Include PRC_TRACK_CHANGES_TEST_F05 PRC_TRACK_CHANGES_TEST_F04 - Include PRC_TRACK_CHANGES_TEST_F04 PRC_TRACK_CHANGES_TEST_F03 - Include PRC_TRACK_CHANGES_TEST_F03 PRC_TRACK_CHANGES_TEST_F02 - Include PRC_TRACK_CHANGES_TEST_F02 PRC_TRACK_CHANGES_TEST_F01 - Include PRC_TRACK_CHANGES_TEST_F01