Application Development 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: 

Need to throw a Message for VA01

Former Member
0 Kudos

Hi All,

I am working on AFS. Here we have a requirement where in VA01 to throw a warning message.

First it will check in VK11 what is the Target Sales for a Specific Customer in a date range depending on the Billing Value. If the Billing value is exceeding the limit assigned for that customer in that period, when ever the customer number is entered in VA01 it should give a warning message stating that the customers Limit have exceeded.

I am unable to find out which User Exit/Badi/Enhancement point should I use and how ?

If anyone have faced sucha a problem please let me know how you solved the issue.

Thanks and Regards.

Ekalabya Patnaik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You may use FORM USEREXIT_MOVE_FIELD_TO_VBKD.

of MV45AFZZ for the same.

Regards

Raju Chitale

3 REPLIES 3

Former Member
0 Kudos

Hi

If you want to check the credit limit of customer, proceed as following

T code FD32 .Enter customer ,credit control area.Tick overview, address,central data,status and payment history.Press enter.on central data screen enter the amount and currency.

Regards,

Rajaram.K

0 Kudos

I want to throw a message if the actual billing value is more than the customer Target Value.

I want the message to be displayed once the customer number is entered in VA01.

Former Member
0 Kudos

Hi,

You may use FORM USEREXIT_MOVE_FIELD_TO_VBKD.

of MV45AFZZ for the same.

Regards

Raju Chitale