Application Development 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: 

Internal table sort different in every system

Former Member
0 Kudos

Hi,

We have a program that does not use any sort statement in internal table.

Why is it that in QA the internal table is sorted automatically ascending by key but in PROD the data is not sorted?

Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi John

Possibly due to how the entries have been entered into the relevant table in each environment.

If you need the table sorted in a particular order, request a change be made by your development team to have the table sorted as required.

This should ensure a consistent result in each environment.

Regards

Arden


2 REPLIES 2

Former Member
0 Kudos

Hi John

Possibly due to how the entries have been entered into the relevant table in each environment.

If you need the table sorted in a particular order, request a change be made by your development team to have the table sorted as required.

This should ensure a consistent result in each environment.

Regards

Arden


0 Kudos

Thanks Arden