Skip to Content
0
Jan 03, 2008 at 06:17 AM

Sorting in the BO Code

18 Views

Hi All,

Place : In the Retrieve method of the Business Object code

Aim : sort the internal table which would be assigned to OUT_DATA.

Problem:

I have a variable of type internal table.

I am assigning this to OUT_DATA.

when i do sort on the variable on a particular column in the ABAP Code, it is not getting sorted.

I feel it is because the OUT_LIST should also be sorted.

But, i cannot sort OUT_LIST, since it doesn't have the table column (which i sorted on in the variable above).

Regards,

Pradeep.