SAP Reports / Programs | Application Platform | Pricing & Condition Technique | Pricing(AP-PRC-PR) SAP AP

PRC_SCALEBASE_TEST SAP ABAP Report - Include PRC_SCALEBASE_TEST







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


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_SCALEBASE_TEST. "Basic submit
SUBMIT PRC_SCALEBASE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_SCALEBASE_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: 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.


INCLUDES used within this REPORT PRC_SCALEBASE_TEST

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.




INCLUDE PRC_SCALEBASE_TEST_F25.
INCLUDE PRC_SCALEBASE_TEST_F26.
INCLUDE PRC_SCALEBASE_TEST_F27.
INCLUDE PRC_SCALEBASE_TEST_F28.
INCLUDE PRC_SCALEBASE_TEST_F29.


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