Hi Experts,
I am facing the issue while adding the Custom fields with SOCO. I am working with SRM 7.0
Steps I have performed is as below:
1. Appended the custom fields with structure: INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF
2. Added the attribute with Node: RESULT_FIELDS of View V_AO_SOCO_GAF_1_EHP in Component Controller: /SAPSRM/WDC_DO_SOCO_GAF_1
3. Added Column in Table and Mapped it with node attribute (Fields is displayed in the table)
While search I can see the fields in Class: /SAPSRM/CL_CH_WD_DOM_SOCO_GAF1
Method: /SAPSRM/IF_CLL_DOM_SOCO_GAF1~SEARCH
Internal table: lt_item_list
Method: /SAPSRM/IF_CLL_MAPPER~REFRESH
Internal table: mt_displayed_list
Here, I have enhanced the 'REFRESH' method and added the value to the field.
I have read the Node RESULT_FILEDS in Webdynpro Component WDDOMODIFYVIEW method, and found that all the values are updated in node attribute.
Only issue I am facing that, value not getting displayed in the custom fields of SOCO list.
Any help is highly appreciated.
Regards
Chandan