cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in 'Notes and Attachment" tab of shopping cart

Former Member
0 Kudos

Hi All,

I am working in SRM 7.0 classic scenario and i have requirement in which i need to add custom field in 'Notes and Attachment" tab of the shopping cart portal.

I have added those fields in structure --- INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC.

Also implemented the BBP_DOC_CHANGE_BADI in while i am populating the custom field value.

I have created custom field as INPUT FIELD in webdynpro component /SAPSRM/WDC_DODC_NA and view : V_DODC_MAIN_VIEW.

Now I can see the custom field value in table BBP_PDISC, but i am not getting the value in Shopping cart "Notes and Attachments" tab.( I am able to see the field but not the value of it).

The value is getting populated in ITEM DATA tab instead.

Please suggest if i am missing anything in the process and how to achieve this.

Thank you in advance.

Thanks,

Satheesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have done everything.. well.. except that you did not set the attribute of the input field to this value.

When you have value u just need to bind it using set_attribute method of the element.

Use ctr+f7 to generate the wizard .. select in set mode.. click on context and select the attribute that you have created in the context.

Hope this helps.

Regards,

Vinay