cancel
Showing results for 
Search instead for 
Did you mean: 

Add one check box on the shopping cart

Former Member
0 Kudos

Hi

I want to add one check box on the shopping cart for Stock transport request

is there any BADI for this or is there any other procedure to add custome fileds on shopping cart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are in SRM 5.0 or lower versions of SRM then you can use the following badis

BBP_CUF_BADI

BBP_CUF_BADI_2

BBP_UI_CONTROL_BADI

If you are in SRM 7.0 then these badis are obsolete , It is replaced by SRM extension fields and extention table framework plus metadata framework

Sameer

Answers (2)

Answers (2)

former_member206439
Contributor
0 Kudos

solved

Former Member
0 Kudos

HI,

Please look at the below structure to add the custom fields.

INCL_EEW_PD_ITEM_CSF_SC Customer Enhancements on Shopping Cart Item

INCL_EEW_PD_ITEM_CST_SC Tabular Customer Enhancements on Shopping Cart Item

INCL_EEW_PD_ITEM_SSF_SC SAP Internal Enhancements (IBUs, and so on) on SC Item

INCL_EEW_PD_ITEM_SST_SC SAP Int. Tabular Enhanc. (IBUs, and so on) on SC Item

You will find this useful. Follow the steps in the pdf.

https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf

Read also SAP note 672960.

Thanks

Venkatesh P