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

STXH_Table?

Former Member
0 Likes
2,306

Hi

How do we maintain texts in the table STXH (STXD SAPscript text file header)?

Thanks

Hi,

While creating sales order va01-header-text

entry is created in stxh,stxl table.

You can read the text using read_text FM.

Regards,

Amole

9 REPLIES 9
Read only

Former Member
0 Likes
2,220

1) Through s010 transaction.

2) When we save texts in standards transactions.

3) Whenever we create text elemenst for programs, sap scripts and smartforms.

4) Using the Function MOdules CREATE_TEXT.

EDIT_TEXT, and SAVE_TEXT.

Regards,

Ravi

Read only

Former Member
0 Likes
2,220

When you will create the text in SO10 all the fields will be updated in the table STXH for the particular form we do not have to maintain all these things SAP takes care of that.

Read only

Former Member
0 Likes
2,220

use READ_TEXT FM and get them

Read only

Former Member
0 Likes
2,220

The data in this is the long texts data and is stored in RAW format, you can store pages and pages of data.

To save text use

CREATE_TEXT / SAVE_TEXT followed by COMMIT_TEXT

To read

READ_TEXT

To Delete

DELETE_TEXT

If you are dealing with long texts of the documents, when you open the text in the editor, in the menu Go To-->Header you can see the parameter values that need to be passed - TDOBJECT / TDID. TDNAME will usually be the doucment number.

Regards,

Ravi

Read only

dani_mn
Active Contributor
0 Likes
2,220

Hi,

FM 'READ_TEXT'

can be used to read texts from the stxh.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
2,220

Hi,

While creating sales order va01-header-text

entry is created in stxh,stxl table.

You can read the text using read_text FM.

Regards,

Amole

Read only

Former Member
0 Likes
2,220

Hi,

using the FM CREATE_TEXT or SAVE_TEXT you can create the text.

using the SAVE_TEXT you can modify the text also.

this way you can create entries in STXH table.

you need to pass the Proper prameters.,..

Regards

vijay

Read only

Former Member
0 Likes
2,220

Hai Soni

Through s010 transaction.

When we save texts in standards transactions.

Whenever we create text elemenst for programs, sap scripts and smartforms.

Using the Function MOdules CREATE_TEXT.

EDIT_TEXT, and SAVE_TEXT.

Thanks & regards

Sreeni

Read only

Former Member
0 Likes
2,220

hi,

This can be done by using s010 transaction.

This can be done while saving texts in standards transactions or while createing text elemenst for programs, sap scripts and smartforms.

The Function Modules:

CREATE_TEXT,

EDIT_TEXT,

READ_TEXT,

DELETE_TEXT and

SAVE_TEXT

can use be used.

Hope you will find this info useful.

Regards,

Richa