cancel
Showing results for 
Search instead for 
Did you mean: 

Buttons on WAD

Former Member
0 Kudos

Hi,

I want to create buttons in wad which needs to be displayed in my report

like i have to create 2 buttons like Eur and USD and these needs tom be displayed on my report

I have to write at text about my project and save it in one template and use this template in other web template

how can this be done i.e which web item i need to use

Thanks

Maya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

whta does this code mean , in my system i have code like this in order to gerate the button,but I am unable to understand it

Maya

Former Member
0 Kudos

sorry this is the code

td id="currencygroup" class="currencygroup">

<A id=EUR onclick="JavaScript:ChangeCurr('EUR');" href="#">EUR</A>

<A id=USD onclick="JavaScript:ChangeCurr('USD');" href="#" className="selectedcurr">USD</A> <BR>

<A><i>Currency

<BR>Conversion Rate:<BR> 1:1,2118</i></A>

<BR>

<BR>

<A href="<SAP_BW_URL CMD='PROCESS_VARIABLES' SUBCMD='VARIABLE_SCREEN'>">Dynamic CAGR</A>

</td>

</tr>

</table>