When you maintain a product for a line item in an SAP CRM quotation document, you encounter the following error message: Pricing procedure could not being determined
by debugging, the error message is thrown on the 55th line of the function module Crm_pridoc_com_prcproc_det_sel:
Within the subroutine Determine_procedure, it is learned that the CRM system calculates a corresponding pricing procedure requires 5 input parameters, which are listed in rows 81st through 85:
The names of the pricing procedure that are combined with these 5 parameters are stored in the output parameter ls_prcproc_det of line 87th.
Solution for error messages
Depending on the values of the 5 input parameters that are debugged, a pricing procedure can be maintained in the Spro. Here I use the procedure for 0CRM02.
The value A of Document pricing procedure means standard.
The following is the procedure I maintain, after which the error message disappears.
To get more original Jerry's technical articles, please follow the public number "Wang Zixi" or scan the QR code below:
How to handle error messages Pricing procedure could not be determined