2007 Dec 13 11:13 AM
The default length of a field of type time(T) in an ABAP program i;
my problem is if upload the above question into sap instead of double quotes("time") it is taking # like(#time#) plz help me in that.
2007 Dec 13 11:19 AM
default length is 6 for time field,
i don understand what u r trying to say second line, explain please
2007 Dec 13 11:22 AM
Hi,
Default length of time is 6.
you can declare a variable as follows:
data : gw_time like sy-uzeit.
or
data : gw_time type tims.
Hope this would help.
Regards,
Lalit
2007 Dec 13 11:26 AM
Default length of time (type T) is 6 and the initial value is '000000'.
As per my understanding about your 2nd line...don't give the time in the double quotes...use single quote...
'125959' (12hours 59 mins 59 secs)