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

Attaching Dialog Selection Screen in Function group

Former Member
0 Likes
667

Dear Experts,

I am using Variant Popup to create and save the values entered by user as variant. For that, i am using Selection Screen begin of screen 100 and will be calling as call screen as subscreen. I need to attach it in the function group since the call will made inside the function module. Kindly help me to resolve the issue.

Regards,

Ramesh Manoharan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Create a screen 2000 in your function group.

Include the subscreen in the screen 2000.

Call the screen 2000 in your function module.

1 REPLY 1
Read only

Former Member
0 Likes
365

Create a screen 2000 in your function group.

Include the subscreen in the screen 2000.

Call the screen 2000 in your function module.