‎2008 May 07 7:33 AM
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
‎2008 May 07 7:39 AM
Try this.
MESSAGE id 'ZKG_SD_MESSAGE' type 'I' NUMBER '000' with x.
Change the Error Message to Information Message.
Regards,
Bhupal
‎2008 May 07 7:39 AM
Try this.
MESSAGE id 'ZKG_SD_MESSAGE' type 'I' NUMBER '000' with x.
Change the Error Message to Information Message.
Regards,
Bhupal
‎2008 May 07 7:42 AM
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
‎2008 May 07 7:48 AM
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
‎2008 May 07 7:50 AM
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.