PRC_MANUAL_CHANGE_ENTRY_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_MANUAL_CHANGE_ENTRY_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.
Text Symbol: 838 = Actual Errors thrown by the API
Text Symbol: 837 = Condition 1MA6 is not allowed as item condition
Text Symbol: 836 = Condition 1MA5 is not allowed as item condition
Text Symbol: 835 = Condition 1MA5 is not allowed as header condition
Text Symbol: 834 = Condition 1MA4 cannot be processed manually
Text Symbol: 833 = Condition 1MA3 is not allowed as header condition
Text Symbol: 832 = Condition 1MA2 is not allowed as header condition
Text Symbol: 831 = Condition 1MA1 is not allowed as header condition
Text Symbol: 830 = Expected Errors to be thrown by the API
Text Symbol: 829 = Partner could nt be created. Report is terminating without further processing
Text Symbol: 828 = Product could nt be created. Report is terminating without further processing
Text Symbol: 827 = Expected error is matching with Actual error thrown by API for Scenario 4:
Text Symbol: 826 = Expected error is matching with Actual error thrown by API for Scenario 3:
Text Symbol: 825 = Actual error thrown by API for Scenario 4:
Text Symbol: 824 = Expected error thrown by API for Scenario 4:
Text Symbol: 823 = Actual error thrown by API for Scenario 3:
Text Symbol: 822 = Expected error thrown by API for Scenario 3:
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: 809 = Scenario 5 :Changing Condition Rate / Unit of measure
Text Symbol: 808 = Scenario 4 :Adding Conditions on the Item Level
Text Symbol: 807 = Scenario 3 :Adding Conditions on the Header Level
Text Symbol: 806 = Scenario 2 :Manual Entry Flag in the Pricing Procedure is checked for 1MA2
Text Symbol: 805 = Sceneario 1 : Normal scenario
Text Symbol: 340 = Expected
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 = Execution of report is denied in productive client in customer system.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F01.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_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.
SUSR_CHECK_DEBUG_ABILITY CALL FUNCTION 'SUSR_CHECK_DEBUG_ABILITY' EXCEPTIONS user_not_authorized = 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_MANUAL_CHANGE_ENTRY_TEST - PRCMANUALCHANGEENTRYTEST PRC_MANUAL_CHANGE_ENTRY_TEST - PRCMANUALCHANGEENTRYTEST PRC_MANUAL_CHANGE_ENTRY_F15 - Include PRC_MANUAL_CHANGE_ENTRY_F15 PRC_MANUAL_CHANGE_ENTRY_F14 - Include PRC_MANUAL_CHANGE_ENTRY_F14 PRC_MANUAL_CHANGE_ENTRY_F13 - Include PRC_MANUAL_CHANGE_ENTRY_F13 PRC_MANUAL_CHANGE_ENTRY_F12 - Include PRC_MANUAL_CHANGE_ENTRY_F12