‎2006 Aug 27 1:04 PM
Hello all,
I have a problem with a scenario..
I have a push button on my selection-screen and when i click this button it takes to an dialog box with table control.
Here after entering the values i am moving the values into a select-option
select-options : so_val for ztext-text no-display.
My problem is while retriving a variant :
i again want to move the vales to the table control from select-options at the time of double clicking the variant name.
Can any one give a solution for this..
Thanks,
krishna
‎2006 Aug 28 6:09 AM
Hi,
Check IF VARI-VARIANT IS NOT INITIAL.
Which means the user has selected a variant..
Thanks,
Naren
‎2006 Aug 27 7:38 PM
Hi,
Use the AT SELECTION-SCREEN OUTPUT event to move the values from the select-options to the table control internal table..
Hope this helps..
Thanks,
Naren
‎2006 Aug 28 6:03 AM
Hi Naren,
But if you handle this is in AT SELECTION-SCREEN OUTPUT.
Every if you press any pushbutton other than variant selection on selection screen it will move the values to the table control.
Please give any other Feasible solution to handle this.
Regards,
krishnakumar
‎2006 Aug 28 6:09 AM
Hi,
Check IF VARI-VARIANT IS NOT INITIAL.
Which means the user has selected a variant..
Thanks,
Naren