2005 Nov 24 11:06 AM
Hi,
how to set an exception in a BADI ?
I need to set IGNORE_REST to a BADI: BADI_MATN1.
Rgd
Frédéric
2005 Nov 24 11:10 AM
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
2005 Nov 24 11:10 AM
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
2005 Nov 24 11:13 AM
Hi Frédéric,
have you try as in FM with raise IGNORE_REST.
BYE
ENZO
2005 Nov 24 11:15 AM
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,