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 Problem

Former Member
0 Likes
1,297

Hi All,

Am currently calling a error message for mm01 in a user exit

EXIT_SAPLMGMU_001.

if the batch managment is checked for the materil, shelf life is a must. so if not error message should pop up, but in my case the message comes with sucess message icon in green color.

this is the code

message E001(00) with 'Enter Minimum Shelf life'.

thanks.

try to use message type A ( Abort ).

do reward if helpful

2 REPLIES 2
Read only

Former Member
0 Likes
710

try to use message type A ( Abort ).

do reward if helpful

Read only

vinod_vemuru2
Active Contributor
0 Likes
710

Hi Kavitha,

Use the Fm AQ_INT_SHOW_MESSAGE_AS_POPUP to show the message. Here u have to pass message ID, no and type as 'E'.

POPUP_POS_X and POPUP_POS_Y u can give appropriate values to position the message in the screen.

Thanks,

Vinod.