Application Development 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: 

Error Message Problem

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

try to use message type A ( Abort ).

do reward if helpful

vinod_vemuru2
Active Contributor
0 Kudos

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.