cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to issue an error message in SRM portal?

Former Member
0 Likes
369

Subject...

I've tried using FM BBP_PD_MSG_ADD in BADI implementation BBP_DOC_CHANGE_BADI but it's not working. There's always an exception LOG_NOT_FOUND.

Please advise.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

robin is correct

see Jay guidance

muthu

Former Member
0 Likes

Hi,

Any error generated from SRM will be visible in Portal view. No additional configurations or developments are required for that purpose.

In order for messages to generate, you will ve to use BBP_DOC_CHECK_BADI.

DOC Change BADI is meant for changing the SRM application documents based on customer's own criteria.

Regards

Virender Singh

RobinJanke
Contributor
0 Likes

Use Badi BBP_DOC_CHECK_BADI or the item check badi.

Regards,

Robin