cancel
Showing results for 
Search instead for 
Did you mean: 

T code

Former Member
0 Kudos

Hi,

Can anybody guide-What is the t code to know the name/Description of a field?

Eg- for KUNNR field the name/des. is customer no.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mrunal,

Use Tcode SE12 --->Data type option ..

u will be able to get the description for the required fields.

Babul.

Answers (6)

Answers (6)

Former Member
0 Kudos

In technical information you get the table name and then in se11 you can get the name...or in T code N also you get it...

Former Member
0 Kudos

Hi,

For this purpose there is no standard code.But by using the tables DD03L,DD03T you can find the field texts and charachterstics.

Thanks,

shyla

Former Member
0 Kudos

Hi All,

it is SE84>ABAP dictionary->Fields->table fields->enter field name-->Execute.

It will display the field description as well as tables in which it is used/pr.

Regards

Former Member
0 Kudos

use t code se11.

Former Member
0 Kudos

Hi Mrunal,

If you want to know the filed name n des, first u should know the table name, KUNNR comes in under which table, than go to T.code : SE11, enter the table name (KNA1 for general customer master data) and click on display, you can get all the fields and des in the same table.

i hope, will help you,

Regards,

Venkat.

Former Member
0 Kudos

T.Code: SE16

Table: KNA1 / KNA2

Regards,

Rajesh Banka

Reward points if helpful