on 2015 Sep 08 3:26 PM
Hello,
we have upgraded from SRM 5.0 to SAP SRM 7.31. We now want to change the default value for the cost distribution for multiple account assignment in SRM from "by percentage" to "by quantity". In SAP ERP we have OME9 to define this. How can I do this in SRM?
Thanks in advance.
Joerg Diehl
Hi Jorg
You can also make changes in the Webdynpro /SAPSRM/WDC_UI_DO_ACC
in the view V_DO_ACCOUNTING go to WDMODIFY and if FIRST_TIME = ABAP_TRUE
then change the value of the field COMP_CONTEXT >> ACCOUNTING >> ACCT_DIST_IND and set it value as Q instead of P which is what will be coming currently .
Should solve the issue
Regards
Vinita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jörg,
default binding for Account Assignment distribution indicator is done in BIND_ACC_DATA_OVERVIEW method from /SAPSRM/CL_CH_WD_DODM_ACC class.
You can either create an enhancement or try with Enhancement Spot WD_BADI.
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Jorg,
I am not sure that you can set as default one of the dropdown choices for account distribution without a custom implementation.
Have you tried using the default settings at the beginning of the Shopping Cart creation?
This would not be stored for future uses though as it is reset after you close the session.
I have never tried without maintaining any account assignment.
See you,
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.