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

Sort Internal Table with Group By

Former Member
0 Likes
514

Hi,

I need to sort my internal table by Field 2, Field 3, Field 4 and group by Field1. How do I do that? I need my internal table to be in such sorting as I need to pass it to a third party software.

Thanks

Hi,

I need to sort my internal table by Field 2, Field 3, Field 4 and group by Field1. How do I do that? I need my internal table to be in such sorting as I need to pass it to a third party software.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
370

HI

Check this Key word Documentation. and take the Help of OTAB addition

http://help.sap.com/abapdocu_70/en/ABAPSORT_ITAB.htm

Cheers

Ram