How to Print Multiple Smart forms selection of multiple check box In selection screen of driver program.
Request clarification before answering.
If I understood this right, you have a report and more than one Smart Forms that need to be printed according to the user's selection.
Every Smart Forms has a structure called control_parameters(type SSFCTRLOP). You are going to use fields no_open and no_close when calling your function modules.
Something like this:
First form: no_open = space, no_close = X
Second form: no_open = X, no_close = X
Last form: no_open = X, no_close = space
There are plenty of discussions with the same matter here in the forum.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.