Dear Experts,
I want to select from the table REGUP only those entries where there are the same accounting documentNumber(BELNR) for the VBLNR.
How to make an effective select statement here.
Eg:-
VBLNR Belnr
1000011 2261550005
1000012 2261550006
1000013 2261550005
1000014 2261550008
Then the select should filter out only these 2.
1000011 2261550005
1000013 2261550005
Thanks
P