‎2006 Dec 13 10:25 AM
How to create variant by using function module .
what will be the requirement for this .
If any program then please forward.
Thanks in advance
‎2006 Dec 13 10:26 AM
When you are running a program and want to save the parameter values as variants you can do that using the funcitons.
Look at the RSVARIANT. There will be about 3-4 functions whihc you can use.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Dec 13 10:27 AM
Use below function module for variant operation
RS_CREATE_VARIANT Creating a variant (not using a selection screen)
RS_VARIANT_CATALOG Returns variant directory for a report in an internal table
RS_VARIANT_EXISTS Checks whether variant exists
RS_VARIANT_TEXT Returns text for a variant
‎2006 Dec 15 10:55 AM
RS_CREATE_VARIANT Creating a variant (not using a selection screen) using this i can create only for selection screen visible value variant not for sub-screen which i can't see at selection screen.
Main difficulty is sub-screen value change or create for a variant.
‎2006 Dec 15 10:56 AM
RS_CREATE_VARIANT Creating a variant (not using a selection screen) using this i can create only for selection screen visible value variant not for sub-screen which i can't see at selection screen.
Main difficulty is sub-screen value change or create for a variant.