2008 Jan 29 5:10 AM
Hi All,
How to get the text from the memory for the corresponding line item in sales order.
there is a D.B table STXH which stores the text.
kindly explain from which of the fields we are used from the table STXH to get the text from memory,
if possible please send me the sample code
regards
krishna
2008 Jan 29 5:22 AM
Hi,
You can use FM: READ_TEXT
Parameters you need pass for the FM are: Text Name, Text ID, Text Object and language.
Text Name will be the combination of Sales Order Number and Item Number
Text Object for Sales Item Texts is VBBP
Text ID is the ID that identifies the text
To get the ID, do as below:
1. Check an existing sales order
2. Double click on the text which takes you to the editor.
3. Use menupath: Goto->Header
4. In the popup screen you can find the TEXT ID
"Use the same for the FM
Regards
Eswar
Hi All,
How to get the text from the memory for the corresponding line item in sales order.
there is a D.B table STXH which stores the text.
kindly explain from which of the fields we are used from the table STXH to get the text from memory,
if possible please send me the sample code
regards
krishna
2008 Jan 29 5:22 AM
Hi,
You can use FM: READ_TEXT
Parameters you need pass for the FM are: Text Name, Text ID, Text Object and language.
Text Name will be the combination of Sales Order Number and Item Number
Text Object for Sales Item Texts is VBBP
Text ID is the ID that identifies the text
To get the ID, do as below:
1. Check an existing sales order
2. Double click on the text which takes you to the editor.
3. Use menupath: Goto->Header
4. In the popup screen you can find the TEXT ID
"Use the same for the FM
Regards
Eswar
2008 Jan 29 5:23 AM
Hi Eswar,
i'm not talking about the F.M from memory how can i fetch.
Regards
krishna
2008 Jan 29 5:26 AM
Try to understand the usage of the FM, it retreives the text for you.
Regards
Eswar
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |