hi lella,
I think you can read for VBELN after the first loop, than
If sy-subrc = 0.
continue.
endif.
"Normal parallel cursor logic goes Here"
Here no need to check the NE condition for VBELN, because in above logic if it finds the value of VBELN in both the internal tables it will continue with next iteration.
Regards,
Shadab.