PRC_CHECK_PRCD_DB_CONSISTENCY 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_CHECK_PRCD_DB_CONSISTENCY 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.
Selection Text: SO_WAERK = D .
Selection Text: SO_PRSDT = D .
Selection Text: SO_KNUMV = D .
Selection Text: SO_KAPPL = D .
Selection Text: SO_KALSM = D .
Selection Text: SO_HWAER = D .
Selection Text: P_ITEM = PRCD_ITEM
Selection Text: P_HEAD = PRCD_HEAD
Selection Text: P_COND = PRCD_COND
Title: Checks the consistency of pricing documents (PRCD* database tables)
Text Symbol: 133 = No entry found in PRCD_COND for
Text Symbol: 132 = Condition type customizing missing for
Text Symbol: 131 = Pricing step customizing missing for
Text Symbol: 130 = Check PRCD_COND:
Text Symbol: 120 = Check PRCD_ITEM:
Text Symbol: 114 = No entry found in PRCD_COND for KNUMV
Text Symbol: 113 = No entry found in PRCD_ITEM for KNUMV
Text Symbol: 112 = Pricing procedure customizing missing for
Text Symbol: 111 = Application customizing missing for
Text Symbol: 110 = Check PRCD_HEAD:
Text Symbol: 102 = Entry missing in PRCD_ITEM for key
Text Symbol: 101 = Entry missing in PRCD_HEAD for key
Text Symbol: 099 = Number of errors:
Text Symbol: 030 = Read entries from database
Text Symbol: 020 = Number of selected database entries
Text Symbol: 010 = Selection criteria for PRCD_HEAD
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/CUS_T681A_SEL CALL FUNCTION '/SAPCND/CUS_T681A_SEL' IMPORTING et_selected_data = gt_t681a.
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_CHECK_PRCD_DB_CONSISTENCY - Checks the consistency of pricing documents (PRCD* database tables) PRC_CHECK_PRCD_DB_CONSISTENCY - Checks the consistency of pricing documents (PRCD* database tables) PRC_CHECK_DB_CONSISTENCY - Program PRC_CHECK_DB_CONSISTENCY PRC_CHECK_DB_CONSISTENCY - Program PRC_CHECK_DB_CONSISTENCY PRC_CFG_INTEGRATION_TEST_F01 - Include _CFG_INTEGRATION_TEST_F01 PRC_CFG_INTEGRATION_TEST - Test Program For Pricing API