Hello Mr.Vinodh mohan,
you can use the following code.
Loop at itab2 into wa2.
Read itab1 into wa1 with table key key_field1 = wa2-key_field2.
if sy-subrc = 4.
wa3 = wa2.
Append wa3 to itab3.
Clear Wa3
Endloop.
Thank you.
Hello Mr.Vinodh mohan,
you can use the following code.
Loop at itab2 into wa2.
Read itab1 into wa1 with table key key_field1 = wa2-key_field2.
if sy-subrc = 4.
wa3 = wa2.
Append wa3 to itab3.
Clear Wa3
Endloop.
Thank you.