Skip to Content
0
Former Member
Dec 06, 2006 at 01:32 PM

Sort on Time Field not working !!!

32 Views

Hello All,

I have a table in which one field is TIME.

In my Table view I used the SORT Attribute and the value I gave is "SERVER".

I bulit a Columndefintions_Tab in which I wrote the code as

*****************************************************************************************

CLEAR col_wa .

MOVE: 'ltime' TO col_wa-columnname ,

gv_text TO col_wa-title ,

'LEFT' TO col_wa-horizontalalignment ,

' ' TO col_wa-edit ,

<b> 'X' TO col_wa-sort.</b>

APPEND col_wa TO col_control_tab .

*****************************************************************************************

I used this SORT Functionality for all the other fields also as above.

For all the cases this SORT functionality is working.

But it's failing for only the Time Field.

And it's not going for a dump instead it 's showing a page which says:-

********************************************************************************************

<b>The page cannot be displayed</b>

********************************************************************************************

Can anyone tell me what's the problem ?

Regards,

Deepu.K