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

Table fields for the text editors

Former Member
0 Likes
482

Hi,

How to find the table fields of the text editors in the functional screens like MM03 --> MRP4 View --> Material Memo. Or how to upload text in the editors using ABAP program.

Thanks,

K R Vishnu Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi Vishnu,

Apart from the Above you can know the Object ID & all other details with the help of using a SQL trace by ST05.

Thanks & regards,

Dileep .C

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
452

Hello,

To "upload" Long Text you have to use the FM 'SAVE_TEXT'.

Please search in SDN you will find umpteen number of examples.

Hope this helps.

BR,

Suhas

Read only

Former Member
0 Likes
452

Hi,

Any long text will consists of the TEXT_NAME, TEXT_ID, TEXT_OBJECT and the LANGUAGE.

To find out these details you basically have to open the text in the text editor by double clicking on it.

And then go to the Header details in the Menu.

Here you will find all the relevant information.

You pass these details to FM SAVE_TEXT to save this text to database and you make use of FM READ_TEXT to read these texts.

The texts are basically stored in STXH and STXL tables.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
453

Hi Vishnu,

Apart from the Above you can know the Object ID & all other details with the help of using a SQL trace by ST05.

Thanks & regards,

Dileep .C