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

simple qa about loop

Former Member
0 Likes
339

i have matnr in itab let's say Q12345 that is appers 3 times and i have his son's P9876 that apeat 3 times too.

i need to belong father to son one time only with rank example

1 Q12345

1.1 P9876

2 Q12345

2.1 P9876

3 Q12345

3.1 P9876

i get only

1 Q12345

1.1 P9876

1.2 P9876

1.3 P9876

1 ACCEPTED SOLUTION
Read only

Firoz_Ashraf
Contributor
0 Likes
300

Hi,

Try using the extracts.

AT END OF matnr

Regards,

Firoz.

1 REPLY 1
Read only

Firoz_Ashraf
Contributor
0 Likes
301

Hi,

Try using the extracts.

AT END OF matnr

Regards,

Firoz.