cancel
Showing results for 
Search instead for 
Did you mean: 

adding custom clmn in Create RFx screen -> Bidders tab -> Bidders table

Former Member
0 Kudos

Hi All,

Our requirement is to add new custom column XYZ in: Create RFx screen -> Bidders tab -> Bidders table.

Please guide us how to enhance tables with new columns?

We added the new field XYZ directly in the structure INCL_EEW_PD_PARTNER_CSF, but the value which is populated in this column is not stored in the backend(Transaction: BBP_PD) when we save/publish the RFx.

Can we achieve this through SPRO configuration? please guid us.

Thank you,

T.K.Prabhakaran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Few things which will help you to understand how to add columns in SRM 6.0 Onwards. Read the below notes are its corresponding notes. to get an Idea.

1. SAP Note 1081698 - SRM 2007 item overview screen adding hiding a column.pdf

2. SAP Note 1115579 - How to Create SRM Web Dynpro Field.pdf

3.. SAP Note 1103956 - Meta Data Handling in SRM 6.0.pdf.

Secondly when you have added the field in INCL* structure. You need to do an enhancement in the correspdong WD View Context to link the custom field to context field. So that when you enter and value on the screen the values if passed to the database.

Former Member
0 Kudos

Hi Surendar,

Thanks for the reply, will check the SAP notes.

After enhancing the above structure, we added the context attribute XYZ from the structure, and binded this attribute to the custom table column in the view. We are fine in this part, but our concern is to take this value to database table.

Is it enough to enhance only the above structure to take the values into database, or do we have to do any other configuration in SPRO?

Thanks,

Prabhakaran

Former Member
0 Kudos

Hi Prabhakaran ,

After adding custom fields to the structure you need add the filed in data base structure to save the filed in data base , and you need to set the meta data for the custom filed to control , visible , enable , required.

Thanks & Regards

Pradeep Kumar Dondeti

Answers (0)