cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Sales Order Header Text

Former Member
0 Kudos

Hi,

I want Table Name for Sales Data -> Header Text.

Path--

When we open the Sales order, Click on Display Document Header Details --> Here select the Text tab. Here, see the written text in Form Header (1st option).

I want that table Name which contain the Header Text. Because If header text is more than 1 line, where it stores??

Plz. help

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Hi,

Text data are stored in tables STXH (Header) and STXL(Item).

But you can't find the exact text in these tables as the text are stored in binary form.

You need to use function module READ_TEXT to read any document texts.

Check the link [Use FM READ_TEXT to Read the Various Text|http://www.sap-img.com/abap/use-fm--read-text-to-read-the-various-text.htm] which explains how to use this module to read the text.

Regards,