Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ragarding table comparision

Former Member
0 Likes
298

All VBAK-Records selected based on the entries in the Selection Screen need to be com-pared against Y16M_SMM_REFER by comparing field VBAK-vbeln with field Y16M_SMM_REFER-vbeln.

If the vbeln-Record is not contained in Y16M_SMM_REFER, this Record needs to be added to the Output List.

if any body knows any idea about tthe logic please let me know

1 REPLY 1
Read only

Former Member
0 Likes
272

Hi,

I think you have to use loop within the loop.

If the entry matches put the contents into output_table.

Thanks,

Chaya