‎2005 Oct 21 7:49 AM
I want to create a view in se11. I joined 3 tables into this view, all the 3 tables are active. When I want to active the view, there is an error message 'Table contains more than 3 long string fields'. Is there anyone can help me? Thank you.
‎2005 Oct 21 7:56 AM
Hi!
Looks like you are running into a database restriction (of open SQL - maybe some database can handle this).
If you don't need all (of the string) fields, remove them out of the view.
Otherwise, forget it, use a join in your programs.
Regards,
Christian
‎2005 Oct 21 7:56 AM
Hi!
Looks like you are running into a database restriction (of open SQL - maybe some database can handle this).
If you don't need all (of the string) fields, remove them out of the view.
Otherwise, forget it, use a join in your programs.
Regards,
Christian
‎2005 Oct 21 8:54 AM