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

BADI exception

FredericGirod
Active Contributor
0 Likes
717

Hi,

how to set an exception in a BADI ?

I need to set IGNORE_REST to a BADI: BADI_MATN1.

Rgd

Frédéric

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

Hi,

If you are talking about how to raise an exception in a BADI method Implementation then the following is the statement to use in your badi implementation code.

<b>RAISE IGNORE_REST.</b>

Hope this helps..

Sri

3 REPLIES 3
Read only

Former Member
0 Likes
668

Hi,

If you are talking about how to raise an exception in a BADI method Implementation then the following is the statement to use in your badi implementation code.

<b>RAISE IGNORE_REST.</b>

Hope this helps..

Sri

Read only

Former Member
0 Likes
667

Hi Frédéric,

have you try as in FM with raise IGNORE_REST.

BYE

ENZO

Read only

Former Member
0 Likes
667

Hi,

Can you elaborate a bit, If you check the definition of the BADI BADI_MATN1, it has the method MATN1_INPUT_001 which has already the exception IGNORE_REST ,

Rgds,