on 2011 Dec 27 3:41 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks SoumyaPrakash.. Its a great idea and it worked...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.