‎2007 Dec 10 12:25 PM
Hi all ,
Thnx u very much i am learning so much from this SDN i want a function module or way to search fields if we have field name i know the way se15 and where used list other then that is there any other way to find in a efficent way
‎2007 Dec 10 12:34 PM
Use SE84
> R/3 Repository Information Sys
> ABAP Dictionary
> Fields
>Table fields
OR
Goto SE11.enter table name .press display.then press ctrl F and enter the description of the field.press enter . u will the get the field regarding to the given description.
If u want to search table name for given field,then.
Goto se84->ABAP Dictionary->fields>table fields.double click on it.
Enter the table name or field name or description. u will get all the tables in which that field is used
OR
You can you check DD03T..
Or
You can use SE11..Give the table name..Press display..Press CTRL + F4..give the description..
OR
go to se15 click ABAP dictionary>fields>tablefields(dbl click) give the field name in the right hand side window. press execute it will show you the tables which contains the field.
other way take the dataelement of the field and use where used list..
Reward points if found helpful...
Cheers,
Chandra Sekhar.
‎2007 Dec 10 12:29 PM
Hi..
u can use SE84
go to abap dictinary
fields
table fields..
give the selection criteria n execute
‎2007 Dec 11 7:06 AM
‎2007 Dec 10 12:30 PM
Hi,
You can try from SE84 Transaction, if you know field description.
Regards,
Satish
‎2007 Dec 10 12:34 PM
Use SE84
> R/3 Repository Information Sys
> ABAP Dictionary
> Fields
>Table fields
OR
Goto SE11.enter table name .press display.then press ctrl F and enter the description of the field.press enter . u will the get the field regarding to the given description.
If u want to search table name for given field,then.
Goto se84->ABAP Dictionary->fields>table fields.double click on it.
Enter the table name or field name or description. u will get all the tables in which that field is used
OR
You can you check DD03T..
Or
You can use SE11..Give the table name..Press display..Press CTRL + F4..give the description..
OR
go to se15 click ABAP dictionary>fields>tablefields(dbl click) give the field name in the right hand side window. press execute it will show you the tables which contains the field.
other way take the dataelement of the field and use where used list..
Reward points if found helpful...
Cheers,
Chandra Sekhar.
‎2007 Dec 10 1:54 PM
Check in table DD03L, where u can give field name and it will show the tables in which the field is being used.
reward if answered
‎2007 Dec 10 2:02 PM
‎2007 Dec 11 7:10 AM
Any other way i found a function module rs_program_tables u can try this but i want any other way to sort it