‎2008 Mar 26 12:39 PM
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
‎2008 Mar 26 2:32 PM
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
‎2008 Mar 26 1:29 PM
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
‎2008 Mar 26 2:32 PM
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
‎2008 Mar 26 2:37 PM
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
‎2008 Mar 27 3:27 AM
Hi,
Goto SE84 > Fields >Table fields
give the Short description and execute to find the field name.
Reward points if useful....
Regards
AK
‎2008 Mar 27 4:45 AM
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!!!