‎2006 Nov 09 1:00 AM
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.
‎2006 Nov 09 1:05 AM
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.
‎2006 Nov 09 1:05 AM
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.
‎2006 Nov 09 1:07 AM