on 2012 Aug 24 8:58 AM
Hi,
I'm currently working in SRM 7.0 , extended classic scenario. We have a requirement to pass the shopping cart currency to the local and backend (ECC) PO currency created. This will overwrite the standard SRM behavior of determining the PO currency based on the vendor.
I tried the BADI 'BBP_DOC_CHANGE_BADI' but it didn't overwrite the PO vendor currency. I also tried to use 'BBP_DOC_SAVE_BADI' but there are no export parameters in this BADI.
Please let me know which BADI is useful to solve this issue. Thanks in advance!!!
Regards,
Zcha
Request clarification before answering.
Do you mean routine PO_CONVERT_TO_CON_CURR in include LBBP_PD_POF15?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try to find the web component for the currency field and try to write code in the method "WD_MODIFYVIEW". I hope it will work for you.
and also check is there any method which is needed to save the data, if necessary code changes are required in the method also.
when it comes to BADIS those are the two badis which used to write the code. Check your code again . if necessary make any changes if required.
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.