Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sort Itab - Ignoring Case

Former Member
0 Likes
1,539

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

2 REPLIES 2
Read only

Former Member
0 Likes
808

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

Read only

Former Member
0 Likes
808

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