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

To retrieve values from the variable declared as structure without workarea

Former Member
0 Likes
399

Hi,

I working on forms, i have declared a structure globally in se11, in the print program for the form i have taken the values and populated it into the structure.

Now i using this structure in the form,

in the form interface i have defined as

i_header like zstructureheader (userdifined structure).

i cannot straight away populate the using the i_header, i am able to do only after assigning it to a work area.

What should i do in such a case.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

For internal tables without header lines, there is no other way but to assign the header into a work area.

Regards,

ravi

3 REPLIES 3
Read only

Former Member
0 Likes
367

Hello Anitha,

Since u have declared it as global variable there is no need to declare inside the routine.

If useful award the points.

Regards,

Vasanth

Read only

Former Member
0 Likes
367

Hi,

In forms you can do it only using a work area and loop control.

Thanks,

Rashmi.

Read only

Former Member
0 Likes
368

For internal tables without header lines, there is no other way but to assign the header into a work area.

Regards,

ravi