cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Shopping Cart item basic data SOS tab custom fields

vipra
Participant
0 Kudos

Dear All,

I have added two custom fields on SRM SC item details -> sources of supply tab.

The fields are linked to custom fields from the structure BBP_PDS_PARTNER.

But the data from the fields is not being saved into the Shopping cart structure.

Can anybody please point me to the update method/class where this needs to be sent back to the PD structures?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

ivy_li
Active Contributor
0 Kudos

Hi,

The SOS tab only stored contract and supplier number which is relevant as SoS, and for supplier which will be stored as partner, it will be saved from the following method:

class /SAPSRM/CL_CH_WD_DODM_SC_I_SOS

method /SAPSRM/IF_CLL_DODM_SC_I_SOS~SOS_ASSIGN_FIXED_SUPPLIER

Meanwhile please also check the assigned supplier in bbp_pd, to see if the custom field exist at

Table CRMD_PARTNER where partner info is stored for documents.

BR,
Ivy