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

tables

Former Member
0 Likes
704

hai all

Is there any easy method to find the table name and field name from short description for a particular field?

(i had only short description of a particular field..i need field name and table name )

kindly help

rewards will be given for useful answers

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

u can use tables DD02T table name text

DD03T field name text

u can also goto TCODE SE15

ABAP Dictionary -> Fields -> Tables Fields

give field desciption and execute

5 REPLIES 5
Read only

Former Member
0 Likes
684

Hi,

1.Go to se11.

2.Select the data type Radio Button

3.Enter '*' and press F4.

4.A list will appear press the new selection button enter the Short Desciption in the text box.

5.Then press Enter . It will display athe data element.

Regards

Sandipan

Read only

Former Member
0 Likes
685

u can use tables DD02T table name text

DD03T field name text

u can also goto TCODE SE15

ABAP Dictionary -> Fields -> Tables Fields

give field desciption and execute

Read only

Former Member
0 Likes
684

hi Ranjith,

You can find it via SE84 ... i.e, ABAP Dictionary->Fields->Table fields

give the description in 'Short description' and execute to find the field name.

REgards,

Santosh

Read only

ak_upadhyay
Contributor
0 Likes
684

Hi,

Goto SE84 > Fields >Table fields

give the Short description and execute to find the field name.

Reward points if useful....

Regards

AK

Read only

Former Member
0 Likes
684

hi there...

transaction code se15 will help u get the name of the data element....

still u can use the * to get the names......

but for this, u need to have a hint of the name u gave to the table as otherwise it will print all the possible values... try starting with a z or y followed by a star....

reward if helpful...

cheers!!!