PRC_TRACK_CHANGES_TEST is a standard Executable ABAP Report 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 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: Report PRC_TRACK_CHANGES_TEST
Text Symbol: 001 = Missing authority (S_DEVELOP for object type DEBUG)
Text Symbol: 002 = Number of records returned matches the expected value .
Text Symbol: 003 = Number of records returned does not match the expected value .
Text Symbol: 004 = returned
Text Symbol: 005 = Actual
Text Symbol: 006 = Scenario 3 : Exception is correctly thrown as expected
Text Symbol: 007 = Scenario 3 : Exception is not thrown as expected .
Text Symbol: 010 = Scenario 1 : Tracking of addition , change , deletion and repricing
Text Symbol: 011 = Scenario 2 : Check if the reset flag has refreshed the table and values populated fresh
Text Symbol: 012 = Scenario 3 : Track_change flag is not set and check if the exception is correctly thrown
INCLUDE PRC_TRACK_CHANGES_TEST_01 .
INCLUDE PRC_TRACK_CHANGES_TEST_PRC_F01.
INCLUDE PRC_TRACK_CHANGES_TEST_HANDF01.
INCLUDE PRC_TRACK_CHANGES_TEST_F01.
INCLUDE PRC_TRACK_CHANGES_TEST_F02.
INCLUDE PRC_TRACK_CHANGES_TEST_F03.
INCLUDE PRC_TRACK_CHANGES_TEST_F04.
INCLUDE PRC_TRACK_CHANGES_TEST_F05.
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/TST_AUTH_CHECK_SRV CALL FUNCTION '/SAPCND/TST_AUTH_CHECK_SRV' EXCEPTIONS exc_auth_fail = 1 OTHERS = 2.
SUSR_CHECK_DEBUG_ABILITY CALL FUNCTION 'SUSR_CHECK_DEBUG_ABILITY' EXCEPTIONS user_not_authorized = 1 OTHERS = 2.
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 - Report PRC_TRACK_CHANGES_TEST PRC_TRACK_CHANGES_TEST - Report PRC_TRACK_CHANGES_TEST PRC_SYNC_AND_RESOLVE_TEST - Program PRC_SYNC_AND_RESOLVE PRC_SYNC_AND_RESOLVE_TEST - Program PRC_SYNC_AND_RESOLVE PRC_STATIC_ANALYSIS - Program PRC_STATIC_ANALYSIS PRC_STATIC_ANALYSIS - Program PRC_STATIC_ANALYSIS