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

Change variant

Former Member
0 Likes
1,001

Hi,

I would like to change the variant value, but I can't use RS_CHANGE_CREATED_VARIANT function because the KSU5 transaction doesn't have parameters.

Any sample code of a simple example of how to do this would be greatly appreciated.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
772

Plz try on RS_VARIANT_CONTENTS

5 REPLIES 5
Read only

Former Member
0 Likes
772

If the transaction doesn't have a variant / parameters, how can you change the same.

Once way of changing the values on the screen, could be by using the SET PARAMETER statement. You will have to find the parameter id associated with fields on the screen and use the SET PARAMETER statement to set a new value.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
773

Plz try on RS_VARIANT_CONTENTS

Read only

Former Member
0 Likes
772

hi Albert,

Check <b>RFDKSEL_VARIANT_CHANGE</b>

Regards,

Santosh

Read only

Former Member
0 Likes
772

Hi Santosh,

Sorry, but I don't know how to use the RFDKSEL_VARIANT_CHANGE function.

Can you tell me anymore?

Thanks.

Regards.

Read only

0 Likes
772

Hi Albert ,

check this FM RS_VARIANT_CHANGE

and to know how to use it check this report RS_CHANGE_VARIANT