Hi Experts
I have an internal table which has customer master texts
Sort statement is done after fetching all the customer texts from different text id
sort regio kunnr txtid
before sorting
table contents are
regio kunnr txtid tdtext text
inv 20000 z001 shipping instructions site id......
inv 20000 z001 shipping instructions dxx.....
inv 20000 z001 shipping instructions cons......
after sorting
inv 20000 z001 shipping instructions cons......
inv 20000 z001 shipping instructions site id......
inv 20000 z001 shipping instructions dxx.....
even though the sorting is done on regio kunnr and txtid but the text is also getting effected
Can you please explain the reason
Is there any way to solve this issue
Thanks
Pawan Akella