Skip to Content
0
Jan 09, 2008 at 06:44 AM

Alphanumeric Sorting

1679 Views

Hi..

I need to sort projects in an internal table.

project(PROJ-PSPID).

Suppose that in one internal table t_proj we have three entries

EC-000293-A8

EC-000293-A17

EC-000293-A15

Afther sorting ascending the ouput will be

SORT t_proj Ascending.

EC-000293-A15

EC-000293-A17

EC-000293-A8

But my required output shoud be

EC-000293-A8

EC-000293-A15

EC-000293-A17

Can anyone pls help me in sorting like this

Thanks in Advance

Edited by: Sheeba Bhaskaran on Jan 9, 2008 12:15 PM

Edited by: Sheeba Bhaskaran on Jan 9, 2008 12:16 PM