Skip to Content
0
Former Member
Apr 29, 2014 at 06:08 AM

Sort Internal table

28 Views

I have an internal table for equipment readings based on time whose some fields are like below:

Date Equip point Time .... .. . . . . . . . . . . . .

01.01.2012 3880 121232

01.01.2012 3881 121233

01.01.2012 3882 121232

01.01.2012 3883 121233

01.01.2012 3884 121234

.....

.

.

.

01.01.2012 3899 121240

01.01.2012 3880 151223

.

.

.

.

so on...

entries in table is not in above manner

I want to sort my above internal table like above manner. so I will be able to move entries from 3880 to 3899 in a one row of another table and next reading (3880) should start from next row.

pls suggest how I achieve this?