cancel
Showing results for 
Search instead for 
Did you mean: 

Change warring message to error message: Messge class: BBP_PU Number: 361

Former Member
0 Kudos

Hi,

I need to convert the Warning Messages into the Error messages in the shopping cart.

In the shopping cart when the shop is selected and items were selected and press OK, then the warning messages will display , instead of these warning messages, I want to display them as Error Messages.

I checked the customising part, however there is no customising settings available in this scenario for the Message class BBP_PU error no: 361.

I found a BADI to BBP_ITEM_CHECK_BADI wile debugging there was a internal table ET_MESSAGES, it is not showing the messages in the ET_MESSAGES table. When I put a breakpoint it is triggering.

Any inputs are helpful .

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you please let me know how did you change warning message to error message? We are also having the same requirement to change warning message 'Employee not found for user account XXXXX' when we are creating shopping cart. If the approver does not exist in SRM Org data the warning message is being issued it seems. However it allows to create shopping cart even after warning message. We want to stop the shopping cart creation so the warning message needs to be converted to Error. How shall we do that?

Thanks,

Ravikumar.

Former Member
0 Kudos

you can do it in SPRO->SAP SRM-> SRM Server->Cross Application basic setting -Message Control-> Influence Message Control.

Input your message number and the type of error you want like I-Information, E- Error , S- Statu and '-' for su[pressing the error message .

Former Member
0 Kudos

Done