cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Currency conversion problem in SRM 7.0 for japanese?

Former Member
0 Likes
213

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

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.

Former Member
0 Likes

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

Former Member
0 Likes

Again - at least indicate what parameters you used when invoking this FM.