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

problem with variant

Former Member
0 Likes
491

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

Hi,

Check IF VARI-VARIANT IS NOT INITIAL.

Which means the user has selected a variant..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
458

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

Read only

0 Likes
458

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

Read only

Former Member
0 Likes
459

Hi,

Check IF VARI-VARIANT IS NOT INITIAL.

Which means the user has selected a variant..

Thanks,

Naren