Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exits for VF01

Former Member
0 Likes
1,531

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.

9 REPLIES 9
Read only

Former Member
0 Likes
1,255

Check with RV45AFZZ or VOFM Transaction

Read only

0 Likes
1,255

Can u tel me with vofm transaction how can we give message........could u tell me clearly................

Read only

Former Member
0 Likes
1,255

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

Read only

0 Likes
1,255

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..

Read only

0 Likes
1,255

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

Read only

0 Likes
1,255

In se38 i wrote RV45AFZZ but it is saying does not exit..........

Read only

0 Likes
1,255

its RV60AFZZ for billing.

Regards

Prabhu

Read only

0 Likes
1,255

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..............

Read only

0 Likes
1,255

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