SAP Reports / Programs

PRC_EXCLUSION_TEST SAP ABAP Report - PRCEXCLUSIONTEST







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


Text pool values


Text Symbol: 826 = Scenario 6
Text Symbol: 825 = Scenario 4
Text Symbol: 824 = Scenario 3
Text Symbol: 823 = Scenario 2
Text Symbol: 822 = Scenario 1
Text Symbol: 821 = for Condition Type
Text Symbol: 820 = Number of Faulty Checks :
Text Symbol: 819 = Number of Successful Checks :
Text Symbol: 818 = Total number of checks made :
Text Symbol: 817 = Scenario 4 : Swapping Inactive Flag - - A- Best between condition types
Text Symbol: 816 = Step 04 : Changing Conditions for testing Scenario 5
Text Symbol: 815 = Step 03 : Changing Conditions for testing Scenario 4
Text Symbol: 814 = Step 02 : Changing Conditions for testing Scenario 2 , Scenario 3 and Scenario 6
Text Symbol: 813 = Scenario 3 : Equi value Scenario - A- Best between condition types
Text Symbol: 812 = Scenario 2 : Inactive flag in exclusion.
Text Symbol: 811 = Scenario 6 : Condition type that was inactive in the normal scenario becomes active
Text Symbol: 810 = Scenario 1: D- Exclusive procedure
Text Symbol: 809 = Scenario 1: F- Less favourable between the 2 Exclusion groups
Text Symbol: 808 = Sceneario 1: C- Best condition between the 2 Exclusion groups
Text Symbol: 807 = Sceneario 1 : E- Less favourable within condition type
Text Symbol: 806 = Sceneario 1 : B- Best within condition type
Text Symbol: 805 = Sceneario 1 : A- Best between condition types
Text Symbol: 804 = Checking Item conditions for item
Text Symbol: 801 = Scenario 1 : Testing Normal Exclusion scenarios
Text Symbol: 340 = Expected
Text Symbol: 017 = Actual Condition value not matching with expected condition value
Text Symbol: 015 = Actual Condition rate not matching with expected condition rate
Text Symbol: 014 = Actual Condition Inactive Flag not matching with expected rCondition Inactive Flag
Text Symbol: 013 = Actual Condition base not matching with expected condition base
Text Symbol: 012 = Condition Inactive Flag is correctly set
Text Symbol: 011 = Condition Inactive Flag is not correctly set
Text Symbol: 010 = Condition value is ok
Text Symbol: 009 = Condition value is not ok
Text Symbol: 008 = Condition rate is ok
Text Symbol: 007 = Condition rate is not ok
Text Symbol: 006 = condition base is ok
Text Symbol: 005 = condition base is not ok
Text Symbol: 001 = Missing authority (S_DEVELOP for object type DEBUG)





INCLUDES used within this REPORT PRC_EXCLUSION_TEST

INCLUDE PRC_EXCLUSION_TEST_F01 .
INCLUDE PRC_EXCLUSION_TEST_F02.


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