PRC_GROUP_CONDITION_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_GROUP_CONDITION_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: Program PRC_PRICING_TEST3
Text Symbol: 808 = Scenario 1 : Before Product group change
Text Symbol: 807 = Scenario 4 : Quantity value changed for item 3 by retaining the fixation Flag
Text Symbol: 806 = Scenario 3 : Fixation Flag set to item 3
Text Symbol: 805 = Scenario 2 : Changing the product group of second item from 3 to 2
Text Symbol: 804 = checking Item conditions for item
Text Symbol: 803 = checking Header conditions
Text Symbol: 802 = step 02: create items 1, 2 and 3
Text Symbol: 801 = step 01: create an empty document...
Text Symbol: 360 = net value differs from expected value
Text Symbol: 350 = net value is ok
Text Symbol: 340 = expected
Text Symbol: 330 = net value is not ok
Text Symbol: 320 = item
Text Symbol: 310 = header
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 rounding difference value not matching with expected rounding difference value
Text Symbol: 013 = Actual Condition base not matching with expected condition base
Text Symbol: 012 = Rounding Difference value is ok
Text Symbol: 011 = Rounding Difference value is not ok
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)
INCLUDE PRC_GROUP_CONDITION_TEST_F02.
INCLUDE PRC_GROUP_CONDITION_TEST_F01.
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.
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_GROUP_CONDITION_TEST - Program PRC_PRICING_TEST3 PRC_GROUP_CONDITION_TEST - Program PRC_PRICING_TEST3 PRC_GET_USED_FORMULAS - Collect formulas used in pricing customizing PRC_GET_USED_FORMULAS - Collect formulas used in pricing customizing PRC_GET_PERIODS_UNIT_TEST_FF01 - Include PRC_GET_PERIODS_UNIT_TEST_FF01 PRC_GET_PERIODS_UNIT_TEST - Period Calculator Automated testing by ananth