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

multiple MAIN in Smartforms

Former Member
0 Likes
324

Can you have multiple mains in smartforms?

I know you can in Sapscripts but is it possible to do so in smartforms. If you cannot how do you accomplish such functionality in smartforms?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
302

HI,

Multiple main windows in smartforms is not possible.

But the other alternative is you can loop the internal tables.

in side the main window you can use as many internal tables and you can loop those tables.

IN this way we can achieve the same functionality in scripts.

Create a loop node and then insert the tables in it.

Regards,

Venkatesh

1 REPLY 1
Read only

Former Member
0 Likes
303

HI,

Multiple main windows in smartforms is not possible.

But the other alternative is you can loop the internal tables.

in side the main window you can use as many internal tables and you can loop those tables.

IN this way we can achieve the same functionality in scripts.

Create a loop node and then insert the tables in it.

Regards,

Venkatesh