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: 

Sales Document Billing Conditions

Former Member
0 Kudos

HI All,

I have a peculiar requirement with the sales document billing conditions. the requirement is that when a delivery invoice is created with reference to a sales document, then my billing conditions value has to be changed depending upon the delivery invoice quantity and delivery invoice batch value. i have written a code to process the same with the help of a form routine (VOFM). but the problem is the user has to come back to VA02 screen again and press the update button to change the value. but the user wants the values to be changes automatically when the delivery invoice is created . can any when help me on this. any user exit or badi names can be used for this requirement ?

Thanks and Regards,

M.Phanindra

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Debugg the code for VA02 after you press on Update button. Put break point on statement 'CALL'

you will find the function module which does the updation process.

Use the same code to serve your purpose.

Regards

Sachin

1 REPLY 1

Former Member
0 Kudos

Hi

Debugg the code for VA02 after you press on Update button. Put break point on statement 'CALL'

you will find the function module which does the updation process.

Use the same code to serve your purpose.

Regards

Sachin