Hi,
If you want to delete the entries from IT_VBAK, perform the following
Loop through IT_VBAK
Read IT_OUTPUT based on VBELN = VGBEL of IT_VBAK
If SY-SUBRC = 0
Delete the entry from IT_VBAK based on INDEX
End if
End Loop
Regards,
Jennifer
Hi,
If you want to delete the entries from IT_VBAK, perform the following
Loop through IT_VBAK
Read IT_OUTPUT based on VBELN = VGBEL of IT_VBAK
If SY-SUBRC = 0
Delete the entry from IT_VBAK based on INDEX
End if
End Loop
Regards,
Jennifer