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