cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Adding a custom field to the shopping cart - item level

Former Member
0 Kudos

Dear experts,

I am working on SRM 7.0.

As per my requirement i need to add a custom field in the Item level to the shopping cart. I have added that custom field in the structure INCL_EEW_PD_ITEM_CSF_SC. But the custom field is not appearing in the portal. Other than adding a custom field to the structure,

Do i need to write code in BADI's? or

do i need to modify the relevant ABAP webdynpros? Kindly suggest.

If i need to work on BADI's, what is the BADI name for the item level in SRM 7.0

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I want to add my custom field in the V_SC_DOTC_BASIC view, after ITEMS_TABLE_CATEGORY_ID.

Former Member
0 Kudos

Hello Kishore,

You will find this useful.

https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf

Thanks

Ashutosh

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ashutosh,

https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf

As said in the above link i have added a custom field in the item level and also added the same custom field as a column.

I am able to enter some data in the column custom field. But whenever i press 'Check' or 'Save' button the value which i entered in that custom field are disappearing. When i press save button the data is not Saving and also not displaying in the 'show quick criteria maintenance'. Kindly help me in this regard.

Former Member
0 Kudos

Yes Muthu,

I can see my structure in the spcified SPRO path.

former_member183819
Active Contributor
0 Kudos

hello kishore

https://websmp205.sap-ag.de/~sapidb/012006153200000849032007E/Extending_SRM_Web_Dynpro_View.pdf

see note 1103956 and 1115579

definetly helps you.

good luck.

br

muthu

Former Member
0 Kudos

Hi Muthu,

I have updated the structure INCL_EEW_PD_ITEM_CSF_SC with my new field.

But i am unable to understand the significance of table BBP_PDISC. what to do with this table? Do i need to update it with data? Kindly confirm me.

Moreover, what sort of modifications need to be done in WebDynpro?

former_member183819
Active Contributor
0 Kudos

IN SPRO

extensions and field control personalisation

->CONFIGURE CUSTOMER FIELDS ON ITEM LEVEL

->APPENDED FOR CUSTOMER FIELDS ON SHOPPING CART ITEM

->CAN YOU SEE YOUR ZSTRUCT

BR

MUTHU

Former Member
0 Kudos

Hi Muthu,

Thanks for your response. But i have still few queries on your response...

1) I have update the View '/sapsrm/v_mdf_ic' with the following data

Structure Field Name --> ZZDESCRIPTION (My custom field )

Business Object Type --> BUS2121

Transaction Type --> SHC

Field Visible --> checked

Field Enable --> checked

is that OK or still i need to fill in othe fields?

2) You said, 'bbp_pdisc entry customerfields must be available in this table.'

what do you mean by this....Do i need to update BBP_PDISC table? In my SRM box this table is empty.

3) I need some Tech support in SE80

My webdynpro comp/interface is --> /SAPSRM/WDC_UI_SC_DOTC_BD

in this, i have two views, V_PERSONALIZATION, V_SC_DOTC_BASIC. In which view i need to do enhancement?

awaiting for the response....

former_member183819
Active Contributor
0 Kudos

1)

INCL_EEW_PD_ITEM_CSF_SC - in the structure do you have your zfield .

2)

https://wiki.sdn.sap.com/wiki/display/SRM/MoreSRMTablestouse

BBP_PDISC Item Extension for Customer Fields

BBP_PDHSC HEADER

br

muthu

former_member183819
Active Contributor
0 Kudos

Hi

i am not aware technical stuffs but some clues? do yo have entry here in SPRO make ensure your zfield is available in the structure

Cross application settings

-->

extension and field control(persona

-> configure field control

-> configure control for fields on item level

-> metadata for fields on item level

structure field name = znewfield

bus obj bis2121

and

check

customer master data for item fields in normal entries

?

view =>/sapsrm/v_mdf_ic

bbp_pdisc entry customerfields must be available in this table.

--

se80

webdynpro comp/interfaces

/sap....etc..

and go to correct view

...enhancement

go .on..

br

muthu