Application Development 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: 

function module for VARIANT

praveen_kumar132
Participant
0 Kudos
1,082

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.

2 REPLIES 2

Former Member
0 Kudos
283

Hi,

Try these:

RS_CREATE_VARIANT

RS_GET_SCREENS_4_1_VARIANT

RS_RWSET_CREATE_VARIANT

RS_RWSET_SAVE_VARIANT

praveen_kumar132
Participant
0 Kudos
283

thanks