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

Manipulating Variants

rainer_hbenthal
Active Contributor
0 Likes
775

Does anybody know some function modules to manipulate varients of other reports? I wanto create variants for another reports, so i have to delete some old ones and create new ones.

thx

Rainer

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
7 REPLIES 7
Read only

Former Member
0 Likes
747

RS_COPY_SELECTION_SETS copy of one program varient to other program

this is the ur required program.

reward all help full answers

Read only

Former Member
0 Likes
747

Hi Rainer,

Check this Link

http://help.sap.com/search/highlightContent.jsp

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

Former Member
0 Likes
747

You can also modify the variants of any program by simply changing them from the tables TVARV ot TVARC.

Reward points if useful...

Cheers,

Sam

Read only

0 Likes
747

Thanks, but how do i get the relationship between report, variantname and TVARV?

Read only

SantoshKallem
Active Contributor
Read only

0 Likes
747

No, i need information on how to create a report, which creates variants for other reports.

Read only

0 Likes
747

Rainer,

Using these FM in your report you can create variants..

<b>RS_CREATE_VARIANT

RS_CHANGE_CREATED_VARIANT .

RS_VARIANT_CHANGE</b>