Skip to Content
0
Former Member
Oct 21, 2005 at 08:53 AM

Sorting on Field Symbols

28 Views

Hi,

I have created ztable and table maintenance generator for the same. So its already generated code like

PROCESS BEFORE OUTPUT.

MODULE LISTE_INITIALISIEREN.

LOOP AT EXTRACT WITH CONTROL

TCTRL_YS014 CURSOR NEXTLINE.

MODULE LISTE_SHOW_LISTE.

ENDLOOP. etc....

Here EXTRACT Is a internal table of type ANY... Now i am getting records sorted by key fields of Z-table.

But I need Sort by some other fields.. So i am trying to sort EXTRACT but not able to...

Can anybody helpme on this..

Rayudu