ho guys,
i need to sort the internal table
i am using the sort statement like this
sort int_table hours descending type ascending
table values
type hours
16
A 16
0
0
0
0
A 0
i want to have the intable displayed like this as below mentioned
16
A 16
A 0
0
0
0
0
How can i give the sort statement
tx