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

How to create current version variants for report using RS_CREATE_VARIANT

Former Member
0 Likes
989

Hi experts,

When i am using RS_CREATE_VARIANT to create a variant for a standard report then a message is coming that the 'Created variant is not of current version'. .How should i avoid this. If i want to create a variant of current version then what parameters have to populated in the FM.

6 REPLIES 6
Read only

Former Member
0 Likes
834

I think the problem is that the current selection screen has fewer or different fields for selection that the variant has.

For what program are you trying to create if possible paste your code.

Edited by: Karthik Arunachalam on Nov 9, 2008 4:26 PM

Read only

0 Likes
834

i am doing for MB5B

Read only

0 Likes
834

Hi experts,

I observe that variant created by above function module is of not cuurent version. i am getting an error, 'Variant craeted is of not current version'. HOw should i avoid this and what parameters i have to pass to create current version variant

Read only

Former Member
0 Likes
834

Hi,

try these..


FASU_RS_CHANGE_CREATED_VARIANT change variant w/o selection screen - client dependent
FASU_RS_CREATE_VARIANT         create variant (w/o selection screen) - client dependent

Arunima

Read only

Former Member
0 Likes
834

hi experts,

though i use FASU_RS_CREATE_VARIANT , i get same error message ' Variant created for the report RM07MLBD is not the current version

Read only

Former Member
0 Likes
834

Thank u experts