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 Block User Input

Former Member
0 Likes
1,814

Hello,

I created a message class and implemented a messsage with type E in VA01 with user exit RV63A900. When the message was shown, the system blocked the user to input. How can i display an error message without blocking user input?


 MESSAGE id 'ZKG_SD_MESSAGE' type 'E' NUMBER '000' with x.

Regards,

Kit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,089

Try this.

MESSAGE id 'ZKG_SD_MESSAGE' type 'I' NUMBER '000' with x.

Change the Error Message to Information Message.

Regards,

Bhupal

4 REPLIES 4
Read only

Former Member
0 Likes
1,090

Try this.

MESSAGE id 'ZKG_SD_MESSAGE' type 'I' NUMBER '000' with x.

Change the Error Message to Information Message.

Regards,

Bhupal

Read only

mvoros
Active Contributor
0 Likes
1,089

Hi,

if you go to ABAP documentation, there is one section Behavior of Messages. This section describes carefully behavior of each message type in different situation (e.g. dialog processing). Read this section and you will find out which type of message you have to use in your case. You can still display message as error using DISPLAY LIKE 'E'.

Cheers

Read only

Former Member
0 Likes
1,089

My requirment is to display a message with red color on the status bar. It seems only the type E can do this, but it blocked the user input.

Regards,

Kit

Read only

Former Member
0 Likes
1,089

Hi Kit,

Instead of error message you can go for POPUPTO*CONFIRM function module where you will be getting the option with Yes of No.

reward if helpful

thanks

abdul.