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

How to call 2 smartforms in single driver program

vicky_upadhyay
Explorer
0 Likes
1,267

Hello expert,

I want call 2 different smartforms in single driver program , i am using CALL FUNCTION'SSF_OPEN' and

CALL FUNCTION 'SSF_CLOSE'  . but i dnt know how to use it ,

please suggest me how can i call 2 smart forms in a single driver program without any if or else conditions.


Regards

Vicky Upadhyay

Hello expert,

I want call 2 different smartforms in single driver program , i am using CALL FUNCTION'SSF_OPEN' and

CALL FUNCTION 'SSF_CLOSE'  . but i dnt know how to use it ,

please suggest me how can i call 2 smart forms in a single driver program without any if or else conditions.


Regards

Vicky Upadhyay

3 REPLIES 3
Read only

Former Member
0 Likes
1,086

You opened a exactly same thread already.

Is there any specific reason of re-posting the same thing again.

Read only

former_member201285
Active Participant
0 Likes
1,086

Your requirement isn't really clear. Is it about getting the outputs in one spool?

What do you mean with "without any if/else conditions"?)

Regards,

Ulrich

Read only

ipravir
Active Contributor
0 Likes
1,086

Hi Vicky,

In SSF_OPEN you will receive JOB_OUTPUT_OPTIONS information in export parameters.

The same information you have to pass in your smartforms import parameters one by one.

and then finally you have to call SSF_CLOSE to display the final output.

Please search first before dropping any question in community.

already lots of link available in internet, even in sc.sap.com.

Praveer.