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: 

Field Description

Former Member
0 Kudos

Hi All,

I need to get the field description for any field that user enters.I want to know the table name in which the field description of all fields are stored?It is not present in DD03L.

Thanks,

Rakesh.

6 REPLIES 6

former_member188829
Active Contributor

Hi,

Check the Table DD03M

Just Pass TABNAME(Table Name)

FIELDNAME(Field Name)

DDLANGUAGE(Language) As Input..Then You will get the field Description..in that Language only..

Former Member
0 Kudos

hi more

Please check it in

DD02L Tables in SAP

DD02T Tables description

DD03L Field names in SAP

DD03T Field description in SAP

any field entry must be there in it check in DD03T

Reward points if helpful

hitesh

Former Member
0 Kudos

DD02L Table contains the SAP Tables.

DD02T Table contains the SAP Table Texts.

DD01L Table contains the Domains

DD01T Table contains the Domain Texts.

DD03L Table contains the Table Fields.

DD03T Table contains the Table Field Texts. (Language Dependent)

DD04L Table contains the Data Elements.

DD04T Table contains the Data Element Texts.

DD05s Table contains the Foreign Key Fields

Explore the field in SE11.

Rewards if useful.

Former Member
0 Kudos

Hi,

use the table DD03T . we can get the texts for each fields.

regards,

satish.

if it helpful, reward points.

Former Member
0 Kudos

Hi,

Try using FM NAMETAB_GET.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

hi rakesh,

check these tables also:

DD02V

Date dictionary tables

DD03L

Date dictionary tables and fields

DD07T

Texts for Domain Fixed Values

regards,

sravanthi