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

dynamic selections in a selection screen

Former Member
0 Likes
747

Hi Gurus,

When I am using dynamic selections for a selection screen using FM "RS_SET_SELSCREEN_STATUS".

If I am using dynamic selection screen, the variants which I am able to save are not visible in the application toolbar of the seclection screen.

That is the variant button is not visible in the application toolbar of the selection screen. By this the user is facing problem to select the variant be'cos he is not able to see the variant button.

Please do help me to show this variant button on the application toolbar in the selection screen.

<b><REMOVED BY MODERATOR></b>

Regards

Mac

Message was edited by:

Alvaro Tejada Galindo

1 ACCEPTED SOLUTION
Read only

santosh_patil6
Explorer
0 Likes
643

Hi,

When you use the "RS_SET_SELSCREEN_STATUS" you set the application tool bar and others.

In your PF-Status include the an item for Variants with the details below

Function Code - GET

Function Type - E

Function Text - Get Variant...

Icon name - ICON_VARIANTS

Fast Path - V

let me know if that works.

Regards,

Santosh

3 REPLIES 3
Read only

santosh_patil6
Explorer
0 Likes
644

Hi,

When you use the "RS_SET_SELSCREEN_STATUS" you set the application tool bar and others.

In your PF-Status include the an item for Variants with the details below

Function Code - GET

Function Type - E

Function Text - Get Variant...

Icon name - ICON_VARIANTS

Fast Path - V

let me know if that works.

Regards,

Santosh

Read only

0 Likes
643

Hi Santhosh,

I am able to see the variant button now . But it does not have the variants.

Its not functioning as an variant.

Please help me.

Regards

Mac

Read only

0 Likes
643

Hi Santosh,

Its working now.

Thank you very much.

Regards

Mac