2009 Feb 27 9:03 AM
hi
how ca i capture the current variant name of program while in run time ,i want to display the variant name in the current program out put
like this program executed with variant 'test123'
i want run the program with variant test123 and want display in the out put of this program only
2009 Feb 27 9:41 AM
2009 Feb 27 9:41 AM
2009 Feb 27 9:43 AM
Hi,
Use system variable SY-SLSET from strucutre SYST.
Hope this helps you.
Regards,
Tarun
2009 Feb 27 9:48 AM
System variable SY-SLSET gives you variant name in runtime.
In general you can get those details from VARID table.