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

Using method MB_DOCUMENT_UPDATE of MB_DOCUMENT_BADI

Former Member
0 Likes
1,563

Hello dear friends!

I 'm trying to use the method MB_DOCUMENT_UPDATE for MB1B, but this method is not acessed when I'm using the transaction. I've tried to debug but it only pass in the code of the method MB_DOCUMENT_BEFORE_UPDATE.

I need to create a file with the number of Billing note, and this method don't have the documents numbers yet. Anyone can help me about the use of MB_DOCUMENT_UPDATE? Anyone have used this method?

Thanks a lot,

Diogo.

Hello dear friends!

I 'm trying to use the method MB_DOCUMENT_UPDATE for MB1B, but this method is not acessed when I'm using the transaction. I've tried to debug but it only pass in the code of the method MB_DOCUMENT_BEFORE_UPDATE.

I need to create a file with the number of Billing note, and this method don't have the documents numbers yet. Anyone can help me about the use of MB_DOCUMENT_UPDATE? Anyone have used this method?

Thanks a lot,

Diogo.

2 REPLIES 2
Read only

Former Member
0 Likes
775

Hi Diago,

Did you implement the badi definition in SE19 transaction?

YOu must implement and activate the badi implementation in order that Badi gets triggered in the transaction.

Regards,

Ravi Kanth Talagana

Read only

Former Member
0 Likes
775

Yeap Ravi!

The BADI is implemented and activated. I've searched for the methods calls in the standard code, and I've only found the call of MB_DOCUMENT_BEFORE_UPDATE method.

It's very strange, and I need to use the other method.