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

Get selected Variant from a Z program

0 Likes
1,140

Hi everyone.

Well i'm trying to get the name of the selected variant of a z program, while it's running. I look out for some functions to get tha name, to compare if the user select a variant or a new one.

Does any body have something about this?

Thanks u anyway

Greetings

Edison Alcaide B

Abap Consultant

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
831

check sy-SLSET for the variant name at run time

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
832

check sy-SLSET for the variant name at run time

Read only

0 Likes
831

Thank u so much, it worked .