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

Event Creation

aakash_neelaperumal2
Active Participant
0 Likes
303

Hi,

Can anyone suggest as to how to fire an event when a material document is created and the document creation can be done through many transactions

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
283

Hi,

Instead of triggering an event..Try this..

You can use the BADI MB_DOCUMENT_BADI and method in that you can use the method MB_DOCUMENT_UPDATE...This will be triggered after the record is inserted to the table MKPF..The document is also available here in this BADI..

Thanks,

Naren

1 REPLY 1
Read only

Former Member
0 Likes
284

Hi,

Instead of triggering an event..Try this..

You can use the BADI MB_DOCUMENT_BADI and method in that you can use the method MB_DOCUMENT_UPDATE...This will be triggered after the record is inserted to the table MKPF..The document is also available here in this BADI..

Thanks,

Naren