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

short text

Former Member
0 Likes
907

hi experts,

In which database table is the short text for every database table field is stored ?

hi experts,

In which database table is the short text for every database table field is stored ?

6 REPLIES 6
Read only

Former Member
0 Likes
868

<b> DD02T</b> table

Read only

Former Member
0 Likes
868

Check the table: DD03T DD: Texts for fields (language dependent)

Regards,

Ravi

Read only

Former Member
0 Likes
868

for Database related tables ,

1. Goto SE11

2. Select the first radiobutton

3. give DD0* and click on F4 help

4.you can get all the related tables

Read only

Former Member
0 Likes
868

Hi ,

Check Table DD08T

Give table name , field , language to get the short text

Table name : mara

Field name : GEWEI

Language : E

U will get hte short text ( DDTEXT field ) Unit of Weight

Check DD0* tables

Read only

Former Member
0 Likes
868

Hi ,

You can check the table DD03T for table specific information , but if you want text for a data element use the table DD04T.

Regards

Arun

Read only

Former Member
0 Likes
868

Hi Srinivas,

Here are the tables which stores text for database table field,

DD02T- R/3 DD: SAP table texts

DD03T- DD: Texts for fields (language dependent)

DD04T- R/3 DD: Data element texts

DD08T- Texts on the relationship definitions

DD07T- DD: Texts for Domain Fixed Values