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

Former Member
0 Likes
358

Hi all,

How to give error message in BADI. give some good explanation.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
318

You can use the SAP Application log for this purpose.The SAP Application log is used to collect messages and display it as and when required.This is mostly used in exits and BADIs where collective messages are to be shown to the user.You can have a look at the SAP demo program <b>SBAL_DEMO_04_POPUP</b> for your reference.

Hi all,

How to give error message in BADI. give some good explanation.

1 REPLY 1
Read only

Former Member
0 Likes
319

You can use the SAP Application log for this purpose.The SAP Application log is used to collect messages and display it as and when required.This is mostly used in exits and BADIs where collective messages are to be shown to the user.You can have a look at the SAP demo program <b>SBAL_DEMO_04_POPUP</b> for your reference.