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: 

BADI after material document post is done

shilpi-a
Explorer
0 Kudos

Hi Experts,

My requirement is to  access tables - Ser03, OBJK using same material document which has just got posted through MIGO.

I tried BAdi's - MB_DOCUMENT_UPDATE, MB_MIGO_BADI, MB_DOCUMENT_BADI and i got material document number. But the above mentioned tables were not updated till then and so they were blank.

Please suggest me suitable way to access tables just after posting is done.

Thanks.
Shilpi

 

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Just, use any BAdI where document number is available to CALL a RFC enabled FM in BACKGROUND. This wrapper FM will be executed after the Update V1 FM, so after database update.