cancel
Showing results for 
Search instead for 
Did you mean: 

OVS Popoup Delete exisiting messages

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can use the method GET_MESSAGES to get the last message from interface IF_WD_MESSAGE_MANAGER.

More help [http://help.sap.com/saphelp_nw04s/helpdata/en/6c/7aae42cd7fb611e10000000a155106/frameset.htm].

Regards,

Former Member
0 Kudos

I raise the messages as permanent so OVS is not deleting any more. When even i want to clearn the messages i just remove from the Controller.

Thanks for help and response,

Warm Regards,

Vijay

Answers (0)