‎2007 Feb 28 8:18 AM
HI,
I have created a variant to transaction cji5 using RS_CREATE_VARIANT. How do we load data to this variant. I need to fill the data programatically after some processing
‎2007 Feb 28 8:27 AM
‎2007 Mar 01 4:42 AM
HI,
I'm trying to load data to variant while creating the variant. But in cji5 transaction one of my required screen field is more than 8 chars. I thnk bcoz of this I'm not able to submit the report with this created variant. My code is
i_rsparams-kind = 'P'.
i_rsparams-selname = 'D0700_USEDB'.
i_rsparams-low = 'X'.
APPEND i_rsparams.
Here 'D0700_USEDB' is more than 8 chrs
Thnx in advance