cancel
Showing results for 
Search instead for 
Did you mean: 

change values in "default settings"

Former Member
0 Kudos

Hi experts,

I'm workling on SRM 7.

I want to change values of delivery adress which is put in "change personnal default settings" on adding an other delivery adress which does not comes from attributes in pposa_bbp, but which is determines with my own specific rules .

Where can I change delivery adress in "default settings"? The BAdi BBP_DOC_CHANGE_BADI is not called in this window.

Is there an other Badi?

Thank you for your help.

Regards,

Peggy.

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

Not sure if this will be an easy task.

Badis are not called in default settings session. Perhaps you will have to create a webdynpro enhancement to manipulate address data in default settings.

Regards,

Ricardo

Former Member
0 Kudos

BBP_DOC_CHANGE_BADI will be called only when SC is created and not while changing data in user settings. I do not think there is a BADI to be called in user settings screen. You may have to put that logic within Doc_change_Badi such that delivery address will be changed directly in SC instead of user settings.

Thanks,

Jagadish