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

Comparing two internal tables and get the changed value fields

kanwardeepsingh_gill
Product and Topic Expert
Product and Topic Expert
0 Likes
1,261

Hello All,

My requirement is to develop an inteface similar to DIFF tab in the new debugger.

The input parameters would b any two internal tables of the same type and I need to know the fields which have different values and the field names as well.

If you have any specification on how to do it, please post.

Thanks

Kanwardeep

Hello All,

My requirement is to develop an inteface similar to DIFF tab in the new debugger.

The input parameters would b any two internal tables of the same type and I need to know the fields which have different values and the field names as well.

If you have any specification on how to do it, please post.

Thanks

Kanwardeep

3 REPLIES 3
Read only

Former Member
0 Likes
941

Hi Kanawrdeep,

Its really a very good object.

But for this you have write some manual code.

i.e. field by field comparison by writing code

Regards,

Narendra

Read only

Former Member
0 Likes
941

Hi,

Have a look at BKK_COMPARE_TABLES. This may serve your purpose or at least give you an idea of what to do.

Hope this helps.

Thanks,

Wenonah

Read only

kanwardeepsingh_gill
Product and Topic Expert
Product and Topic Expert
0 Likes
941

Planning to use class CL_FDT_COMPARISON and method COMPARE_TABLES.

Thanks every1 for ur answers.