cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up on SRM 7.0 ( Portal )

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You probably should not be writing "message" statement, but rather call FM BBP_PD_MSG_ADD to populate messages. Also, for document validation purpose, you might want to consider BBP_DOC_CHECK_BADI instead and populate the ET_MESSAGES for your custom messages.

Former Member
0 Kudos

Yes Jay, you are right, i solved my problem.

Best Regards

Manuel

Answers (0)