2008 Nov 04 6:24 AM
Hi
I am using RS_VARIANT_SAVE_FROM_SELSCREEN function module for one of my requirement.
This function module saves the values entered on the selection screen and stores them as a variant.
While creating variant it is asking for Variant description.I have to run my program in background hence this functional module
will not suit my requirement. Is there any functinal module which will full fill above requirement without asking variant description
variant description should be there as export parameter in the function so that it will not ask for variant description.
Regards,
Praveen.
2008 Nov 04 6:42 AM
Hi,
Try these:
RS_CREATE_VARIANT
RS_GET_SCREENS_4_1_VARIANT
RS_RWSET_CREATE_VARIANT
RS_RWSET_SAVE_VARIANT
2010 Apr 29 7:25 AM