Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scripts

Former Member
0 Likes
665

1.How to display currency in different countries

2.whenever currency type changes,how to put page break.

3.How to change currency decimal points as per user requirements.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

HI,

use CONVERT_TO_FOREIGN_CURRENCY & CONVERT_TO_LOCAL_CURRENCY to convert the Currency

Use new-page/page-break statement whenever currency changes , you can use the Protect Endprotect to stop the Paze breaks, so by using condtions use this Protect and Endprotect

for changing the currency decimail points, take the Field as P or take the Variable from USR01

Thanks

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
627

hi,

1. <b>CONVERT_TO_FOREIGN_CURRENCY</b> Translate local currency amount into foreign currency

<b>CONVERT_TO_LOCAL_CURRENCY</b> Translate foreign currency amount to local currency

2. Use <b>new-page</b>/<b>page-break</b> statement whenever currency changes

3. for changing the currency decimail points as per user requirement declare the variable as <b>type P</b>

Regards,

Santosh

Read only

Former Member
0 Likes
627

1 YOu can get the currency based on the Country key

T005-WAERS using LAND1.

Regards,

Ravi

Read only

Former Member
0 Likes
627

Hi,

use Fm

1)K_CONVERT_TO_FOREIGN_CURRENCY

CONVERT_TO_FOREIGN_CURRENCY

CONVERT_TO_LOCAL_CURRENCY

2)sort table by currency at new event

add page break

3)use usr01 table to get default setting,

Regards,

Amole

Read only

Former Member
0 Likes
628

HI,

use CONVERT_TO_FOREIGN_CURRENCY & CONVERT_TO_LOCAL_CURRENCY to convert the Currency

Use new-page/page-break statement whenever currency changes , you can use the Protect Endprotect to stop the Paze breaks, so by using condtions use this Protect and Endprotect

for changing the currency decimail points, take the Field as P or take the Variable from USR01

Thanks

Sudheer