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

Sorting is not working

Former Member
0 Likes
906

Hi ,

We are in process upgrade from 4.6c to Ecc.

We are in testing phase.We have encoutered one problem while soriting internal table.Please find internal table type and sort key used.

Data:Itab type standard table of LBBIL_IT_GEN.

Sort Itab by SHORT_TEXT.

When we are sorting internal table by SHORT_TEXT in 4.6c its working fine.

But in ECC its not working fine.Please help me if any faces same problem.

Regards,

Sunil.K

7 REPLIES 7
Read only

Former Member
0 Likes
864

This message was moderated.

Read only

0 Likes
864

Is your system unicode or non-unicode ? Check OSS 952625.

Read only

Former Member
0 Likes
864

This message was moderated.

Read only

former_member212005
Active Contributor
0 Likes
864

If its not giving any error......check the data...it should be working fine.

Read only

Former Member
0 Likes
864

Hi,

can you please tell what is the problem you are facing??? Because it should work fine in both the systems

Read only

Former Member
0 Likes
864

IT should work in ECC too ! Check your internal table before and after sort. Check using debug.

Read only

former_member156446
Active Contributor
0 Likes
864

why are u using short_text to sort... when the same can be accomplished iif you sort with POSEX or ITM_NUMBER.