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: 

Smartform (printing plural result at once)

Former Member
0 Kudos

Hello Experts

I'm working on smartform programming at the moment.

I call the function module to call smartform in LOOP like

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

....

...

..

.

LOOP AT itab into WA.

CALL FUNCTION function_name.

ENDLOOP.

and I want to see plural result at once.

I think it's related to the option 'SELECT_OPTIONS' which is one of the default option of smartform.

Does anybody know how to use this option?

2 REPLIES 2

former_member216668
Participant
0 Kudos

What are you trying to achieve? Is it something like you want multiple smartforms for multiple customers?

0 Kudos

What I want to achive is that

I call the same smartform function more than 1 time in Loop.

and want to get the result at once.