2006 Jun 15 12:48 AM
Hi
How to sort internal by binary search...please don't suggest SORT TABLE or HASHED table to use...
Hi
How to sort internal by binary search...please don't suggest SORT TABLE or HASHED table to use...
2006 Jun 15 1:02 AM
2006 Jun 15 1:04 AM
2006 Jun 15 1:06 AM
2006 Jun 15 1:07 AM
2006 Jun 15 1:08 AM
hi,
Use SORT Statement....
i.e,
sort itab.
SORT PERSON.
SORT PERSON BY NAME AS TEXT
SORT PERSON DESCENDING BY COUNTRY AGE NAME.
SORT PERSON DESCENDING BY AGE ASCENDING NAME AS TEXT.
Reward if it helps,
Regards,
Santosh
2006 Jun 15 1:10 AM
data : t_marc type standard table of marc with header line.
sort t_marc by matnr werks.
2006 Jun 15 1:16 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |