GET_PRINT_PARAMETERS - ooxxvv/MySAPnotes GitHub Wiki
PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- --------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}
GET_PRINT_PARAMETERS
- 呼叫列印時指定印表機的畫面。
EXPORTING
- destination => Output device
- copies => Number of copies
- list_name => Name
- list_text => Title
- immediately => Print immediately
- release => Delete after printing
- new_list_id => New spool request
- expiration => Spool retention period
- line_size => Report width
- line_count => Report page
- layout => Format
- sap_cover_page => SAP cover page
- receiver => Recipient
- department => Department
- no_dialog => Dialog
IMPORTING
- out_parameters => 列印參數,輸出裝置
- valid => Print parameters in OUT_PARAMTERS are valid
{{{#!comment
TABLES
EXCEPTIONS
Attributes
Methods
Code
{{{#!abap }}} }}}