cancel
Showing results for 
Search instead for 
Did you mean: 

How can we change the message type?

Former Member
0 Kudos

Hello all

We use SRM server 5.5 with classic scenario.

When we create shopping cart, we implemented the Change Badi to assign the purchasing group from R/3 material master.

We implemented the following logic.

If material master in R/3 has no purch. Group, SRM also has no purch. Group. So SRM display the error message “You should select the purch. group” to determine the purchasing group in basic view.

But, We have the standard error message, when we choose the material code – this material code has no purch. Group in R/3 – “No purchasing groups were found”.

Message number is BBP_ATTR050.

Because of this message, we can not progress the process to create shopping cart.

Can we change the message type from Error to Warning Message?

Or, Can we delete this message?

Thank you,

Best regards,

SH

Accepted Solutions (1)

Accepted Solutions (1)

Ramki
Active Contributor
0 Kudos

Hi

I do not think you can control this in SRM. You will have to assign atleast a dummy purchasing group and change the assignment while creating the backend document using BADI.

Best regards

Ramki

Former Member
0 Kudos

Yes. You are right.

When user choose the material code, there is no purch. group in 1st Step, but

we want to choose the purch. group in 2nd Step on basic view.

But we have the error message at 1st step. so we can not progress to 2nd Step.

If we use dummy purch. group, user could make the human mistake.

So our customer want to remove purch. group and choose the purchasing group by user.

But i'm not sure if we remove this error message, we got solve this problem..

Pls give me an idea..

Message was edited by:

So Hee Lee

Ramki
Active Contributor
0 Kudos

Hi

I know this is not best of the solutions, but try this:

Let a dummy purchasing group get defaulted. In the Check badi, throw an error message, if user tries to save with this dummy p.grp. SO, user will be forced to change it.

Best regards

Ramki

Former Member
0 Kudos

Thank you

I think so that.

We will create the dummy purch. group in R/3.

And If material code has no purch. group in material code, we will input the dummy purch. group.

If user did not change the purch. gorup, when he save the shopping cart, We will disply the error message "You should select the correct purch. group".

Best regards,

SH

Message was edited by:

So Hee Lee

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to change the std message from Error to warning through the foll path:

SPRO>Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Message Control-->Influence Message Control.

HTH.

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Thank you. Disha.

I have already tired to do it.

But We still have same problem.