Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8709

Re: how to get records of internal table comparing records of another internal table

$
0
0

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.


Viewing all articles
Browse latest Browse all 8709

Latest Images

Trending Articles



Latest Images