Skip to Content
0
Former Member
Jun 08, 2009 at 09:04 AM

itcsy structure

23 Views

Hello,

I am calling a subrouting from SAP SCRIPT.

But in the subroutine I am not able to change the currecy value to integer.

FORM cal_Tot tables ntwr structure itcsy

tot structure itcsy.

DATA value type vbap-netwr.

value = ntwr-value.

ENDFORM.

If the value of ntwr-value is 300.0 its working but

if the value of ntwr-value is 1,345.0 this is giving runtime error.

How can store 1,345 into variable value