on 2011 Jul 28 1:54 PM
Hi,
We are having an issue with Japanese currency in SRM 7.0.
We are using CONVERT_TO_LOCAL_CURRENCY to conver the JPY to USD.
Suppose JPY value is 49 , and USD value coming as 61.
and it should consider as 0.61 . But it is not considering for only japaan conversion.
So more approvers are triggered based on this.
Could any one please help me in this case.
Regards
Venkatesh P
Request clarification before answering.
We are using CONVERT_TO_LOCAL_CURRENCY to conver the JPY to USD.
If you are calling this FM in your own program, at least indicate what parameters you used.
This FM belongs to SAP_BASIS. If you are calling it without SRM context, you should create the thread in Basis forum. If you are calling it with SRM context, indicate in what context, process, you are calling this FM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
To trigger the approval's based on the Spendlimit in BBP_WFL_APPROV_BADI BADI.
If user is from japan , we will convert spendlimit to USD using this FM.
Any currency we will convert in USD and based on this amount we are calling methods in the object BUS2121 .
Like below:
swf_create_object lo_new_instance object_type object_id.
swf_get_property lo_new_instance 'SLManagerUserList'
lt_approval[].
So in the lt_approval[], we are getting more approval. Because it is not considering the decimals.
THis is happening only for JPY case.
Regards
Venkaetsh P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.