REPORT Z_VTEST3.
*PARAMETERS : Number TYPE P DECIMALS 2.
*DATA : WH Type i.
*WH = Number.
*SKIP 20.
*WRITE : 'The rounded number is : ' , WH.
PARAMETERS : number(4) type c.
data : wh type p.
wh = number.
WRITE : / wh.
*PARAMETERS : Number TYPE P DECIMALS 2.
*DATA : WH Type i.
*WH = Number.
*SKIP 20.
*WRITE : 'The rounded number is : ' , WH.
PARAMETERS : number(4) type c.
data : wh type p.
wh = number.
WRITE : / wh.
No comments:
Post a Comment