‎2005 Aug 17 4:02 PM
I know how to find the table associated with particular data element.(by clicking on technical documantation after cliking F1)
Is there a way in SAP where I can find the tables which contain more than one data element we want in it ?
Tushar.
‎2005 Aug 17 7:26 PM
This reply is not exactly what your are looking for, because it's search for fieldnames and not for data elements. Perhaps it's helpful after all.
- start the Transaction SE84 (Repository Info System)
- Select in the tree ABAP Dictionary -> Fields -> Table Fields
- Insert in the Select-Option "Field name" the name of the files (E.g. CARRID and CONNID) and expecute it
- now you will get a list of all tables which have one or both of this fields
- it's easy to identify the tables which contain both fields in the list
Stefan
‎2005 Aug 17 4:05 PM
‎2005 Aug 17 4:12 PM
Actually I Know that.
There we find all the tables associated with just one data element, say VORNR.
I am asking something different.
If I want to find the tables which has both VORNR and ARBPL field what do I do for that ?
‎2005 Aug 17 4:24 PM
‎2005 Aug 17 4:25 PM
‎2005 Aug 17 7:26 PM
This reply is not exactly what your are looking for, because it's search for fieldnames and not for data elements. Perhaps it's helpful after all.
- start the Transaction SE84 (Repository Info System)
- Select in the tree ABAP Dictionary -> Fields -> Table Fields
- Insert in the Select-Option "Field name" the name of the files (E.g. CARRID and CONNID) and expecute it
- now you will get a list of all tables which have one or both of this fields
- it's easy to identify the tables which contain both fields in the list
Stefan