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

Storing Multiline Text In Database

Former Member
0 Likes
873

Hello everyone,

I made a screen and put some text editors on it and i want to store the text in the database tables.

How can i do this?

The text editors gives tables and splits the text into lines when i read the text from text editors.

Thanks for your help everyone.

Hello everyone,

I made a screen and put some text editors on it and i want to store the text in the database tables.

How can i do this?

The text editors gives tables and splits the text into lines when i read the text from text editors.

Thanks for your help everyone.

3 REPLIES 3
Read only

Former Member
0 Likes
694

search the forums and look at SE37 for function modules named like READ_TEXT, SAVE_TEXT, etc.

Read only

Former Member
0 Likes
694

Hi,

Use FM SAVE_TEXT to save the text to db using text id

and use FM READ_TEXT for reading the text using text id.

Thanks,

Anmol.

Read only

0 Likes
694

Thanks both of you, i'll try and let you know if i managed to do it.

have a good day.