Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3189

Re: DUMP: CONVT_NO_NUMBER Unable to interpret "0,00" as a number

$
0
0

Your field is character type but your validation is for different type.

You can try creating a numeric/int variable then move the value of w_ret-impret then validate.

 

Data: l_int TYPE i.

 

MOVE w_ret-impret TO l_int.

if l_inteq 0.

           else.

           APPEND w_ret TO t_ret.

           endif.


Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>