2007 Sep 10 1:11 PM
Hi,
I'am getting this error:
Use addition CURRENCY when outputting WA_BILLIT_DOWN-ERDZ_NETTOBTR
Use auxiliary field when outputting with MESSAGE
This is the code:
WRITE wa_billit_down-erdz_nettobtr TO lv_nettobtr_char
LEFT-JUSTIFIED .
I am using WRITE TO, so can I ignore this error??
Adibo..:)
2007 Sep 10 1:15 PM
Hi,
Your field is related to Amount.
Becasue of that its asking about currency.
Better way you provide this.
Thanks.
Hi,
I'am getting this error:
Use addition CURRENCY when outputting WA_BILLIT_DOWN-ERDZ_NETTOBTR
Use auxiliary field when outputting with MESSAGE
This is the code:
WRITE wa_billit_down-erdz_nettobtr TO lv_nettobtr_char
LEFT-JUSTIFIED .
I am using WRITE TO, so can I ignore this error??
Adibo..:)
2007 Sep 10 1:15 PM
Hi,
Your field is related to Amount.
Becasue of that its asking about currency.
Better way you provide this.
Thanks.
2007 Sep 10 1:16 PM
Hi,
You can ignore this one, but it not recomended to ignore the Extended sysntx check error, better you rectify the error, Use the CURRENCY option with the Write to ..
Regards
Sudheer
2007 Sep 10 1:34 PM
Solved with use of CURRENCY option with the Write TO ..
tnx..Adibo.
2007 Sep 10 1:51 PM
u have to pass after that currency reference field name.
ex : in VBAK-NETWR currency VBAK-WAERK
then extended error will clear
reward if it is use full answer.
praveen
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |