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 Change Bill Value when we click on Bill Plan Push button in VA41

Former Member
0 Kudos

Dear All,

Can any help how to to change Bill value when user click on Bill Plan push button in VA41.

I have found few exits like USEREXIT_MOVE_FIELD_TO_FPLT, which is not helping me to change the Bill value.

I have tried all options but could not find solution.

Could any one please help me out.

Best Regards,

Suneel Kumar G

4 REPLIES 4

Former Member
0 Kudos

Go for the above enhancement and use the function module 'BILLING_SCHEDULE_SAVE'.

DEBUG and find the internal tables where the old and new values are being saved pass those values to the above function module . it will definitely work

0 Kudos

Dear Ragavendra,

In this form exit USEREXIT_MOVE_FIELD_TO_FPLT, if we use 'BILLING_SCHEDULE_SAVE', we will be able to save but as we are in VA41 which user would't save at that point.

And more over this exit will trigger for all line items. I need to change the FPLT table structure.

Could you please let me know any enhancement point where we can change.

Thanks & Regards,

Suneel Kumar G

Former Member
0 Kudos

Dear All,

This requirement was achieved by Enhancement Spots with help of my friends.

In order to change the Bill Plan values and reflect the values in SAP when we click save, I created an Enhancement Spot : INCLUDE MV45AF0P_PREISFINDUNG_GESAMT and implemented my code.

In order to display the changed Bill Plan values on the screen after clicking Bill Plan tab.I have created an Enhancement Spot in Include LV60FF0F and in form fcode_bearbeiten.

Thanks & Regards,

Suneel Kumar G

0 Kudos

Hi,

I am facing the same situation.. i am able to change the bill value in the debug but the mail issue is i have to use SD_SALESDOCUMENT_CREATE in the form fcode_bearbeiten and then get condition value and based on that read the value and change the Bill value, but due to some reason the FM does not work there.. if any body could help me out it would be great !! looking forward to solution !