cancel
Showing results for 
Search instead for 
Did you mean: 

S/O Header text

Former Member
0 Kudos

Hi~

I want to get the Sales Order's header text content.

Which table can I use?

I have test the following table: STXH & STXL.

The data didn't in them.

Can I find the data in table?

How can I get the data in system?

Best wishes~

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

Goto the T.Code "VA03".

Enter the sales order number.

Goto Header-->Texts.Click on "Display Log" which is the icon beside "EN English"(Language).

Expand all the "Plus" mark boxes.

Make a note of the "Object","ID" and order number.

Goto the T.Code "SE37".

Enter the Function module name as "READ_TEXT".Press F8 or Click on Execute.

Enter the Client.ID and Object as the values you have noted down.

Name as the Sales order number preceede by 2 zeroes.

Execute.

Click on the Result entry.

Here,you will get the text value.

Or the same ID and Text object and client from "STXH" table.

Pass your order number preceeded by two zeroes into "TDNAME" field.

Execute.

Regards,

Krishna.

Answers (3)

Answers (3)

former_member315051
Active Contributor
0 Kudos

As allready suggested , text will not get saved in tables, it has read with Function module only.

Regards,

Ramesh

Former Member
0 Kudos

HI

Text are always store as standard text, and we can't retrieve them from any table. The only way is use of FM READ_TEXT. Give the text id, sales order number you can get the required text.

Former Member
0 Kudos

Hi,

Header text - STXH

Line level text - STXL

To get data,

Go to SE37, run READ_TEXT.

Fill in the data with the data that you have gathered, then execute.

You can then read the text in the results area in SAPSCRIPT format.

Best regards,

Anupa