Requrement :
In the Item Detail screen on sources of supply tab add country field and inputbox & populate the inputbox with supplier country
when the Item Detail Screen is displayed
Steps I have followed :
1) Created Appende structure in INCL_EEW_PD_ITEM_CSF_SC structure
2) In the WebDynpro Component for corresponding view added the new field in context
3) Created label and inputBox in the view & binded the inputBox from context
4) Implemented the BADI BBP_CATALOG_TRANSFER and populated the field in the method ENRICH_ITEM_DATA
However, on SRM portal for shopping cart I see empty inputBox without the value.
What changes should I make so that I can see the value in inputBox? Please help.