2007 Oct 09 6:57 AM
hi
which data type cannot be used to define parmeters? why?
2007 Oct 09 7:00 AM
2007 Oct 09 7:02 AM
hi jyothsna.,
we can not use the float(TYPE F) data type to define parameters.
because it takes the rounded values some times for the decimals to check the data in SAP tables.
it leads to get inconsistent data from SAP tables.
<b><i>Reward points if useful</i></b>
Chandra
Message was edited by:
Chandrasekhar V
2007 Oct 09 7:03 AM
You cannot use types F (floating point), 1, or 2(6-digit date formats).
2007 Oct 09 7:15 AM
The built-in ABAP types c, d, i, n, p, t, and x
A non-specific data type from the ABAP Dictionary or a non-generic data type, from the same program, already defined using TYPES, and which is elementary and flat and not of the type f (with the exception of the use of NO-DISPLAY).
press f1 on parameters: statement , u can find the above docu there.