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

FB01

Former Member
0 Likes
685

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

4 REPLIES 4
Read only

Former Member
0 Likes
591

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

Read only

0 Likes
591

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

Read only

former_member196280
Active Contributor
0 Likes
591

Table STXH

Use FM to read long text READ_TEXT

Regards,

SaiRam

Read only

Former Member
0 Likes
591

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.