cancel
Showing results for 
Search instead for 
Did you mean: 

SAPScript- printing spool from the printer set in abap code .

Former Member
0 Kudos

Hi all,

I want to print the spool from the printer hardcoded in the ABAP code itself instead of default printer set in the own data within the menu.

please suggest me how to hardcode the printer name within the program.

what i have tried is that i have passed the name of printer to the structure ITCPO .

this structure in turn is passed to OPTIONS in OPEN FORM.

Thanks

Ankit Attrish,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is the right way to do it then

itcpo-tddest

Former Member
0 Kudos

thanks,

but that is not working at this moment,still spools are printing on the rpinter set in

System->userprofile->own data

default settings.

i have tried in another direction as well.

i have called a function module UPDATE_DEFAULT_PRINTPARAMS

EXPORTING

user = pri_user

destination = pri_destination

immediately = pri_immediately

release = pri_release

new_list_id = pri_new_list_id

but can you tell me the sample value that can be passed to ite export parameters.

Answers (0)