cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart - Default Settings for items

Former Member
0 Kudos

Hi all,

We are on SRM 7.0 SP05 classic scenario with backend ECC 6.0 EHP4. There is a requirement to retain shopping cart default settings so that user is no need to enter default values on each shopping cart creation.

We are intent to develop a custom WDA for users to edit their own shopping cart default settings, the values will be saved to user position attributes and extended attributes (including some customized attributes) at PPOMA_BBP. After that, default settings will be copied from attribute during shopping cart creation, for example:

  • Item Basic Data: Product Category <== extended attribute "Product Category" value which is set as default

  • Account Assignment: Account Assignment Category <== attribute KNT which is set as default

  • Assign Number: Cost Center <== attribute CNT, Asset <== attribute AN1, WBS Element <== attribute PRO (plus two custom attributes to hold value of Internal Order and Network)

Here are the questions:

(1) For GL account, we did not config combination of Product Category and Account Assignment Category in SPRO, we will create a custom attribute as mentioned above. However, where can we insert our coding to copy custom attribute value to default setting during shopping cart creation? Is class /SAPSRM/CL_PDO_USER_CONTEXT a candidate? If yes, which method should be enhanced?

(2) For Delivery Address, if we do not use standard address management and maintain value at attribute ADDR_SHIPT, we intent to use similar approach: maintain custom attribute and then populate to default settings. The same question is where can we insert our coding to copy custom attribute values to default setting during shopping cart creation?

Thanks.

Regards,

Donald

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Lee,

Please implement the following SAP notes in SRM 7.0

There is a product bug in SRM 7.0

1. 1450367-Default settings for Acct assignment.

2.1442277 -Default setting for delivery address.

hope it will solve your problem

Regards

G.Ganesh Kumar