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

MESSAGE statement in BADI

Former Member
0 Likes
398

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
366

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

2 REPLIES 2
Read only

Former Member
0 Likes
367

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

Read only

pramodu
Active Participant
0 Likes
366

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