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

Adding custom fields to shopping cart header in SRM 7.0 but not on portal

Former Member
0 Kudos
865

Hi

i need to add custom field to shopping cart header data, but don't need this field on portal, will pass value by our custom program, need to check this field value in BBP_PD transaction.

i am new to SRM, please let me know step.

View Entire Topic
Former Member
0 Kudos

Hi ,

I have the same requirement to add 2 fields in the shopping cart header.These fields should display in Portal. Values entered in this fields should be displayed in PO screen.

I have added fields in :

1. Apend structure of this structure INCL_EEW_PD_HEADER_CSF.

2. Append structure of this structure INCL_EEW_PD_HEADER_CSF_SC.

3.Created input fields in the layout of corresponding webdynnpro component  using enhancement.

4.Created attributes in context.

Here i am populating the values in input fields while creating the shopping cart. But these are not stored in database.

After the cart is ordered values are getting reset and showing null value in BBP_PD transaction.

Please throw some light  if any one aware of this.