cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

"Add Item with Free description" during creation of Shopping Cart

Former Member
0 Likes
219

During creation of a Shopping cart, we use "Add Item with Free description" to create a new item in SRM 7.0.

When we click "Add Item with Free description" a pop up appears, and this pop needs to be updated with new field called Supplier. So i have enhanced the web dynpro /SAPSRM/WDC_DODC_SC_I_DES, creating new field in layout and append a new field ZZVENDOR_NO in structures INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF .

I have created this attribute in context of web dynpro /SAPSRM/WDC_DODC_SC_I_DES and mapped this attribute to newly created field "SUPPLIER".

This supplier is now need to be mapped to web dynpro /SAPSRM/WDC_UI_SC_DOTC_BD field in CONTEXT->COMP_CONTEXT->ITEMS->CLL_SUPP_QUICKLINK_DESC, so that the ITEM OVERVIEW table of shopping cart shows the SUPPLIER in last column named SUPPLIER in table of view V_SC_DOTC_BASIC.

Please help me in this regard. I have no clue how to approach on this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

no need of WD enhancement..

once you click OK on that POP up, doc change badi will trigger, you can add the supplier from there into the partner table, this will automatically reflect in the SC item.

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks SoumyaPrakash.. Its a great idea and it worked...