Question:
Hi, I ahve created open sales order report and our business wants this report to fax automatically to customer. Does anybody work on how to fax abap report? If anybody worked on this kind of scenario please help.
Thank you
Answer:
you need to configure a new output type 'fax' to start with. then write some abap in the fax print program routine to invoke it.
_________________
Cheers,
syd
Answer:
Usually you do not need to do anything else other than change the destination of the output from printer to a type fax. You need to maintain the fax detail for customer.
Answer:
Hi, ABAP program has open form and maintaining all the fax parameters. Finally when program executed it does says "Fax request 000000000019 created successfully". Then I do transaction SCOT or SCON there on the fax server I don't see any spool and even at the fax machine nothing coming.
Thank you
Answer:
Check SOST and see if any fax request has been created successfully.
Answer:
Hi, Yes I checked the SOST table and table has entry created. Message id is S0 and type is S and then in field MSGV1 it says "Wait for communications service". Please help.
thank you
Sejal
Answer:
Ask your BASIS person to solve it for you
Answer:
Hi, do you have any idea what basis needs to do? Because if we send any fax using output type meaning sapscript directly through output type which medium is set up 2 that is fax. That does create spool request on fax server. But when I run my report and spool request is created successfully but on fax server it does not shows up. We have WINFAX SAPCONNECT.
thanks
Sejal