‎2006 Dec 13 12:38 PM
There is a custom table in that table can i display the table contents sorted by one particular field.
‎2006 Dec 13 12:42 PM
hi,
u can have it like this, if filed is key field. then system must take care of it.
‎2006 Dec 13 12:43 PM
Eshwar,
If you are seeing the contents using SE16, its a ALV grid, so you can sort by whatever field you want.
If you see the contents programmatically, get the data, and use the SORT command.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Dec 13 12:50 PM
Hi ,
It's a table with plant and date fields as key fields .
Now if i want to sort the table by date only is that possible .
At present it is sorting the table by plant.
‎2006 Dec 13 1:12 PM
hi,
if plant and date together make the primary key, then at present it must be sorted by by the primary key for example -
plant date
5610 12.10.2006
5610 18.12.2006
8510 10.12.2006
8510 17.12.2006
is it not Ok with you ?