PRC_SCALEBASE_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_SCALEBASE_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: Include PRC_SCALEBASE_TEST
Text Symbol: 001 = Missing authority (S_DEVELOP for object type DEBUG)
Text Symbol: 009 = Condition rate OK.
Text Symbol: 110 = Condition rate not OK.
Text Symbol: 340 = Expected
Text Symbol: 500 = Report Status:
Text Symbol: 501 = Total No of checks:
Text Symbol: 502 = No of success:
Text Symbol: 503 = No of failure:
Text Symbol: 504 =
Text Symbol: 505 = FAILURE
Text Symbol: 510 = No condition result found for level and counter:
Text Symbol: 804 = Item:
Text Symbol: 808 = Scenario 1: Checking Scale Base Types.
INCLUDE PRC_SCALEBASE_TEST_F01.
INCLUDE PRC_SCALEBASE_TEST_F02.
INCLUDE PRC_SCALEBASE_TEST_F03.
INCLUDE PRC_SCALEBASE_TEST_F04.
INCLUDE PRC_SCALEBASE_TEST_F06.
INCLUDE PRC_SCALEBASE_TEST_F05.
INCLUDE PRC_SCALEBASE_TEST_F07.
INCLUDE PRC_SCALEBASE_TEST_F08.
INCLUDE PRC_SCALEBASE_TEST_F09.
INCLUDE PRC_SCALEBASE_TEST_F10.
INCLUDE PRC_SCALEBASE_TEST_F11.
INCLUDE PRC_SCALEBASE_TEST_F12.
INCLUDE PRC_SCALEBASE_TEST_F13.
INCLUDE PRC_SCALEBASE_TEST_F14.
INCLUDE PRC_SCALEBASE_TEST_F15.
INCLUDE PRC_SCALEBASE_TEST_F16.
INCLUDE PRC_SCALEBASE_TEST_F17.
INCLUDE PRC_SCALEBASE_TEST_F18.
INCLUDE PRC_SCALEBASE_TEST_F19.
INCLUDE PRC_SCALEBASE_TEST_F20.
INCLUDE PRC_SCALEBASE_TEST_F21.
INCLUDE PRC_SCALEBASE_TEST_F22.
INCLUDE PRC_SCALEBASE_TEST_F23.
INCLUDE PRC_SCALEBASE_TEST_F24.
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_SCALEBASE_TEST - Include PRC_SCALEBASE_TEST PRC_SCALEBASE_TEST - Include PRC_SCALEBASE_TEST PRC_REL_FOR_SIMULATION_TEST - Test report to check the 'Simulation in Pricing' functionality PRC_REL_FOR_SIMULATION_TEST - Test report to check the 'Simulation in Pricing' functionality PRC_REL_FOR_SIMULATION_AUNIT - Include PRC_REL_FOR_SIMULATION_AUNIT PRC_RANDOM_CALL_TEST - Test Program For Pricing API