‎2015 Mar 17 2:49 AM
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!
‎2015 Mar 17 2:56 AM
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
‎2015 Mar 17 2:56 AM
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
‎2015 Mar 17 3:22 AM