Skip to Content
0
Former Member
May 26, 2008 at 02:44 PM

OVS Popoup Delete exisiting messages

32 Views

Hi,

I am displaying some error messages using the following method

  • report message

l_message_manager->report_attribute_error_message(

message_text = IV_TEXT

element = IR_Element

attribute_name = IV_ATTR_NAME

  • SCOPE_PERMANENT_MSG = 2

  • PARAMS =

  • MSG_USER_DATA =

is_validation_independent = abap_false

).

It is working fine and When i choose one of the field which has the OVS help, at the last step of the OVS deletes the existing messages from the controller and also it is not coming to WDMODIFYVIEW method also. I want to place the error message alive .

Is there any method to do that.

Thanks in Advance,

Best Regards,

Vijay