cancel
Showing results for 
Search instead for 
Did you mean: 

In which tables can I find the sd texts in the material register?

Former Member
0 Kudos

Hi,

In which tables can I find the sd texts in the material register?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Renata,

The text is not stored on the database table like other value.

Please try to use function module READ_TEXT in SE37 to read the text.

Thanks and best regards,

Smile

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi,

The texts are stored in tables STXH , STXL etc. But it is not possible to fetch the details directly from the tables. You have to use the function module READ_TEXT where you have pass the parameters Text ID, Language, object as material number etc to fetch the text.

You can take the help of an ABAPer to create a program for this.