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

Loading data to created variant

Former Member
0 Likes
423

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

2 REPLIES 2
Read only

Former Member
0 Likes
368

hi,

Use FM RS_VARIANT_CONTENTS

Regards,

Santosh

Read only

0 Likes
368

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