cancel
Showing results for 
Search instead for 
Did you mean: 

Producat Category should not have any default value - Shopping Cart

former_member348740
Participant
0 Kudos

Hi SRM Experts,

Presently I am getting default value for Product Category in SRM Shopping Cart Creation Web Browser Screen initial screen. But I dont require to have any default value. Please suggest me or provide a solution how I can get a solution for the above issue.

Thanks a lot in advance.

SRM Version - SRM 4.0

Thanks,

Sudarsan

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member348740
Participant
0 Kudos

Resolved.

former_member183819
Active Contributor
0 Kudos

Hi sudarsan

Can you update us how did you achieve it.??

regards

Muthu

former_member348740
Participant
0 Kudos

Hi Muthu,

I created Dummy Product Category as default product category for all the users and raised a error message using Check Badi whenever the user doesnt change the product category.

Thanks,

Sudarsan

former_member206968
Active Contributor
0 Kudos

Hi

You can also explore using BADI BBP_F4_READ_ON_ENTRY to restrict display of default values.

Regards,

Sanjeev

Former Member
0 Kudos

Hi,

This can happen when there is a customization in your code based on the userID that the specific user would have default Product category. can you check in DOC CHANGE BADI whether there is any customization or not?

former_member183819
Active Contributor
0 Kudos

Hi

Adding to Lokesh,Did you made any default flag in extended attribute for product category ?

regards

Muthu

Former Member
0 Kudos

Hi

If you are getting the defaulted product category while creating the shopping cart through describe requirement, then it might be due to default produt category selection in Extended attributes.

Please check the extended attributes.

Regards,

Krish

former_member348740
Participant
0 Kudos

Hi Lokesh / Muthu / Krish,

Thanks a lot for your response .

I checked BAdI (DOC_CHANGE) and Extended attributes also. I removed default prodcut category from extended product category and we are not maintaining the default Product Catgory values in BAdI also. Still I am getting default value while I am creating Shopping Cart with Describe Requirement Option. Please let me know is there any other solution for my issue.

Thanks,

Sudarsan

Former Member
0 Kudos

Please remove the entry from table BBP_CATEGORY_FAV..

former_member183819
Active Contributor
0 Kudos

Hi

As advised by our SRM expert David Barber , create a dummy product category and assigned to all user later you select your desired product category .

it might helps you .

regards

Muthu