2007 May 12 1:19 PM
The requirement is to check the Pricing at billing, with the pricing masters maintained in the T-Code VK11. Now whenever a billing document is raised the price that flows from the sales order needs to be validated against the price maintained in the VK11 transaction. If it differs the system should throw an error message for the same. I want to know the user exit which i could use to throw an error message for the same.
The requirement is to check the Pricing at billing, with the pricing masters maintained in the T-Code VK11. Now whenever a billing document is raised the price that flows from the sales order needs to be validated against the price maintained in the VK11 transaction. If it differs the system should throw an error message for the same. I want to know the user exit which i could use to throw an error message for the same.
2007 May 12 1:24 PM
2007 May 14 4:52 AM
Can u tel me with vofm transaction how can we give message........could u tell me clearly................
2007 May 14 5:36 AM
I have done similar req ,use RV45AFZZ Include program,write down your code under one of the pricing form routine...
Reward Points if it is useful
Thanks
Seshu
2007 May 14 5:49 AM
can u tell me in which transaction ,i tried with se38 and se37 but i could not find this RV45AFZZ program so how to go about it..
2007 May 14 5:53 AM
It should be in SE38 Transaction ,it is include program ....
I will send you the code which i done earlier .
I will post the code tomorrow.
reward Points if it is useful.
Thanks
Seshu
2007 May 14 6:11 AM
In se38 i wrote RV45AFZZ but it is saying does not exit..........
2007 May 14 6:23 AM
2007 May 14 6:31 AM
it was very helpful answer ........
Please can u tell me , inorder to display message comparing vf01 field name of price and vk11 ,is any select query from database needs to be written or else just field name comparing if not equal display message..............
2007 May 14 9:35 AM
option1--> VOFM --> here u can do checking , but not sure abt Raising the error message.
option2-->thru this program u can do ,
get values of condition type from KONP or KOMK or K* in this program, then u have to cross check with values of VK11 condition record, for this u have to find out table name of that condition (press f1 on vk12 , there u will get table name i.e A*)
get condition number from KONP or KOMK
then goto A* tables to cross check.
Regards
Prabhu