cancel
Showing results for 
Search instead for 
Did you mean: 

Shipping instructions in SRM 70

Former Member
0 Kudos

Hello

Wondering if SRM 70 offers a standard way for shoppers to view and select shipping method in SRM cart.

Shopper need to be able to view and select ECC shipping method on cart.

We have created a custom field on item data and set default shipping method, this is working but would like to know if there is a standard way to use

ECC shipping methods on cart.

We are using Classic scenario

Thanks in advance for any suggestions.

Kim

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

You would need to configure shipping methods directly in SRM.

Have a look at SAP note 1689758 and SRM Wiki page http://wiki.sdn.sap.com/wiki/x/WoO5DQ.

Regards,

Ricardo

Former Member
0 Kudos

Hi Ricoardo,

Thanks for the reply & information.

We had a requirement to display Shipping method as in ECC.

We added custom field to item data tab & custom attributes to org. structure to default shipping method (ground).

Default shipping method on item data is working great, but when user selects other shipping method ( air vs ground) the default continues to overwrite the selection.

    • Implement the following Enhancement Spot (BADI) to default the shipping instruction in shopping cart screen.
      • Enhancement Spot: /SAPSRM/BD_PDO_FIELD_EXTENSN
      • Enhancement Implementation: Z_SRM_SEI_DEFAULT_ITEM_DATA
      • BADI Implementation: Z_SRM_DEFAULT_ITEM_DATA
      • Implemented class: ZCL_SRM_DEFAULT_ITEM_DATA, method FILL_EXTENSION_FIELDS
        • Use Function Module 'BBP_READ_ATTRIBUTES' to retrieve the user’s attribute values from Org Structure.
        • Populate Shipping Instruction with the default attribute value.

As mentioned this works well, but if default value can not be changed.

Any suggestion on what was missed or how to allow value selected by users to remain instead of default over writing selected value.

Thanks in advance for any help,

Kim

Answers (0)