Skip to Content
0
Former Member
Jul 07, 2007 at 05:35 AM

How to search all the tables name which all have the same field contained

44 Views

For example:

Material#: MATNR

Material Description: MAKTX

And obviously we can find these 2 field name in Table MAKT.

But if within the system, there exist the Zcustomized Table such as ZMAKTX.

Ans also contained the fields name MATNR and MAKTX...

So what i want is to <b>list all the table's name which contain the same fields</b>, such as MAKTX...

How to check this??

Thanks.