cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Text ID

Former Member
0 Kudos

Hi

I need help with obtaining a text id to use on a form

It is the inspection text from the material master - on additional info

I cannot seem to find this via the transaction VOTXN, which is where the SD text determination are held for sales, delivery, billing and customer texts

I would like to print the inspection text on a custums form, but need the text id

please help

Thanks

Tony

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check with:

TDOBJECT = 'MATERIAL'.

TDNAME = matnr (code of matnr, ie:length 18)

TDID = 'PRUE'

TDSPRAS = sy-langu.

You can use the function module READ_TEXT to write in in ABAP or the command INCLUDE in the form.

If you have doubts about the parameters, you can create it, and with tcode SE16N for STXH search it with the parameters TDFDATE and TDLUSER.

I hope this help you

Regards,

Eduardo

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved, thanks for all your help

Former Member
0 Kudos

Hi,

Use the Function Module READ_TEXT in the Print program

The text will be stored in STXH and STXL

regards,

santosh