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

FM for creating Printer

Former Member
0 Likes
539

Hi,

There is a Function in sap to create a Printer. I don't want to use Bacth input (transaction SPAD).

Thank you

1 ACCEPTED SOLUTION
Read only

nishanthbhandar
Contributor
0 Likes
464

Hi joseph,

Didn't understand what you want.Check if any of the function modules is useful.

CONVERT_ABAPSPOOLJOB_2_PDF

GET_PRINT_PARAMETERS

LOAD_PRINT_PARAMETERS

RSPO_DOWNLOAD_SPOOLJOB

RSPO_FIND_SPOOL_REQUESTS

RSPO_OUTPUT_SPOOL_REQUEST

RSPO_RPRINT_SPOOLREQ

SET_PRINT_PARAMETERS

Cheers

Nishanth

STORE_PRINT_PARAMETERS

2 REPLIES 2
Read only

nishanthbhandar
Contributor
0 Likes
465

Hi joseph,

Didn't understand what you want.Check if any of the function modules is useful.

CONVERT_ABAPSPOOLJOB_2_PDF

GET_PRINT_PARAMETERS

LOAD_PRINT_PARAMETERS

RSPO_DOWNLOAD_SPOOLJOB

RSPO_FIND_SPOOL_REQUESTS

RSPO_OUTPUT_SPOOL_REQUEST

RSPO_RPRINT_SPOOLREQ

SET_PRINT_PARAMETERS

Cheers

Nishanth

STORE_PRINT_PARAMETERS

Read only

0 Likes
464

here is the point:

I have to read a Text file (that i receive from my basis team) where printer to be created are describe(name, type of printer...) and then create the printer automatically (batch input or with FM).

I'll check your FM's and get back to you

thanks