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

Error message in Badi

Former Member
0 Likes
1,112

In the Badi definition MD_MRP_PARAMETERS

I have to implement this to display an error message.

The statement message 'WELCOME' type 'E'. is not working.

Can you please post me statement syntax for displaying the error message in badi method.

Edited by: sanjana K on Aug 24, 2008 3:37 PM

5 REPLIES 5
Read only

bpawanchand
Active Contributor
0 Likes
591

Hi

use POPUP_TO_CONFIRM function module.

Regards

Pavan

Read only

0 Likes
591

I think this FM will give the display message with possible way Yes or no.

I want direct error statement to be displayed .

Read only

0 Likes
591

Hi

Check this thread

Regards

Pavan

Read only

Former Member
0 Likes
591

Hi Sanjana,

Hope this link is useful to you.

Regards,

Santosh Kumar M.

Read only

0 Likes
591

try this

message s000(class) with 'message' display like 'E'.

leave to screen 1000.

Good luck!