cancel
Showing results for 
Search instead for 
Did you mean: 

WAD 7.0 -> SET_CURRENCY_TRANSLATION does not work???

pascal_khnis
Participant
0 Kudos

hi folks,

I have a query with one keyfigure. In my webtemplate i want to use the command SET_CURRENCY_TRANSLATION. We have an existing currency translation type in rscur. Name of the transalation type is ZST. I made a button group item in my wad to translate the currency with currency translation type ZST


<bi:BUTTON_GROUP_ITEM name="BUTTON_GROUP_ITEM_1" designheight="23" designwidth="300" >
                <bi:BUTTON_LIST type="ORDEREDLIST" >
                    <bi:BUTTON type="COMPOSITE" index="1" >
                        <bi:CAPTION value="SSSS" />
                        <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                            <bi:INSTRUCTION >
                                <bi:SET_CURRENCY_TRANSLATION >
                                    <bi:TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST" >
                                        <bi:TARGET_DATA_PROVIDER_REF index="1" value="DP_1" />
                                    </bi:TARGET_DATA_PROVIDER_REF_LIST>
                                    <bi:TRANSLATION_MODE value="ZST" />
                                </bi:SET_CURRENCY_TRANSLATION>
                            </bi:INSTRUCTION>
                        </bi:ACTION>
                    </bi:BUTTON>
                </bi:BUTTON_LIST>
            </bi:BUTTON_GROUP_ITEM>

unfortunately, nothing happens.. when i define the currency translation directly in the bex query, it works perfect.

I guess there is another problem. When i execute my wad I choose "Calculations and Translations -> Global Currency Translation" on the Pop-Up i can only choose the SAP standard translation type 0HRFIXCUR. Why can't I see my translation type ZST?

Thanks for your help

Pascal

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_devine
Employee
Employee
0 Kudos

Hello,

I assume that you have the corrections from Note 1037184 in the system but just in case it may solve the issue.

regards,

Michael

pascal_khnis
Participant
0 Kudos

Hi michael,

thanks for the notes. But we already have SPS 24, Patch 30

pascal_khnis
Participant
0 Kudos

move on top.. it's important..

Former Member
0 Kudos

Hi Pascal,

Did you solve this case? cause I am facing the same problem as your.. my currency translation does now work in the WAD. but it is works in Bex Analyzer. Would you mind share the solution? Thanks for the help.

Regards,

Tienus

pascal_khnis
Participant
0 Kudos
Hi,


in WAD it works only for conversion types (RSCUR) with a FIXED TIME REF.

It does not work in WAD with conversion types with VARIABLE TIME REF..
That was our problem..
regards,
Pascal
Former Member
0 Kudos

Hi Pascal,

Does it work if the conversion type with fixed time ref but variable currency(0company-currency)?

because my problem is we have to use the conversion with variable time ref and variable currency.

Thanks for the info.

Regards,

Tienus

pascal_khnis
Participant
0 Kudos

I did not check it with variable currency 'cause we only work with fixed currencies..

regards

pascal