‎2010 Jun 30 9:35 AM
Hello,
Is it advisable to have MESSAGE statements in BADI implementations.
Is there any side effect which this can cause?
Thanks for your response.
Regards, Chirag
‎2010 Jun 30 10:18 AM
Hi Chirag,
that depends entirely on the use of the BAdI: if it is used for extending checks in online transactions, then there might be a very good reason to actually use them. But only use MESSAGE as a way of communication with the user on the foreground
Roy
‎2010 Jun 30 10:18 AM
Hi Chirag,
that depends entirely on the use of the BAdI: if it is used for extending checks in online transactions, then there might be a very good reason to actually use them. But only use MESSAGE as a way of communication with the user on the foreground
Roy
‎2010 Jun 30 10:45 AM
Hi,
Message with type 'I' if you write in BADI and it's called in background then it can give runtime error
else. you can write the message in BADI.
Cheers,
Pramod