SAP Reports / Programs

PRC_MANUAL_CHANGE_ENTRY_TEST SAP ABAP Report - PRCMANUALCHANGEENTRYTEST







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


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_MANUAL_CHANGE_ENTRY_TEST. "Basic submit
SUBMIT PRC_MANUAL_CHANGE_ENTRY_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT PRC_MANUAL_CHANGE_ENTRY_TEST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT PRC_MANUAL_CHANGE_ENTRY_TEST

INCLUDE PRC_MANUAL_CHANGE_ENTRY_F01.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F02.




INCLUDE PRC_MANUAL_CHANGE_ENTRY_F03.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F04.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F05.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F06.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F07.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F08.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F09.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F10.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F11.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F12.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F13.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F14.
INCLUDE PRC_MANUAL_CHANGE_ENTRY_F15.


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.

SUSR_CHECK_DEBUG_ABILITY CALL FUNCTION 'SUSR_CHECK_DEBUG_ABILITY' EXCEPTIONS user_not_authorized = 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_MANUAL_CHANGE_ENTRY_TEST or its description.