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: 

create an array

Former Member
0 Kudos

i have a number parameter where i want to display the values in the header of what is selected in the parameter

i created an array to do this,

Local NUMBERVar Array STYLEARR;

ReDim STYLEARR[6];

STYLEARR[6] := {?STYLE};

i get an error

MUST BE SUBSRCIPTED IN ARRAY, have trouble with this syntax please help

4 REPLIES 4

SuhaSaha
Advisor
Advisor
0 Kudos

Is this normal ABAP ???

Former Member
0 Kudos

dont know what abap is

im not sure if that is they syntax i am using, i have trouble with arrays,

could we start from scratch?

0 Kudos

dont know what abap is

could we start from scratch?

@-Suhas - Are you ready

ThomasZloch
Active Contributor
0 Kudos

Maybe your cross-post in "Crystal reports" is in the right place. This here is ABAP development, please be more careful in which forum you start your threads.

Thread locked.

Thomas