Application Development 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: 

Error while writing currenecy fields in extended prog check

Former Member
0 Kudos
97

In the extended program check I am getting 'Use additional CURRENCY when outputting with MESSAGE '

Here i am trying to write the currency field with WRITE statements.

Thanks in advance

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos
59

Hi Hemant,

Please try this.

WRITE IT_VBAP-NETWR CURRENCY IT_VBAP-WAERK.

Regards,

Ferry Lianto

2 REPLIES 2

former_member583013
Active Contributor
0 Kudos
59

You need something like this -;)


SALES = 93860. 
WRITE SALES CURRENCY 'DEM' DECIMALS 0.

Greetings,

Blag.

ferry_lianto
Active Contributor
0 Kudos
60

Hi Hemant,

Please try this.

WRITE IT_VBAP-NETWR CURRENCY IT_VBAP-WAERK.

Regards,

Ferry Lianto