How to compare two tables structure difference?

Question: Hi all-,

Is there any kind of function of SAP to compare two tables structure difference like SE39 comparing programs?


Thanks

Answer:
Don't know direct solution, but I would download the structure into a text file with RSSDOCTB and use text comparison software.
_________________
ilya

More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com

Answer:
Or use one of the function modules that reads a table structure into an internal table and then compare the contents of the two itabs. You could even read the structures from the DD0* tables directly.
_________________
Regards

R


Abap KC
SFMDR
Copyright ?2007 - 2008 www.jt77.com