‎2008 Aug 24 2:36 PM
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
‎2008 Aug 24 2:42 PM
‎2008 Aug 24 2:47 PM
I think this FM will give the display message with possible way Yes or no.
I want direct error statement to be displayed .
‎2008 Aug 24 2:49 PM
‎2008 Aug 24 2:51 PM
‎2009 Dec 16 2:12 PM
try this
message s000(class) with 'message' display like 'E'.
leave to screen 1000.
Good luck!