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

Save Variant for Dynamic Step Loop

Former Member
0 Likes
477

Hi All,

Is it possible to save variant for a step loop ( with check boxes, which gets populated dynamically ) on the selection screen ( n takes in user input dynamically )

Plz help.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

Hi Kiret,

Firstly you cannot have a step loop on a selection screen(There is no direct statement that would give you a step loop on the selection-screen).

If you want to have that feature in a normal screen, then you can save the data that is entered in the screen to memory using EXPORT to MEMORY and then retrieve it later using IMPORT from memory.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
433

Hi Kiret,

Firstly you cannot have a step loop on a selection screen(There is no direct statement that would give you a step loop on the selection-screen).

If you want to have that feature in a normal screen, then you can save the data that is entered in the screen to memory using EXPORT to MEMORY and then retrieve it later using IMPORT from memory.

Regards,

Ravi

Read only

Former Member
0 Likes
432

Thanks a lot for the input Ravi.

I just want to know how i can store this imported values permanently under a variant name. eg. Var1.

Help much appreciated,

Thanks.

Read only

0 Likes
432

Hi Kiret,

probably you can create a ztable and store it. It will remain there until you delete it.

regards,

ravi