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: 

Disable number of copies in print pop up in smart forms

priyank_dev2
Participant
0 Kudos

Hi,

I need to disable number of copies in the pop up print options.It is related to smarftforms which is triggered from driver program.We need to do label reconciliation and user want to see the field as non editable.

I tired checking all the fields in control/output parameters in the FM but did not get any help.

Reg

PD

2 REPLIES 2

FredericGirod
Active Contributor
0 Kudos

the print options could be get with function module GET_PRINT_PARAMETERS, but could also be bypassed. And the result of this function module could be ignored and you could force the value.

Do you really need this print pop-up ??

priyank_dev2
Participant
0 Kudos

Hi Girod,

Yes, we need to have print pop up in any case.

Regards,

PD