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

Extended syntax check, currency error?

Former Member
0 Likes
685

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..:)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

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..:)

4 REPLIES 4
Read only

Former Member
0 Likes
657

Hi,

Your field is related to Amount.

Becasue of that its asking about currency.

Better way you provide this.

Thanks.

Read only

Former Member
0 Likes
656

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

Read only

Former Member
0 Likes
656

Solved with use of CURRENCY option with the Write TO ..

tnx..Adibo.

Read only

Former Member
0 Likes
656

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