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

Customer fields addition in SRM 7

Former Member
0 Kudos
89

hi,

i am new to SRM 7. i went through some documents in sdn and tried to add a field at SC item level. i have extended the structure and the view layout. i have created a cell editor of type input element and binded the source attribute to the new customer field added the to the context. now i want to fill this field with some value for all the items. i have implemented the badi /SAPSRM/BD_PDO_FE_FILL_ITEM. i have done the debugging and saw that ct_item_data table is having the customer field i had created and it is getting filled with the value i had hard coded in the badi method. but when i go to web ui i am not able to see the value. what is going wrong? am i implementing the correct badi?

wd component i have changed :/SAPSRM/WDC_UI_SC_DOTC_BD

view V_SC_DOTC_BASIC

thanks

Edited by: SRM7CON on Jan 22, 2012 8:53 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

to populate the values you need to enhance the webdynpro component and write the code in the particular method or you can write the code in BBP_DOC_CHANGE_BADI

Thanks & Regards

Pradeep Kumar Dondeti