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

issue in smartforms

Former Member
0 Likes
893

hi experts

ple tclarify my doubt.why we use selection screen in smartforms.what is the need to use selection screen in smartforms.

regards

polureddy

8 REPLIES 8
Read only

Former Member
0 Likes
876

HI,

Smartform will not have the selection sceen ..it is same like the Function Module.

You need to develop the report which has the selection screen and call the Smartfrom Function module init.

Selection screen on the report is used to select the data as per the user's input,

Read only

sachin_mathapati
Contributor
0 Likes
876

HI ,

Have you used selection screen for Smart form !!

Smart form is nothing but a FM which takes input parameters , and displays the O/p in the designed format.

Selection screen is used in the reports which inturn call the smart forms.

Regards,

Sachin M M

Read only

Former Member
0 Likes
876

HI,

Smartforms is used to give output of invoice po etc and also to have a hard copy of it.

Selection screen is used in smartforms to get values based on those selection criteria like based on plants,date etc...

Regards,

vino...

Read only

Former Member
0 Likes
876

Hi

Check these links.

another link

And you can find various other threads regarding this topic.

regards

Sachin

Read only

Former Member
0 Likes
876

Hi Anki ,

Could you be more clear ? Are you asking if we need to use sel screen in smartforms ?

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
876

Hi,

When you display data in a smartform you display it on some condition.

So to pass the parameter values based on which the data must be filtered from the database table need to be exported from the driver program to the FM that is created when you execute your smartform.

So we create a report with parameters on the selection screen and we pass these parameter values to the FM.

Hope this helps you.

Thanks & Regards,

Tarun Gambhir

Read only

Former Member
0 Likes
876

Hi,

As for My Knowledge V dont use Selection Screen in Smart Forms....

To Call Smart Forms v write a Program in SE38 in that Program

v write Selection Screen....

Regards

Smitha

Read only

Former Member
0 Likes
876

thank u to all