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

INVOICE_UPDATE BAdI

Former Member
0 Likes
520

Hello,

I have implemented CHANGE_AT_SAVE method from INVOICE_UPDATE BAdI, to call a function module just when I save an invoice but this method executes when I simulate the invoice.

How can I avoid that?

Thanks in advance,

Jennie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

Hi,

You can use the METHOD CHANGE_BEFORE_UPDATE or CHANGE_IN_UPDATE..

Which will be called when saving the invoice..

Thanks,

Naren

Hello,

I have implemented CHANGE_AT_SAVE method from INVOICE_UPDATE BAdI, to call a function module just when I save an invoice but this method executes when I simulate the invoice.

How can I avoid that?

Thanks in advance,

Jennie

1 REPLY 1
Read only

Former Member
0 Likes
464

Hi,

You can use the METHOD CHANGE_BEFORE_UPDATE or CHANGE_IN_UPDATE..

Which will be called when saving the invoice..

Thanks,

Naren