‎2009 Oct 21 11:28 AM
Hi,
I have a requirement to fetch the variant details of a program wherein the code and selection screen is commneted out. Can any of you help me with the options of reading the variant values without having the selection screen active for the program?
Thanks in Advance,
Aditya Vyawahare
Edited by: Aaditya Arun Vyawahare on Oct 21, 2009 12:32 PM
‎2009 Oct 21 11:39 AM
‎2009 Oct 21 11:39 AM
‎2009 Oct 21 12:07 PM
Hi,
Thanks for the reply !!!!
The FM works only if the selection screen is present for the report. But in my case, there is no selection screen as the code is commented out.
Thanks,
Aditya Vyawahare....
‎2009 Oct 21 1:02 PM
‎2009 Oct 21 1:21 PM
>
> The FM works only if the selection screen is present for the report. But in my case, there is no selection screen as the code is commented out.
Hello Aaditya,
Not possible.
If you do not want to have any selection-screen & have variants for it, it is complete no-no.
But yes, if you hide the screen elements using NO-DISPLAY then may be we have a case in hand.
BR,
Suhas
‎2009 Oct 21 3:07 PM
Hi All,
Thanks for your responses. Finally I uncommented the selection screen and got the variant details.
Adi...
‎2009 Oct 21 3:14 PM
Hi, <li>Use RS_VARIANT_CONTENTS function module to get variant values. <li>Check demo program RS_VARIANT_VALUES Thanks Venkat.O