‎2007 May 02 1:47 PM
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.
‎2007 May 02 1:55 PM
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
‎2007 May 02 1:55 PM
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
‎2007 May 02 2:39 PM
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.
‎2007 May 02 2:51 PM
Hi Kiret,
probably you can create a ztable and store it. It will remain there until you delete it.
regards,
ravi