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

How to avoid loop inside loop?

former_member207873
Participant
0 Likes
490

Hi Experts,

                    I have come across a scenario like below. I have achieved the result using loop inside loop and it is quite time consuming.

My internal table after the select query looks like below. I have to get the final internal table from this internal table with some change in the order in which the data is displayed. My first internal table looks like below.

VBELNPSTYVPOSNRMATNRFKIMGLFIMG
2 REPLIES 2
Read only

Former Member
0 Likes
450

do a inner join in the select statement

Read only

joao_sousa2
Active Contributor
0 Likes
450

I believe you have to provide more detail.