Application Development 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: 

Error in Graphics

Sreejith1
Contributor
0 Kudos

Hi experts,

i was trying to display graphics using function Modules

GRAPH_3D

GRAPH_MATRIX_3D.

If records less than 34, both graphics are working fine.

But if the number of records exceeds 34, it shows the error:

Table DIM2, Line 22, Row 34, Value: '!' E027: Dimension too large

i tried by changing the values of WINSZX & WINSZY .

but the error is the same.

any suggestions?

Regards,

Sreejith

1 ACCEPTED SOLUTION

Sreejith1
Contributor
0 Kudos

From the function module documentation, i read only 32 entry is allowed in DATA table. but i want to know is there any other method to display graphs in this situation?

1 REPLY 1

Sreejith1
Contributor
0 Kudos

From the function module documentation, i read only 32 entry is allowed in DATA table. but i want to know is there any other method to display graphs in this situation?