Hi all,
My requirement is when a user clicks on 'DELETE' button I need to show a confirmation message having options 'yes' & 'No' similar to using function module 'popup_to_confirm'.
I know how to display normal error/success messages but not sure how to do it.
I have checked message manger methods but there is no such type of message.
I have tried calling function module 'popup_to_confirm' directly but it is not working.
Also, once user clicks on Yes/No, I need to show and information message in small popup
( similar to message i000 with 'text to be shown' )
I have tried calling popup_to_inform for this but it is going for short dump.
Please suggest me how can I achieve these functionalities in webdynpro.
Note: I have searched forums but could not get solution for my requirement.
Thanks!