Hi Experts,
I have a requirement to print out WWI report in a specification but the printer needs to be specified during the process.
I know that one way of printing WWI reports is through the report shipping, but the printer configuration is fixed and specified in the SPRO(EH&S->Product Safety->Report Shipping->Basic Settings->Assign Default Printer). I need something that I can specify an SAP printer dynamically and report shipping doesn't allow that.
Is there an existing Function Module or BAPI that I can use to trigger a WWI to print?
Thanks in advance!
Regards,
Jorenz Llanes
Hello Jorenz,
Can't you just use CG54 (you can navigate from CG02 to CG54):
- select and mark all reports there that you want to print
- change the printer via the menu 'Utilities' -> 'Change Print Parameters'.
- Print via menu 'Report' -> 'Print'
Can you elaborate more on the reason for this requirement?
Hope this helps
Mark
Dear Jorenz
as Mark explained: any SAP printer can be used in the CG54 process (with or without subseqeunt shipment). You can differentiate two "subprocess".One using the "MAN_CALL" variant and the second is the "PRINT_CALL": In your case "PRINT_CALL" is may be the "right" option; But I would assume that in >90% of the cases the MAN_CALL is used.
Here you can use e.g. a "report recipient" having an e.g. assigned printer or an assigned eMailaddress (to get document as SDS) etc.
You need to prepare proper set upo of customizing (e.g. may be own cover letter etc.)
For SD_CALL etc. as you correctly explained. one printer per sales organisation is the "standard".
So as Mark asked. what kind of process do you have in mind? What would be you parameter to define: now print on printer X in comparison to printer Y (and can the SAP system analyse some data to decide this?)
Check e.g.: Shipping Reason - Product Safety (EHS-SAF) - SAP Library
and Using the Report Information System - Product Safety (EHS-SAF) - SAP Library
C.B.
PS: check as well:
Add a comment