cancel
Showing results for 
Search instead for 
Did you mean: 

copy sale order pricing date to pricing field KDATU

bhargava_dns
Participant
0 Kudos

I have created new access table wherein I have selected the pricing field KDATU from catalog. I am able to maintain price in VK11 against that table. However while creating sale order, system is stopping  with error "Field  is not known for condition accesses "  error code VE804.  My query is how to pass the sale order pricing date to the pricing field KDATU. I am looking for a customization solution. If no such solution is there, please guide me how to resolve issue through user exit. A sample code will be most helpful.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

tao_sun2
Employee
Employee
0 Kudos

Hi Bhargava,

Please ensure you have added this field to the field catalog structure correctly.

Please follow the IMG menu path and read the documentation marked with

* Transaction : SPRO Implementation Guide for R/3 Customizing (IMG)

    -Sales and Distribution   System Modifications  

     Create New Fields (Using Condition Technique)   *   

           New Fields For Account Determination           *

The added fields must has name starting with 'ZZ' or 'YY'.

So I strongly advice to change it. Then they must be filed inside userexit

USEREXIT_PRICING_PREPARE_TKOMK/USEREXIT_PRICING_PREPARE_TKOMP in program MV45AFZZ for sales order and RV60AFZZ for invoices. Please also consider the following notes: 21040    Allowed Fields not appearing for condition table

159684    Not all fields are displayed in condition table

I hope the information is helpful.

Best Regards,

Tao