Auto FAX configuration

Hi,
I configured the Microsoft shared FAX service (U.S Robotics  56K FAX Modem) to send fax through a Windows Server 2003 as fax server. Now I want to configure from SAP ECC 6 to send FAX. Can anyone guide me or let me know the steps to configure Auto FAX from SAP?
Appreciate if anyone can tell the steps involved apart from standard SAP HELP.
Regards,
Purna
Edited by: Purnachander Pinjala on Nov 24, 2008 11:21 PM

Hi
Your request is a standard solution in SAP system, the technical name is "Condition"! As long as you finished the settings of Fax server, you can select the transmission media 2 -- Fax to handle it! You also can refer to the following information from help.sap.com.
[http://help.sap.com/saphelp_47x200/helpdata/en/fd/5fff3922086721e10000000a114084/frameset.htm|http://help.sap.com/saphelp_47x200/helpdata/en/fd/5fff3922086721e10000000a114084/frameset.htm]
Hope it's useful for you!
Good luck
Z.T

Similar Messages

  • How to Auto Fax Delivery Document?

    Hello SD Guru's
    Need help with enabling this function to auto fax delivery document to the shipping point fax machine, whenever our customer service creates the delivery for the sales order.  I have completed output condition type configuration in terms of processing routine & partner function for Medium = 2(Fax) & progra RVADDN01 & my Delivery form.  What other things I need to take care of in order to make this thing work. By the way, couldn't find the Fax test program RSKSENDF as mentioned in some other thread.
    Thanks
    Suri

    I think you'll have to active the FAX capability with transaction SCOT, (+ may be active a profil parameter in RZ10 )
    Erwan

  • Auto-Managed configurations via WLSE 2.15

    I'm managing a very large roll out of AIR-AP1131AG access points, all in autonomous mode, using a WLSE running version 2.15.
    Due to the current network environment, these are all being shipped out with a basic configuration as there is no dhcp service at the remote sites. I'm then using the WLSE to push out a full config to the newly installed access points.
    I can manually create a configuration job and push out the final config to access points that have already been discovered and managed by the WLSE. However, I've never been able to get the Auto-Managed config option to work - the WLSE never attempts to push a config when the devices are first discovered and managed.
    I hope I'm just missing something (not so) obvious in the WLSE config.
    In the WLSE interface, under Configure->Auto Update->Auto-Managed Configuration->Assign Templates, I have a template created, the Enable box is checked, I have a known-good configuration template selected, and under Matching Criteria: I have Device Types checked with AP 1130 in the selection box. I also have Update device credentials checked and Copy Running configuration to Startup configuration checked.
    Under Auto-Managed Configuration Options I have SSH selected as the protocol, and Email results of auto-managed configuration jobs to (my email address).
    The WLSE never tries to push a config to access points when they're first managed, so I have to manually find the newly-discovered access points and create a configuration job to push the configs to them.
    I have a TAC case open on this issue, but I'm having a tough time just getting the TAC engineer to respond.
    What might I be missing here?
    Thanks...

    Such issues have happened occaisonally . I usually go about by resetting and reconfiguring WLSE from the beginning. Now I have plans to upgrade the software to see if it resolves the issue.

  • Auto fax for Particular vendor

    Hi,
    Want to do a auto fax for a particular vendor when creating a PO for this vendor.

    Hi,
    Maintain conditoin record for that output type through MN04 while maintain it select transmission medium as 2.
    Regards
    Ravi Shankar.

  • T.37 OnRamp and OffRamp fax configuration- Problem

    Hello !
    I have configured CISCO 2901 call router with T.37 OnRamp and OffRamp fax configuration.
    I have configured SMTP for receiving fax from call router. I am using Novell GroupWise 8 e-mail application.
    I could able to receive fax from call router,
    But i m not able to send fax to outside world via call router
    Because while sending fax we are using outsideno@callrouterip address ( ex:  [email protected])
    My Novell GroupWise giving error like unable to find e-mail address in mail box ( Error : can not deilver message to internal loop address )
    Reason : Mail box not able to find address because of every time if you use No like  this [email protected] . Mail box not able to recognize and unable to forward to call router,
    I try to use windows FAX service to send fax to VOIP ( call router ), that does not work.
    Is there any tool or client setup we would able to use and deliver mail to call router to send fax.
    Until or else their is no use for using T.37 OnRamp and OffRamp fax configuration in call router
    Thanks
    Best Regards
    Jayaraja R

    fax receive called-subscriber $d$
    fax interface-type fax-mail
    mta send server smtp.domainname.com port 25
    mta send subject Fax-Mail Message
    mta send with-subject both
    mta send postmaster [email protected]
    mta send mail-from hostname callrouter.domainname.com
    mta send mail-from username fax
    mta send return-receipt-to hostname domainname.com
    mta send return-receipt-to username fax
    mta receive aliases X.X.X.X
    mta receive aliases callrouter.domainname.com
    mta receive maximum-recipients 5
    application
    service faxmail_offramp flash:app_faxmail_offramp.2.0.1.1.tcl
    service onfax flash:app_faxmail_onramp.2.0.1.3.tcl
    global
      service alternate default
    I hope this configuration would be sufficient ,
    Thanks
    Best Regards
    Jayaraja R

  • Retrieve UM Auto Attendant configuration

    in
    this-link there are many shell commands for editing UM Auto Attendant configuration , 
    but there are no commands for retrieve the same information ... is EWS API is the answer? 
    I'm trying with C# / shell commands to get these information 
    How I  : 
    get UMAutoAttendant Business Hours ?
    get Business Hours Greeting ? 
    etc...
    for example you can change business hours schedule  , but you can't get the same data
    Set-UMAutoAttendant -Identity MyUMAutoAttendant -BusinessHoursSchedule 0.10:45-0.13:15,1.09:00-1.17:00,6.09:00-6.16:30
    I wanna retreive the same information 
    0.10:45-0.13:15,1.09:00-1.17:00,6.09:00-6.16:30
    the only thing i can get is
    [PS] C:\Windows\system32>Get-UMAutoAttendant -Identity ZakosUM
    Name UMDialPlan PilotIdentifierList SpeechEnabled Status
    ZakosUM DP {} True Enabled
    thanks

    You can execute the cmdlets from Managed code using Remote powershell
    http://msdn.microsoft.com/en-us/library/office/ff326159(v=exchg.140).aspx
    eg
    System.Security.SecureString secureString = new System.Security.SecureString();
    foreach (char c in Password)
    secureString.AppendChar(c);
    PSCredential credential = new PSCredential(AdminUserName, secureString);
    WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("https://" + PSServerName), "http://schemas.microsoft.com/powershell/Microsoft.Exchange", credential);
    connectionInfo.AuthenticationMechanism = AuthenticationMechanism.Basic;
    connectionInfo.SkipCACheck = true;
    connectionInfo.SkipCNCheck = true;
    connectionInfo.MaximumConnectionRedirectionCount = 4;
    Runspace runspace = System.Management.Automation.Runspaces.RunspaceFactory.CreateRunspace(connectionInfo);
    runspace.Open();
    Pipeline plPileLine = runspace.CreatePipeline();
    Command gmUMAutoAttendant = new Command("Get-UMAutoAttendant");
    gmUMAutoAttendant.Parameters.Add("Identity", "test");
    plPileLine.Commands.Add(gmUMAutoAttendant);
    Collection<PSObject> RsResultsresults = plPileLine.Invoke();
    foreach (PSObject obj in RsResultsresults)
    PSObject bhs = (PSObject)obj.Properties["BusinessHoursSchedule"].Value;
    ArrayList bhsObj = (ArrayList)bhs.BaseObject;
    foreach(String Element in bhsObj){
    Console.WriteLine(Element);
    plPileLine.Stop();
    Cheers
    Glen

  • Is local EAP + Web Authentication possible in Auto Anchor Configuration

    Hi,
    I have a wireless network setup in an auto-anchor configuration with the foreign and anchor controllers. Due to the foreign controller being owned and managed by another company, I have an interesting authentication scenerio I would like to acheive. We can't implement full EAP-TLS as we would have to allow authentications from the foreign controller which is owned and managed by another company.
    Currently Web Authentication is working correctly for the Wireless Network. As another layer of security, I want to know if its possible for the wireless clients to trust a certificate installed on the foreign controller?  If so, are you able to point me in the direction of a user guide to implement.
    I found the following document which describes local EAP configuration . Would this work with Web Authentication?
    Thanks

    so, kinda but no.  EAP is a layer 2 authentication that uses encryption as well.
    WebAuth is a layer3 authentication only.
    Now the kinda....you can create guest/network users on the WLC local database, and if someone logins to the webauth portal with those credentials they will be able to get on.
    I'm not really sure what you are looking to do based on your post.
    Personally, if I had users that were going to roam to this controller, I'd work with that companies IT and get it linked to my AAA server and keep the EAP-TLS that I had working already going. Just because that WLC would be able to communicate to your AAA doesn't mean their users would be able to get on, as they wouldn't have the machine or client certificate nor the Root CA cert on their machines.
    HTH,
    Steve

  • Auto Fax from PO

    Hi Gurus
    I have a requirement that needs the PO to be auto faxed to the vendor as soon as its created from the PR of MRP run.
    Can you please provide some insight on how to effect the Autofax?
    Thanks

    In the vendor master Xk02 enter the vendor Fax no
    and with the help of ABAPer you can send the P.O by AUTOFAX to the vendor
    G.Ganesh Kumar

  • Modern Replacement for Unity's IP Fax Configuration Wizard?

    Just finished a cutover from CUCM/Unity 4.x to CUCM/UCONN 8.5.
    All inbound faxes where being forwarded to a single email box by the h.323 gateway.  Now I see that then the IP Fax Configuration Utility was then sorting out those faxes to individual users mailboxes.
    What is the replacement for this on an 8.5 Unity Connection system?
    Thanks!

    Hi,
    Cisco Fax Server, this may answer your question:
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/administration/guide/8xcucsag246.pdf
    Hope that helps,
    Brad

  • AUTO CLEARING CONFIGURATION

    how to configur auto clearing (open item clearing )
    wht is the use of GR/IR clearing account in f.13
    plz tell use of both

    Hi,
    See from SPRO: General Ledger Accounting / Business Transactions / Open Item Clearing / Assign Clearing Rules to Account Types. Normal this is what to fill in but there are some other options.
    When you post an GR on a Purchasing order and an invoice this is posted on a clearing account (open item management) When you run F.13 it clears automatically these items. For GR/IR clearing you don't have to set up in customizing.
    For other clearings perhaps you have to sut-up come customizing
    Paul

  • HP LAser Jet Pro MFP M127fw not Receiving Auto FAX

    I Own two HP All-in-Ones.  First is an Officejet 7500A and second is an HP LaserJet Pro MFP M127fw. I hooked my Phone line to the 7500 and was able to send and receive FAX's, but no matter what I did (Including setting it to Automatically Receive FAXes), it would only receive faxes if I Manually hit the "Accept FAX" notification when the FAX Line rings.  IThis means I have to make a mad Dash to the Office anytime the FAX Line Rings.... So, I purchased a new All-In-One (HP LaserJet Pro MFP M127fw) hoping it would solve the problem.  Once again, I set it to Auto Receive and it will only Manually Receive.  The Mad dash Continues... Some Notes:Yes, the phone line is set up in the correct plug-in.Yes, it will receive FAXes, but only if i Manually receiveYes, I have the FAX in AUTOMATICALLY RECEIVE ModeYes, it is set to receive in One Ring Help please   

    I Own two HP All-in-Ones.  First is an Officejet 7500A and second is an HP LaserJet Pro MFP M127fw. I hooked my Phone line to the 7500 and was able to send and receive FAX's, but no matter what I did (Including setting it to Automatically Receive FAXes), it would only receive faxes if I Manually hit the "Accept FAX" notification when the FAX Line rings.  IThis means I have to make a mad Dash to the Office anytime the FAX Line Rings.... So, I purchased a new All-In-One (HP LaserJet Pro MFP M127fw) hoping it would solve the problem.  Once again, I set it to Auto Receive and it will only Manually Receive.  The Mad dash Continues... Some Notes:Yes, the phone line is set up in the correct plug-in.Yes, it will receive FAXes, but only if i Manually receiveYes, I have the FAX in AUTOMATICALLY RECEIVE ModeYes, it is set to receive in One Ring Help please   

  • How to get auto proxy configuration from plugin?

    I need to retrieve the name of the client's proxy server to pass it along to my signed applet (because it doesn't seem to be getting the information automatically despite the fact that the java plugin is set to the use the browser settings for proxies).
    The Java Plugin loads the proxy server information based on the browser preferences, but I haven't figured out how to retrieve that proxy information from the Plugin itself. Sometimes the javaplugin.proxy.auto.url system property is null, even if the browser (MSIE) is configured to use an auto-configuration script/url for the proxy server configuration. I can see in the Java Console that the plugin knows the auto-config url, so how can I access that property from within my applet?
    Even if javaplugin.proxy.auto.url is not null, I don't know how to call the javascript function at that URL from within the applet to get the proxy server host name and port.
    Does anyone know how to get the proxy information from the plugin?

    Thank you! Indeed, the answer was there, but I hadn't been able to find it earlier (I guess I was searching on the wrong forums). For those who might be interested, here's the thread that helped:
    http://forum.java.sun.com/thread.jsp?forum=30&thread=281981

  • UC320W, SPA8800 fax configuration

    Hello,
    I have a site that has two POTS lines that I will be using a UC320W and an SPA8800 to provide phone lines to a trailer in a quarry via a wireless connection.  This setup works except that I have trouble receiving faxes from some fax machines.  I'm guessing this wouldn't be much of a problem for the customer except for the fact that one of the machines that we are having trouble receiving from is the main fax machine in their main office.
    Anyway, the main site fax machine is a Canon Laser Class 700 (actually a 730i I believe) fax machine and the fax that's connected to the VoIP is an HP LaserJet 3015.  I actually got a fax through on Friday for the first time but, in order to make it work, I had to tweak the settings on the main office fax machine.  Basically, I lowered the maximum speed to 9600 baud and I turned off ECM.  Unfortunately, although this was great as a test, it's not a real fix.  Obviously, they aren't going to be able to control all the fax machines that send faxes to them.
    So my question is, is there a way I can configure the UC320W or the SPA8800 so that it forces the handshake with remote devices so that they will link up at 9600 baud and without ECM?  Please note that I already tried setting the receiving fax machine to those parameters but the best I could do was No ECM and No V.34.  My understanding was that those settings would give me what I wanted but, instead, I got the same communication errors I had started with.
    Thanks,
    Frank

    Hi Wendy,
    Thanks for your answer.  Actually, the fax machine is connected to an SPA8800.  The UC320W is on the other side of the connection.  The whole point of this setup is that there isn't a way to hookup the fax machine directly to a POTS line.
    There isn't any infrastructure to do it.  For the most part, the faxing works just fine.  From what I can determine, there is a problem between Canon fax machines and VoIP-connected fax machines in general.  I was able to get faxes to go through by tweaking the setup on the Canon but I would rather tweak the config on either the UC320W (which I guess is not possible) or on the SPA8800 (which I hope is possible).
    So, to revise the question, is there anything I can do on the SPA8800?  As for official support, I was told that this was a fairly typical configuration when I called for reseller presales support.  From that I gather that this is at least "unofficially" supported and I hope that, maybe, someone has some insight.
    Thanks,
    Frank

  • Auto Alert Configuration

    Dear All,
    Anybody give me the configuration details for "Auto Alert by Email" When backup job completed.
    Regards,
    Senthil

    Dear Senthil,
    In order to achieve this you have to do the following configuarations
    SMTP Configuaration to triger the mail - TCode SCOT
    CCMS Configuaration also see the SNote - 176492 - Automatic Email if an Alert Occurs
    Goto TCode RZ21
    -->Click Display Overview
    --> Select the Monitoring properties 'CCMS_OnAler_Email'
    --> Change Mode
    -->Goto Parameter Tab and enter the followong
    Parameter Name        Parameter Value
    SENDER          ABC_USER(SAP User ID should exist in 000 Client)
    RECIPIENT     [email protected]
    RECEIPIENT-TYPEID      U
    --> Goto Release Tab and select Auto Reaction Method
    Goto RZ20
    -->Expand CCMS Monitor Template
    -->Click Node Database
    -->Goto Properties
    -->Goto Change Mode
    -->Give MethodName - Auto Reaction 'CCMS_OnAler_Email'
    -->Activate the Maintenance Function.
    Cheers
    Rayees Palot

  • Auto Mail configuration problem in produduction server

    Dear Sir,
    I have configured manual mail send configuration in sap through transaction code scot .
    I want sap report should be autogenerated and auto send it on the reuired consultant /vendor email addresses .
    I had tried to schedule one report through background job but its not working ..
    Wating for your reply

    Problem is that I cannot imagine any forum which would want to have this question, again... and again...and again...and again...and again...and again...and again...and again...and again...and again...and again...and again...
    @ Rohit: What was it that prevented you from using the search to see whether anyone has tried to do this before you and found an answer? Was it something we did wrong?
    Cheers,
    Julius

Maybe you are looking for