‎2007 May 15 5:41 AM
i didnt mention any type in declaration.
what is the default type?? char or int or float??
REPORT ZFLOAT .
parameters: b(5),
c(5).
DATA: a type p.
a = b * c.
write : / a.
plz see and tell
thanks and regards
vijay
‎2007 May 15 5:41 AM
‎2007 May 15 5:41 AM
‎2007 May 15 5:42 AM
‎2007 May 15 5:43 AM
Hi,
In ABAP by default the system will take Char type, if we dont declare any type for a variable in data declaration.
Hope this info helps.
Regards,
Kumar.
‎2007 May 15 6:18 AM