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

Creating view problem

Former Member
0 Likes
534

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.

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
511

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

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
512

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

Read only

0 Likes
511

Could be please mention your select statement??