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

Calling a Selection Screen from a Function Module/Method

Former Member
0 Likes
789

Hi,

I would like to call a selection screen from a function module or method. I understand it is not possible by the definition. Are there any alternative options as I am looking for the Variants Save option on the screen. Any thoughts?

Thanks

Raghav

2 REPLIES 2
Read only

anup_deshmukh4
Active Contributor
0 Likes
480

Use SUBMIT REPORT VIA SELECTION SCREEN. in your Function module .

Read only

Former Member
0 Likes
480

Since i don't know your exact requirements (standard SAP selection screen? your own selection screen?) the onl;y thing i can come up with is:

1. in your function pool create your own screen with a subscreen area

2. create your own selection screen as a subscreen.

3. include the selection subscreen in the first screen

4. call the first screen in your function.