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

Internal table sort

Former Member
0 Likes
274

Dear All,

I am facing problem in internal sort command.

While executing the program in Fore ground sort happens properly where as in back ground is not which i can absorb in spool.

Table type is Standard.

SORT int_s711_a BY gross_p DESCENDING umsmng DESCENDING.

Both gross_p & umsmng fields are of curr type with length 19.

Thanks and Regards

Joseph

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
257

Use.....SORT int_s711_a BY gross_p umsmng DESCENDING

Also, while sorting currency fields sometimes it happens that sort might not be proper. But it will work...If possible try to use some other key field also.

Close duplicate threads by awarding points.

1 REPLY 1
Read only

Former Member
0 Likes
258

Use.....SORT int_s711_a BY gross_p umsmng DESCENDING

Also, while sorting currency fields sometimes it happens that sort might not be proper. But it will work...If possible try to use some other key field also.

Close duplicate threads by awarding points.