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

PRC_CHECK_PRCD_DB_CONSISTENCY SAP ABAP Report - Checks the consistency of pricing documents (PRCD* database tables)







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


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


Text pool values


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


INCLUDES used within this REPORT PRC_CHECK_PRCD_DB_CONSISTENCY

No INCLUDES are used within this REPORT code!


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/CUS_T681A_SEL CALL FUNCTION '/SAPCND/CUS_T681A_SEL' IMPORTING et_selected_data = gt_t681a.



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