PRC_GROUP_COND_WO_GKEY_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_COND_WO_GKEY_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 for Testing Pricing's Group Condition Functionality
Text Symbol: 820 = Number of Faulty Checks :
Text Symbol: 819 = Number of Successful Checks :
Text Symbol: 818 = Total number of checks made :
Text Symbol: 810 = Scenario 4 : Remove the statistical flag from item 3
Text Symbol: 809 = Scenario 3 :Set Item 3 as statistical
Text Symbol: 808 = Scenario 1 : Before Product group change
Text Symbol: 807 = Scenario 6 : Quantity value changed for item 2 and retain the fixation flag in item 3
Text Symbol: 806 = Scenario 5 : 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 = Execution of report is denied in productive client in customer system.
INCLUDE PRC_GROUP_COND_WO_GKEYTEST_F02.
INCLUDE PRC_GROUP_COND_WO_GKEYTEST_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_COND_WO_GKEY_TEST - Program for Testing Pricing's Group Condition Functionality PRC_GROUP_COND_WO_GKEY_TEST - Program for Testing Pricing's Group Condition Functionality PRC_GROUP_COND_WO_GKEYTEST_F02 - Include PRC_GROUP_COND_WO_GKEYTEST_F02 PRC_GROUP_COND_WO_GKEYTEST_F01 - Include PRC_GROUP_COND_WO_GKEYTEST_F01 PRC_GROUP_CONDITION_TEST_F02 - Include _PRICING_TEST_F02 PRC_GROUP_CONDITION_TEST_F01 - Include _PRICING_TEST3_F01