cancel
Showing results for 
Search instead for 
Did you mean: 

How to call 2 smartforms in single driver program

vicky_upadhyay
Explorer
0 Kudos

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 smartforms in a single driver program without any if or elseconditions.


Regards

Vicky Upadhyay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vicky,

Please try this.

In the OUTPUT_OPTIONS structure(SSFCOMPOP) in your smartform interface use

TDNEWID = 'X' and TDFINAL = space for the first smartform

and

TDNEWID = space and TDFINAL = 'X' for the second smartform.


The output should be clubbed in your spool.

Answers (0)