‎2008 Nov 09 10:42 AM
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.
‎2008 Nov 09 10:55 AM
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
‎2008 Nov 09 11:10 AM
‎2008 Nov 10 4:54 AM
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
‎2008 Nov 10 8:27 AM
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
‎2008 Nov 11 4:54 AM
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
‎2008 Nov 26 6:28 AM