2009 Apr 15 4:38 PM
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
2009 Apr 16 10:31 AM
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
2009 Apr 16 10:31 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |