Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fields checking

Former Member
0 Likes
1,628

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,448

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,448

Hi..

u can use SE84

go to abap dictinary

fields

table fields..

give the selection criteria n execute

Read only

0 Likes
1,448

i trid this i am getg many tables

Read only

Former Member
0 Likes
1,448

Hi,

You can try from SE84 Transaction, if you know field description.

Regards,

Satish

Read only

Former Member
0 Likes
1,449

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.

Read only

Former Member
0 Likes
1,448

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

Read only

Former Member
0 Likes
1,448

Hi,

Check TCode SE84.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
1,448

Any other way i found a function module rs_program_tables u can try this but i want any other way to sort it