SAP Reports / Programs

PRC_TRACK_CHANGES_TEST SAP ABAP Report - Report PRC_TRACK_CHANGES_TEST







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


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


Text pool values


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


INCLUDES used within this REPORT PRC_TRACK_CHANGES_TEST

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.


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:

/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.



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