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

Sap script printer properties

Former Member
0 Likes
396

Hi all,

How to set the printer properties in sap script program.

like,

1. Set the Output device from the user settings

2. Print immediately checkbox to be checked always.

Please send your suggestions,

Rajesh.

1 ACCEPTED SOLUTION
Read only

former_member186741
Active Contributor
0 Likes
362

Rajesh, click the 'Mark this topic as a question' check box and then you will be able to allocate points....to close without awarding points click the 'solved it myself' button.

this loooks like a duplicate of the other post, please close one of them..but the 'options' parameter of open_form may help you........

CALL FUNCTION 'OPEN_FORM'

EXPORTING

FORM = I_fonam

options = l_itcpo

EXCEPTIONS

CANCELED = 1

DEVICE = 2

FORM = 3

OPTIONS = 4

UNCLOSED = 5

MAIL_OPTIONS = 6

ARCHIVE_ERROR = 7

OTHERS = 8.

2 REPLIES 2
Read only

former_member186741
Active Contributor
0 Likes
363

Rajesh, click the 'Mark this topic as a question' check box and then you will be able to allocate points....to close without awarding points click the 'solved it myself' button.

this loooks like a duplicate of the other post, please close one of them..but the 'options' parameter of open_form may help you........

CALL FUNCTION 'OPEN_FORM'

EXPORTING

FORM = I_fonam

options = l_itcpo

EXCEPTIONS

CANCELED = 1

DEVICE = 2

FORM = 3

OPTIONS = 4

UNCLOSED = 5

MAIL_OPTIONS = 6

ARCHIVE_ERROR = 7

OTHERS = 8.

Read only

Former Member
0 Likes
362

how to close this message?