2006 Jun 22 11:14 AM
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
2006 Jun 22 11:17 AM
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
2006 Jun 22 11:17 AM
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.
2006 Jun 22 11:17 AM
2006 Jun 22 11:19 AM
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
2006 Jun 22 11:19 AM
Hi,
FM 'READ_TEXT'
can be used to read texts from the stxh.
Regards,
Wasim Ahmed
2006 Jun 22 11:19 AM
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
2006 Jun 22 11:20 AM
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
2006 Jun 22 11:20 AM
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
2006 Jun 22 12:02 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |