cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown box in SRM 7.0

former_member206441
Contributor
0 Kudos

Dear Experts,

I want to add a Dropdown into SRM7.0 Shopping cart Item level detail.

After surfing in SDN i came to know to add the filed in the structure but please guide me how it could be defined as a dropdown..

INCL_EEW_PD_ITEM_CSF_PO,

INCL_EEW_PD_ITEM_CSF

INCL_EEW_PD_ITEM_CSF_SC.

Regards

Arun.K.P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

The data element of that field should have some fixed value assigned such that it comes as a drop down in the UI. Let me know if you have any other questions on this.

Regards,

Cruiser

Answers (3)

Answers (3)

former_member206441
Contributor
0 Kudos

Dear Experts

So i have to enhance the Web dynpro component with Dropdownbox?

then how can i link it with the structure?

Please advice

Regards

Arun.K.P

Former Member
0 Kudos

Hi,

If you need a custom field at SC, then you have to follow the note 672960:

1. Add a custom field as append structure to INCL_EEW_PD_ITEM_CSF_SC

2. 1. Add a custom field as append structure to INCL_EEW_PD_ITEM_CSF

3. Maintain meta data customizing

And as mentioned above the field in append structure should have fixed values at domain. If you do all above steps then field will automatically appear on screen and no enhancements are needed in WD.

Regards,

Prasanna

former_member206441
Contributor
0 Kudos

Dear Prasanna

But how it will be displayed as dropdown? Do i have todo anything like dynamic coding for the field attached thru structure as dropdown?

Dear Experts any updates on this issue?

Regards

Arun,K,P

Edited by: Arun Padmanaban on Aug 23, 2011 9:00 AM

Former Member
0 Kudos

Hi,

No you dont have to do any webdynpro enhancements. The standard product is designed to automatically handle this.

Rgds,

Prasanna

Former Member
0 Kudos

Hi,

If the domain corresponding to your CUF field has values maintained (fixed values at domain level) then these values automatically come as a drop-down.

Regards,

Prasanna

Former Member
0 Kudos

Hello,

You can enchance the webdynpro of the component and create the field with drop down element and bind the value with the field added in the INCL_EEW_PD_ITEM_CSF_PO,INCL_EEW_PD_ITEM_CSF ,INCL_EEW_PD_ITEM_CSF_SC accordingly.

The value we mentioned in the domain value will appear in this drop down.

Regards,

Neelima