I am working on SRM 7.0 in the Web Dynpro (Bus 2200). I am trying to show a pop up after a validation. I made the validation with the badi ZBBP_DOC_CHANGE_BADI. I need to show two messages, one of type 'I' and the other one type 'e', but if i use:
message i001(zsrm_msg), it does show anythings.
and if i use
message e001(zsrm_msg), the aplication portal is broken
Any help would be appreciated.
Manuel