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

Copying Varients

Former Member
0 Likes
743

Hi Experts ...

I have two Different Reports with same elements on selection screen..

I have created a varient for one Report....and i want to use the same for second Report also .. so

How to copy the Varient of one Program to Another Program

answer me as early as possible

Rk

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
696

look function group svar:

fm:<b>RS_VARIANT_COPY</b>

1)RS_VARIANT_CONTENTS

2)RS_VARIANT_ADD or RS_VARIANT_CHANGE

Regards,

Vasanth

Hi Experts ...

I have two Different Reports with same elements on selection screen..

I have created a varient for one Report....and i want to use the same for second Report also .. so

How to copy the Varient of one Program to Another Program

answer me as early as possible

Rk

4 REPLIES 4
Read only

Former Member
0 Likes
697

look function group svar:

fm:<b>RS_VARIANT_COPY</b>

1)RS_VARIANT_CONTENTS

2)RS_VARIANT_ADD or RS_VARIANT_CHANGE

Regards,

Vasanth

Read only

0 Likes
696

HI vasanth..

through RS_VARIANT_COPY ..

we can copy Varient of one program to another varient of same program only..

but here my programs are different bit they have same selection screen elements..

Read only

Former Member
0 Likes
696

HI..

I got the Answer.. We have the Function Module for copying Varients From One Report to Another Report

<b>RS_COPY_SELECTION_SETS</b>

Regards,

Rk

Message was edited by:

RK Pasupuleti

Read only

Former Member
0 Likes
696

I got the Answer