Application Development 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: 

How to find field name using field description

Former Member
0 Kudos

Hi experts,

I have lots of field description, bt i want to know how i will get those field name.

for example i have bill-to city..this is the description, how to find the field name using this description.

Mohana

1 ACCEPTED SOLUTION

valter_oliveira
Active Contributor
0 Kudos

Check table DD04T.

Regards.

Valter Oliveira.

4 REPLIES 4

former_member181995
Active Contributor

SE15>ABAP dictonary>fields>table fields>give discription here and execute.

Former Member
0 Kudos

go to se 11 choose datatype press f4 then choose dataelement

then choose information system enter the description n short text you will get the data element then use a where used list to get the field name .

Former Member
0 Kudos

Use SE84->abap dictonary->Fields-> table fields

It gives fields name along with table name

Thanks

Ganesh

valter_oliveira
Active Contributor
0 Kudos

Check table DD04T.

Regards.

Valter Oliveira.