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

Saving into database using texteditcontrol

Former Member
0 Likes
397

Hi ,

i using a text edit control. i need to save the data into the database. Hw can i do it?

call method g_editor->get_text_as_r3table

importing

table = it_desc.

The data is now in the table. How can i concat into a string and save to the database.

Thks. Urgent.

2 REPLIES 2
Read only

Former Member
0 Likes
369

Hi,

u hav the text in ur internal table now.....

create a database z-table with ur req key fields and seq-no/line-no also as a key..........

if u hav say 3 lines in ur it_desc...den seq-no = 1,2,3.....

this ll be helpful when u retrive and display from DB tables...

Cheers,

Will.

Read only

Former Member
0 Likes
369

Hi,

The text can be saved by using the function module:

CREATE_TEXT. By default it will be saved to tables under package STXD.

Regards,

Renjith Michael.