2008 Nov 06 11:43 AM
while doing extended program check, got an error like:
use addition CURRENCY when outputting wa_itab_final-netpr,
how to resolve this error .
regards
chandrakanth
2008 Nov 06 11:46 AM
By putting the currenct addtion to the write statement, this error is removed from extended program check.
By putting the currenct addtion to the write statement, this error is removed from extended program check.
2008 Nov 06 11:45 AM
Hi,
While writing currency use the following addition:
DATA int TYPE i VALUE 12345678.
WRITE int CURRENCY 'EUR'.
Thanks & Regards,
Navneeth K.
2008 Nov 06 11:46 AM
By putting the currenct addtion to the write statement, this error is removed from extended program check.
2008 Nov 06 11:49 AM
WRITE wa_itab_final-netpr CURRENCY 'USD'. ->replace u r currency type inplace of USD
2008 Dec 22 1:14 PM
Hi chandrakanth,
while doing extended program checkwhere youi got an error u201Cuse addition CURRENCY when outputting wa_itab_final-netpru201D
use the function module 'CONVERT_TO_LOCAL_CURRENCY'. To convert the currency in to the required format
For further reference please go through
Thanks & Regards
Lakshmi Narayana
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |