SAP Reports / Programs

PRC_GROUP_CONDITION_TEST SAP ABAP Report - Program PRC_PRICING_TEST3







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


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_GROUP_CONDITION_TEST. "Basic submit
SUBMIT PRC_GROUP_CONDITION_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_GROUP_CONDITION_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: 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)


INCLUDES used within this REPORT PRC_GROUP_CONDITION_TEST

INCLUDE PRC_GROUP_CONDITION_TEST_F02.
INCLUDE PRC_GROUP_CONDITION_TEST_F01.


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.



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