‎2006 Jun 06 11:14 AM
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.
‎2006 Jun 06 2:23 PM
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
‎2006 Jun 06 11:16 AM
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
‎2006 Jun 06 11:21 AM
1 YOu can get the currency based on the Country key
T005-WAERS using LAND1.
Regards,
Ravi
‎2006 Jun 06 11:39 AM
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
‎2006 Jun 06 2:23 PM
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