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

Stop a Transaction from a BAdI

Former Member
0 Likes
684

Hi guys, I'm using Ecc 6.0 here,

In Transaction ME41, when you register the vendor for RFQ (request for quotation), a few Badis are triggered, inside the badi, when I see that there is no e-mail for that vendor, I need to prevent the transaction from registering the vendor, I already tryed rollback work but didnt worked.

Which is the right way to stop the transaction from a badi?

Thank you,

Roberto

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi Roberto,

Perhaps overkill, but giving a message of type 'A' will certainly do the job.

Regards,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
620

Hi Roberto,

Perhaps overkill, but giving a message of type 'A' will certainly do the job.

Regards,

John.

Read only

0 Likes
619

John, I was thinking the same But again, overkill.

Regards,

RIch Heilman

Read only

0 Likes
619

Thank you! I totally forgot about the A type message, it worked... my bad..

one more thing, what is this 'overkill'?

Thank you guys for the fast answer

Roberto