cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Shopping Cart Field

Former Member
0 Kudos

Hello

How do I Add a customer field with 80 characters at the item level of the shopping cart. This field is to be mapped to the OCI field for Manufacturer part number. It should be possible for the user to change the entry on the field if no OCI value is transferred.

Thanks

Viky

Accepted Solutions (0)

Answers (2)

Answers (2)

yann_bouillut
Active Contributor
0 Kudos

Hi Vicky,

Just create an customer field at SC item level.

For this call transaction SE11 and for each of the following structure

INCL_EEW_PD_ITEM_CSF_SC

INCL_EEW_PD_ITEM_CSF

goto append structure and add your Zfield

Then you will have to map your catalog field with your zfield

Kind regards,

Yann

Former Member
0 Kudos

How do I map my catalog field with my z field..

Thanks

Viky

Former Member
0 Kudos

Hi Vicky,

For mapping you catalog field to your Z field you will have to implement BBP_CATALOG_TRANSFER badi.

In the implementation put a loop at shopping cart item table and map it with the field of catalog item table.

Assigning points is the way to say thanks in SDN.

Former Member
0 Kudos

Hi

As I told you in my 1st reply, you need to implement the Business Add-Ins (BADIs).

BBP_CATALOG_TRANSFER

BBP_DOC_CHANGE_BADI

BBP_DOC_CHECK_BADI

Similar links for details ->

Hope this will help.

Regards

- Atul

Former Member
0 Kudos

Hi

<b>Please try using Business Add-Ins using SE18 Transaction.</b>

<u>BBP_CATALOG_TRANSFER

BBP_DOC_CHANGE_BADI

BBP_DOC_CHECK_BADI</u>

It's quite easily possible to add customer fields on the SC - Header / Item level.

Please refer to the following links ->

Pls refer to the following OSS Notes

<u>458591 - User-defined fields: Preparation and use

672960 - User-defined fields 2</u>

This contains all the required information what you need to do for the custom fields.

Hope this will definitely help.

Regards

- Atul