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

PRC_COPY_PROCESS_TEST SAP ABAP Report - Program PRC_COPY_PROCESS_TEST







PRC_COPY_PROCESS_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_COPY_PROCESS_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_COPY_PROCESS_TEST. "Basic submit
SUBMIT PRC_COPY_PROCESS_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_COPY_PROCESS_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_COPY_PROCESS_TEST
Text Symbol: 001 = Missing authority (S_DEVELOP for object type DEBUG)
Text Symbol: 110 = Condition rate not OK.
Text Symbol: 340 = Expected :
Text Symbol: 804 = Item:
Text Symbol: 808 = Scenario 1: Copy Item within Same Document
Text Symbol: 809 = Scenario 1.1: Pricing type = D and Copy Type = 1CPY3
Text Symbol: 810 = Scenario 1.2: Pricing type = C and Copy Type = 1CPY4
Text Symbol: 811 = Scenario 1.3: Pricing type = B and Copy Type = 1CPY2
Text Symbol: 901 = Scenario 2: Copy Item between document
Text Symbol: 902 = Scenario 2.1: Pricing type = D and Copy Type = 1CPY3
Text Symbol: 903 = Scenario 2.2: Pricing type = C and Copy Type = 1CPY4
Text Symbol: 904 = Scenario 2.3: Pricing type = B and Copy Type = 1CPY2
Text Symbol: 905 = Scenario 2.4: Pricing type = D and Copy Type = 1CPY5
Text Symbol: 906 = Scenario 2.5: Pricing type = D and Copy Type = 1CPY6
Text Symbol: 910 = Scenario 3: Copy Item between document with Header Condition
Text Symbol: 911 = Scenario 3.1: Pricing type = D and Copy Type = 1CPY3
Text Symbol: 912 = Scenario 3.2: Pricing type = C and Copy Type = 1CPY4
Text Symbol: 913 = Scenario 3.3: Pricing type = B and Copy Type = 1CPY2
Text Symbol: 914 = Item Level
Text Symbol: 915 = Header Level


INCLUDES used within this REPORT PRC_COPY_PROCESS_TEST

INCLUDE PRC_COPY_PROCESS_TEST_F01.
INCLUDE PRC_COPY_PROCESS_TEST_F02.
INCLUDE PRC_COPY_PROCESS_TEST_F03.
INCLUDE PRC_COPY_PROCESS_TEST_F04.
INCLUDE PRC_COPY_PROCESS_TEST_F05.
INCLUDE PRC_COPY_PROCESS_TEST_F06.
INCLUDE PRC_COPY_PROCESS_TEST_F07.
INCLUDE PRC_COPY_PROCESS_TEST_F08.
INCLUDE PRC_COPY_PROCESS_TEST_F09.
INCLUDE PRC_COPY_PROCESS_TEST_F10.
INCLUDE PRC_COPY_PROCESS_TEST_F11.
INCLUDE PRC_COPY_PROCESS_TEST_F12.
INCLUDE PRC_COPY_PROCESS_TEST_F13.
INCLUDE PRC_COPY_PROCESS_TEST_F14.
INCLUDE PRC_COPY_PROCESS_TEST_F15.
INCLUDE PRC_COPY_PROCESS_TEST_F16.
INCLUDE PRC_COPY_PROCESS_TEST_F17.




INCLUDE PRC_COPY_PROCESS_TEST_F18.
INCLUDE PRC_COPY_PROCESS_TEST_F19.
INCLUDE PRC_COPY_PROCESS_TEST_F20.


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