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

Variant Name

Former Member
0 Likes
574

Hi All,

Need some help, the requirement is we need the variant name which the user chooses to run the report .

The variant should be visible inside the report which shall be used for certain operation like fetching some data from a DB table in which varaiant name is the primary key.

Is there any system variable or any standard thing which stores the varaint name what the user has choosen to run the report

Thanks to ALL.

1 ACCEPTED SOLUTION
Read only

former_member196299
Active Contributor
0 Likes
544

Hi ,

The system variable SY-SLSET stores the Used selection screen varient .

Regards,

Ranjita

3 REPLIES 3
Read only

Former Member
0 Likes
544

HI

Please check: SY-SLSET.

Regards

Eswar

Read only

former_member196299
Active Contributor
0 Likes
545

Hi ,

The system variable SY-SLSET stores the Used selection screen varient .

Regards,

Ranjita

Read only

Former Member
0 Likes
544

Hi,

The table TVARH stores the variable header data.

Regards,

Renjith Michael.