‎2005 Jun 14 1:11 PM
Hi,
There is a Function in sap to create a Printer. I don't want to use Bacth input (transaction SPAD).
Thank you
‎2005 Jun 14 1:24 PM
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
‎2005 Jun 14 1:24 PM
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
‎2005 Jun 14 1:30 PM
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