‎2007 Aug 03 5:19 PM
Hi,
I want to change the variants of a number of programs.
Most of the parameters have filename on the selection screen and the file paths have to be changed.
I am using function module RS_VARIANT_CONTENTS to get the Variant contents.
and then using RS_CHANGE_CREATED_VARIANT to change the variant.
now here is the problem : RS_VARIANT_CONTENTS gets the value of the variants, but max upto 45 charatcters (it uses structure RSPARAMS where RSPARAMS-LOW and HIGH have lengths 45.)
I want to read the entire length of the selection parameter.
Is there a way of reading the entire length of the selection parameter?
‎2007 Aug 03 5:34 PM
‎2007 Aug 03 5:34 PM
‎2012 May 03 8:41 AM
Hi SKJ/Vaishali patwa,
How this problem gets resolved can you explain as this FM "RS_VARIANT_SCREEN" is giving report and variant name itself as importing values how can we achieve the full file path length which is morethan 45 chars, please let me know the steps to resolve this issue as i am getting similar issue.