‎2008 Jan 29 3:53 AM
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.
‎2008 Jan 29 4:03 AM
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.
‎2008 Jan 29 4:12 AM
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.