Hi everybody,
I´m new of this community and also new of SAP is my first mounth to work with abap.
I ask for your help for advice on how to solve the following problem:
I have an internal table with the follow field:
Mandt Qnr Material Pos
010 000526 0019232 01
010 000526 0019232 02
010 000526 0823480 03
010 000526 0383348 01
010 000527 0019332 01
010 000527 0019332 02
.... .... .... ..
I need to find in this table all recod tha have the same value of Mandt Qnr Material but with different Pos, and show in a table.
In the case of the previous example should be displayed:
010 000526 0019232 01
010 000526 0019232 02
010 000527 0019332 01
010 000527 0019332 02
Can show me how you can do?
Thank you in advance.