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: 

How to create a variant,such that it should execute without any selection screen

Former Member
0 Kudos
143

Hi all,

          Can anyone provide information regarding how to pass the values to function module which will execute when a variant is created,

          Such that it should execute without any selection screen.

4 REPLIES 4

Former Member
0 Kudos
117

Hi Shankar

Do not know of any scenario where this is possible for a Function Module.

Rather create an SE38 Program which calls the Function Module.

Regards

Arden

0 Kudos
117

Hi Arden,

                Thanks for your reply, I have created a report in se38 , i don't have a selection screen but i have to save the variants in the respective table , So how should I  fill the function module regarding the variant.

0 Kudos
117

I don't understand, you want a variant but you do not have a selection screen.

I thought the variant is to hold the values on the selection screen.

What kind of variant are you talking about ? Can you explain please ?

Former Member
0 Kudos
117

What are you going to do with variant if you don't have any selection screen? If you want to avoid hardcoding why don't you try tables like TVARV/TVARVC or create your own.

R