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

MB_DOCUMENT_BADI

Former Member
0 Likes
407

Hi All,

We have an active implementation to the BADI MB_DOCUMENT_BADI but we do not want to activate it for the specific movement type.

Problem is being here that we are not suppose to add any modification to this implementation.

So kindly can any one please suggest me how I can have an control to this BADI that it should not trigger for specific movement type.?

Also please let me know if is there any function exit where I can have control to this implementation.

Thanks,

Sandy.

1 ACCEPTED SOLUTION
Read only

rmazzali
Active Contributor
0 Likes
372

make a custom table (buffered !!) with the movement types that allows the exit execution.

pls. reward if helpful

Roberto

Hi All,

We have an active implementation to the BADI MB_DOCUMENT_BADI but we do not want to activate it for the specific movement type.

Problem is being here that we are not suppose to add any modification to this implementation.

So kindly can any one please suggest me how I can have an control to this BADI that it should not trigger for specific movement type.?

Also please let me know if is there any function exit where I can have control to this implementation.

Thanks,

Sandy.

2 REPLIES 2
Read only

rmazzali
Active Contributor
0 Likes
373

make a custom table (buffered !!) with the movement types that allows the exit execution.

pls. reward if helpful

Roberto

Read only

Former Member
0 Likes
372

Hi Roberto,

Can you please explain me your thoughts in detail and also please let me know how we can use this buffered table to have control.

Thanks,

Sandy.