2014 May 26 10:30 PM
Hi,
I need to sort an Internal Table by name field by ignoring the CASE.
One way is: Convert the Name into Upper or Lower case and do the sorting.
However, is there any other way we could handle this? Do we have SORT which can ignore the case?
Thanks for the reply.
Thanks,
Sandeep
Hi,
I need to sort an Internal Table by name field by ignoring the CASE.
One way is: Convert the Name into Upper or Lower case and do the sorting.
However, is there any other way we could handle this? Do we have SORT which can ignore the case?
Thanks for the reply.
Thanks,
Sandeep
2014 May 27 5:37 AM
Hi Sandeep,
I think that is the way to do that. Make that as either upper /lower case and do sorting. Normally when we sort upper case will come first & lower case will come next.
refer this thread:
http://scn.sap.com/thread/1309978
Regards,
Poornima
2014 May 27 5:46 AM
Hi Sandeep,
Follow the below link for the same.
Sorting Internal Tables (SAP Library - ABAP Programming (BC-ABA))
Follow the 2nd program especially.
Thanks & Regards
Syed
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |