cancel
Showing results for 
Search instead for 
Did you mean: 

SRM7 shopping cart - Default values for items: Set Values - customer field

Former Member
0 Kudos

Hello friends

in SC creation -> Default values for items: Set Values

It is the WD: /SAPSRM/WD_SC_UI_SO_DEFV

I added a new Z-field: checkbox to the customer fields section

to the View: V_SC_SO_DV_I_BD

but I the settings does not work correctly.

Anybody some help me how to bind the new Z checkbox to make its default settings work.

Thank you

Imi

Accepted Solutions (0)

Answers (1)

Answers (1)

vinita_kasliwal
Active Contributor
0 Kudos

Hi Imi

When you say it is  not working correctly what does it mean ?

It is not storing value in the SC back end or something else?

I am assuming you are checking here .. in the set values tab and in that the item basic data to be able to store the values you need to go to the WDDOMODIFYVIEW  method pre exit /Post exit.. depending on the requirement

Then if you need you can activate this field in the below config which will add it to the SC screen ,

SPRO -> SAP Supplier Relationship Management->SRM Server->Cross-Application Basic Settings->Extensions and Field Control (Personalization)->Configure Control for Fields on Item Level-> Metadata for Fields on Item Level

Confirm on what the exact requirement is to  be able to assist better .

Regards

Vinita

Former Member
0 Kudos

Hi Vinita.

Thanx for looking into my question.

I need to add a customer field - checkbox to the pop up window which comes up after you click --> Set Values.

No problem to add it to WD View, but I could not find a way how to make it work. I mean User checks the checkbox - clicks OK - then if he clicks Set Values again --> it should show the previously set value (the checkbox should be checked).

In my case the checkbox is not checked as the Uset have set it previously.

vinita_kasliwal
Active Contributor
0 Kudos

HI Imi

Where are you doing the changes it should be done in the Method WDDOBEFOREACTION OR

WDDOMODIFYVIEW  to be able to save the value entered by the user ..

You may want to do the coding and then if you want to store this value in the SC details you even need to add this field in the config which I told you before ..

let me know what logic you have put in there ..if it still doesn't work


Regards

Vinita

Former Member
0 Kudos

i have the Z-checkbox on the item level. That works perfectly. There is no problem.

But here we are talking about the values on "Set values" pop up.

They are saved temporary for the users session.

I need to have the same Z-checkbox there too.