cancel
Showing results for 
Search instead for 
Did you mean: 

omitting decimals in script

Former Member
0 Kudos

hi

how to omit the decimals in sap script

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In SAP SCRIPT you can mentioned as &variable(.n)& where 'n' is the no of decimals you want.

I hope this helps,

Regards

Raju Chitale

Former Member
0 Kudos

Hi,

If you need to omit the decimals for netwr you can use.

&netwr(15)&

this means it will ristrict your field for only 15 digits without decimals.

Thanks,

NN.