2007 Aug 30 10:04 AM
Hi there ,
If I know the struc name & the field name then how can we find the tables in which the same field is there .........
Thanks & Regards
Kaushik
2007 Aug 30 10:06 AM
hi
check for where used list...in that select tables option...
u find the list of tables in which the field is used.
Hi there ,
If I know the struc name & the field name then how can we find the tables in which the same field is there .........
Thanks & Regards
Kaushik
2007 Aug 30 10:06 AM
hi
check for where used list...in that select tables option...
u find the list of tables in which the field is used.
2007 Aug 30 10:07 AM
hi,
If u know the structure and field then u can search where it is used by using Where-used list.It will be in the Menu bar.
2007 Aug 30 10:08 AM
Hi,
Threre are numerious ways,
1. You can double click on structure and use where-used list.
2. Go to Data Element of the Table and use where-used list for structures and Data Tables.
3. Go to ST05 and Activate Trace and Run Transaction and Then Display it to get database fields and Database.
4. Also you can check for CHECK TABLES, Search help etc.
Reward if useful!
2007 Aug 30 10:08 AM
HI ,
Use where used list button and check the objects in the pop up screen like programs, db tables...etc.
The system search and gives the result.
Reward if useful.
kishore
2007 Aug 30 10:10 AM
hI ,
Goto tcode SE15/SE84...Now goto Abap dictionary folder then fields folder,now give ur field name and press F8 ,u will get all the table names.
Reward points if u find useful..
Regards,
Nagaraj
2007 Aug 30 10:10 AM
Kaushik,
for ex:-
RUN VA02
RUN ST05
CLICK ON ACTIVATE TRACE
GO AHEAD WITH THE VA02 PROCESS
NOW AGAIN GO TO ST05 AND DEACTIVATE THE TRACE.
NOW CLICK ON DISPLAY TRACE.
CHOOSE TRACE LIST.
This way we will be able to findout the table name of a particular field when the F1 help is showing the structure name.Yes I agree the trace list is bit complex to understand but I don't know any otherway.let's see what SDN experts opine.
K.Kiran.
2007 Aug 30 10:17 AM
Thanks a lot experts for your ans........the issue is resolved
Ragards
Kaushik
2007 Aug 30 10:32 AM
Hi
you will find where used list option in the ABAP DICTINORY
with that y ou can find where exactly that structure is used
path for that is
GOTO -> UTILITIES -> WHERE USED LIST
REWARD IF USEFUL