cancel
Showing results for 
Search instead for 
Did you mean: 

Addition of Custom Field in Shopping Cart

arun_jadhav2
Explorer
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

in the enrich item data method, which table are you populating?

moreover, are you making the ev_sc_structure_used (or something like that) field as 'X'. if you dont make it as 'X', it wont transfer fields from this BADI to the SC.