‎2009 Feb 16 7:21 PM
Hi Experts,
In Z table I have the fields Like
Num1 type I (keyfield)
Num2 type I
Num3 type I.
Using the Program I am Inserting the data into Z table.
But the Problem Is,
In the Prgram I am Sorting the internal table data based on Num3 field and updating the same In Z table
After updation the data in Z table it is showing data in sorting by key field NUM1.
But I want update the data into Z table in sorted order of Num3.
Is this possible how. Pelase suggest me
Thnx,
Sam.
‎2009 Feb 16 7:30 PM
hi,
In the Table View SE11 it show the sorting order by the Key Field by Default i think but if you want to see this by NUM3 than you can short it by NUM3 if your Just Right Click on the Heading of the Column and Select Sort order ,
Kind Regards,
Faisal
‎2009 Feb 16 7:25 PM
may be you will have to sort on Num3 after display would be the only possibility.
Otherwise, num3 should be key.
‎2009 Feb 16 7:30 PM
hi,
In the Table View SE11 it show the sorting order by the Key Field by Default i think but if you want to see this by NUM3 than you can short it by NUM3 if your Just Right Click on the Heading of the Column and Select Sort order ,
Kind Regards,
Faisal
‎2009 Feb 16 7:44 PM
by default data in table is save in sorted order.
if u want to avoid this then take the fields of z-tabels character type. this will solve your problem