‎2009 Jun 30 12:37 PM
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
‎2009 Jun 30 12:46 PM
‎2009 Jun 30 12:51 PM
‎2009 Jun 30 12:51 PM
‎2009 Jun 30 12:58 PM
If its not giving any error......check the data...it should be working fine.
‎2009 Jun 30 1:03 PM
Hi,
can you please tell what is the problem you are facing??? Because it should work fine in both the systems
‎2009 Jun 30 5:50 PM
IT should work in ECC too ! Check your internal table before and after sort. Check using debug.
‎2009 Jun 30 6:20 PM
why are u using short_text to sort... when the same can be accomplished iif you sort with POSEX or ITM_NUMBER.