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

Store text from CL_GUI_TEXTEDIT Control in Database

Former Member
0 Likes
446

Hi,

I want to save my text entered in CL_GUI_TEXTEDIT Control in a z-database-table.

I couldn't use STRING Fields. I now have added two fields with TYPE "INT2" and "LRAW" at the end of the table.

But I didn't get it solved to store any data in the Database-Table.

I also didn't get a positive result when I use the import and export to database commands (perhaps I use it in wrong way).

Can anyone give my a solution please?

In best case code-snipes?

Thx a lot,

Christian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
398

I think that you can't use LRAW fields because it is used for cluster tables.

You can get the text in a internal table with this class and then save in a cluster by example

Hi,

I want to save my text entered in CL_GUI_TEXTEDIT Control in a z-database-table.

I couldn't use STRING Fields. I now have added two fields with TYPE "INT2" and "LRAW" at the end of the table.

But I didn't get it solved to store any data in the Database-Table.

I also didn't get a positive result when I use the import and export to database commands (perhaps I use it in wrong way).

Can anyone give my a solution please?

In best case code-snipes?

Thx a lot,

Christian

1 REPLY 1
Read only

Former Member
0 Likes
399

I think that you can't use LRAW fields because it is used for cluster tables.

You can get the text in a internal table with this class and then save in a cluster by example