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: 

Create a Variant with Excluded single values in SELECT-OPTIONS using RS_CHANGE_CREATED_VARIANTS ?

0 Kudos

Hello Experts,

I have a particular requirement wherein along with the present values in the Select options, there needs to be Excluded single values present like so in the below screenshot

capture1.png

Is this possible via RS_CHANGE_CREATED_VARIANTS? As there are already existing variants present and this needs to be the new change to be inculcated

I tried passing the values with sign as E to VARI_CONTENTS of the Function module but it didnt work accordingly

Any suggestions ?

Awaiting your valuable inputs.

Thanks & regards,

Bharat

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Many of my programs pass such values to this FM without any problem, so could you post your code?

Hint: Use RS_REFRESH_FROM_SELECTOPTIONS in a small report to get a sample with some SELNAME/KIND/SIGN/OPTION/LOW/HIGH values like ParameterName/P/E/EQ/SelectedValue/space.

Regards,
Raymond