‎2007 Jun 07 8:14 AM
Hi,
In FB01, i tried to enter long texts which represents the structure EENO_DYNP-ZEILE .
I want to know when i update this long texts, in which table it gets populated.
If i just enter Text field, it updates BSEG-SGTXT. But when i click that LongTextx" button and enter a long text, not sur ein which table it gets populated.
Pls help
Thanks
‎2007 Jun 07 8:18 AM
Hi
Check the table STXH for long texts
this type of data will be stored in LRAW type fields in long length.
You can update/create these texts using the CREATE_TEXT fun module and read the TEXT by using the fun module
READ_TEXT by passing the correct parameters like OBJECTNAME,OBJECT, ID and LANG
Reward points for useful Answers
Regards
Anji
‎2007 Jun 07 8:28 AM
Hi
Thanks for reply,
But i couldn't see the text which i enetered thru FB01. I can just see the entries which shows that i created the text.
But which Table & field will show the exact text contents?
Pls help
Thanks
‎2007 Jun 07 8:19 AM
‎2007 Jun 07 10:32 AM
hi
It does not get entered in any table but it flows via the structure. Use the READ_TEXT by passing the correct parameters like OBJECTNAME,OBJECT, ID and LANG which you can find in the GOTO-Header in the text editor
reward points if useful
Thanks.