cancel
Showing results for 
Search instead for 
Did you mean: 

maintain prinoptions in printing a form?

Former Member
0 Kudos

Hi,

Can anyone tell me where we have to maintain prinoptions in printing a form?

Title was edited by:

Alvaro Tejada Galindo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use open_form ,here you can maintain printing option

see the itcpo structure ,her option is itcpo structure.

options-tdpreview = 'X'.

CALL FUNCTION 'OPEN_FORM'

EXPORTING

dialog = ' '

form = 'Z_POLIST'

<b>options = options</b>

EXCEPTIONS

canceled = 1

device = 2

form = 3

options = 4

unclosed = 5

mail_options = 6

archive_error = 7

invalid_fax_number = 8

more_params_needed_in_batch = 9

spool_error = 10

OTHERS = 11.

Thanks

Seshu

Former Member
0 Kudos

Hi,

If you are printing a document, you can go to the message output area , where you can maintain the communication method with the printing details.

Regards.

Purna Chandra