cancel
Showing results for 
Search instead for 
Did you mean: 

How to discover message IDs?

Former Member
0 Kudos

Hi people,

I think it is a very basic question but................. I dont know.

When I'm creating a shopping cart, I receive some messages (error, warning, etc). How can I know the message class and the message IDs of them?

Thanks!!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which SRM version are you using ? when are you getting errors ?

<u>Incase you get any Error / Warning messages on the Shopping cart, then hold the shopping cart by clicking on "Held" button (instead of "Order" button).

Then using BBP_PD transaction in SAP GUI logon for this particular shopping cart, when you check this shopping cart, u will get detailed message numbers, message class, etc with other relevant details...</u>

<b>Also, incase u create shopping cart directly using SAP GUI logon instead of web-page logon, then u will get the message details there..</b>

Do let me know, incase u need any other info..

Regards

- Atul

Answers (3)

Answers (3)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

I often use BBP_PD transaction. Save the SC then goto BBP_PD transaction, open the SC and select "Check Again" link. All errors are listed with message class and ID.

Regards,

Masa

Former Member
0 Kudos

Thanks a lot!

yann_bouillut
Active Contributor
0 Kudos

Hi,

To get the message number, you will sometimes have to connect to the SRM system through sapgui .

Kind regards,

Yann

Former Member
0 Kudos

The TCode for messages is SE91.

For most shopping cart messages, check the message class "BBP_SC"

and "BBP_PD"

Apart from that you can have your custom error/warning messages. If any, they should be

developed as part of your BBP_DOC_CHECK_BADI implementation.

-Seyed.