PRC_MULTI_VAL_ATTR_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_MULTI_VAL_ATTR_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_MULTI_VAL_ATTR_TEST
Text Symbol: 809 = Scenario2 : Two Multi Valued Attribute (BP and Product GP) and Exclusion logic is tested with 1MV2
Text Symbol: 808 = Scenario1 : One Multi Valued Attribute (BP) and Exclusion logic is tested with 1MV2
Text Symbol: 804 = checking Item conditions for item
Text Symbol: 803 = checking Header conditions
Text Symbol: 802 = step 02: create items 1 and 2
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_MULTI_VAL_ATTR_TEST_F01.
INCLUDE PRC_MULTI_VAL_ATTR_TEST_F02.
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_MULTI_VAL_ATTR_TEST - Program PRC_MULTI_VAL_ATTR_TEST PRC_MULTI_VAL_ATTR_TEST - Program PRC_MULTI_VAL_ATTR_TEST PRC_MAST_MAINT_RESOLVE_TESTF01 - Include PRC_MAST_MAINT_RESOLVE_TESTF01 PRC_MAST_MAINT_RESOLVE_TEST - Program PRC_MAST_MAINT_RESOLVE_TEST PRC_MAST_MAINT_RESOLVE_TEST - Program PRC_MAST_MAINT_RESOLVE_TEST PRC_MAST_MAINT_RESOLVE_SRV - Include PRC_MAST_MAINT_RESOLVE_SRV