Unable to Figure out Fax issue

Hi Folks,
I have done coding to convert smartforms to  OTF and send as PDF attachment as FAX..
I have used the function module CONVERT_OTF_AND_FAX... I have debugged the function module but i didn't find any error. also i am getting OTF <somenumber>, not sure what is this number
When i go and check SOST i don't find any entry there..
I am confused whether the fax has gone or not...
Can anybody throw somelight if the fax functionality is working or not, by looking the above things.
Regards,
Raj

Hi Keshav,
Until yesterday i was getting the TELEFAX in SOST with waiting status , provided correct FAX Number, while trying to day i am not getting any entry in SOST.. confused what is happening...
Regards,
Raj

Similar Messages

  • Urgently, Help. Stuck on this issue when unable to figure out what methods to use...

    Urgently, Help. Stuck on this issue when unable to figure out what methods to use...
    Attachments:
    enquiry.jpg ‏101 KB

    so sorry about that
    I have an example attached.
    How to control the pause function automatic control by the system timing? when only reaches 0000hrs, pause function execute?
    Attachments:
    pause_button.vi ‏16 KB

  • Importing cd's and suddenly can't see the recently added folder, have been unable to figure out how to re-display it, know the songs are going somewhere

    Was importing cd's and suddenly can't see recently added folder, been unable to figure out how to re-display it, know the songs are going somewhere

    See Restore Original Smart Playlists.
    tt2

  • HT1386 unable to figure out how to synch iTunes new laptop to new iPhone

    New mac user with new iphone 5 unable to figure out how to synch my itunes to new phone. 

    Have you checked all of the tabs on the iPhone profile? Do you have all of your sync options set up as you want them on each tab on the profile? (by Profile, I mean the screen that displays with the various tabs when you connect your phone to the Mac).
    Cheers,
    GB

  • I am trying to re install my lightroom student addition.  I have the serial number and was told to do the trial again and then update to purchase. i am unable to figure out how to do this

    i am trying to re install my lightroom student addition.  I have the serial number and was told to do the trial again and then update to purchase. i am unable to figure out how to do this

    Emily5lexi which version of Lightroom are you wishing to install?  Also what operating system are you using?

  • I have Maveriks. I downloaded numerous ACID Fonts and purchased Stuffit as instructed by ACID Fonts in order to use them. However, now I am unable to figure out how to get them into my Font Family drop down list or insert into Pages. PLS HELP!

    I have Maveriks. I downloaded numerous ACID Fonts and purchased Stuffit as instructed by ACID Fonts in order to use them. However, now I am unable to figure out how to get them into my Font Family drop down list or insert into Pages. PLS HELP!

    Hi FancyJean!
    Here is an article for you about using Font Book and installing fonts that you have downloaded:
    Mac Basics: Font Book
    http://support.apple.com/kb/ht2509
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • Unable to figure out how to delete photos, there is no trash can in upper right corner?

    Unable to figure out how to delete photos, there is no trash can in upper right corner?

    Only photos taken with the iPad, copied onto it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad - either via the trashcan icon in the top right corner if viewing the photo in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view.
    Photos that were synced from your computer are deleted by moving/removing/de-selecting them from where they were synced from on your computer and then re-syncing.

  • Unable to figure out the classnotfoundException

    Dear Members,
    I have an applet on which I want to show images. I have put .class and .html in the same directory and the images in the images directory.
    I'm usong Tomcat 5.5.4.
    Note: I have created certificates and also policy files for the applet.
    When I run the same code using eclipse, the code is working fine.
    And when I try to run in the browser its throwing the following Exceptions.
    java.lang.NoClassDefFoundError: AdminApplet1$1
         at AdminApplet1.init(AdminApplet1.java:74)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source) Where AdminApplet1 is my applet.
    Following is the code written in the .html
    <applet codebase="http://localhost:8080/project/"
            code="AdminApplet1"
            archive="SAdminApplet1.jar"
            height=400
            width=600 >
    </applet>where SAdminApplet1.jar is signed jar.
    I'm trying to figure out the problem since last 2 days. If you want more details about the problem please let me know.
    I have referred http://java.sun.com/developer/technicalArticles/Security/Signed/
    for creating the certificates
    If you think I've gone wrong while creating the certificate then please show me a way.
    I'm looking forward for the helping hands.
    Thanks.

    Please put all the class files in the jar.
    Considor this example:
    import java.applet.*;
    public class test extends Applet {
         public void start() {
              System.out.println("this is start");
              try{
                   System.out.println(System.getProperty("java.version"));
                   (new subTest()).printSomething();
              }catch(Exception e){
                   e.printStackTrace();
         public void init(){
              System.out.println("this is init");
         class subTest{
              void printSomething(){
                   System.out.println("something");
    }compiling with javac test.java gives me:
    test.class
    test$subTest.class
    When I remove test$subTest.class and open the applet with a html page I get:
    java.lang.NoClassDefFoundError: test$subTest
    (looks familiar?)

  • TS3354 I have downloaded the latest version of ITunes But was unable to figure out how to play the movie .What steps can I take ?

    Hi
    I have downloaded the latest version of ITunes .I cant' figure out the steps to take , to actually watch it on my computer. Where do I click to watch the movie ?
    Can someone walk me through it ?

    Contact Adobe. That is what I finally had to do. the number is 1-800-833-6687. There was a problem with a file. They took over my computer and got everything working for me.
    Shane

  • Can't figure out CSS issue

    Hi - I cannot seem to figure out what I'm doing wrong.  I have a little box I am using for links.  The code for the box [.menutitle] works great [see below].  But I am trying to make it so that when you hover over the box, the background color of the box will change.  The second piece below is what I have but it will not change the color when you point your cursor over the box.
    PS - I also tried putting the "a" before it [like a.menutitle:hover] but that did not work either.
    Please advise.
    Thanks - Deaf Guy
    <style type="text/css">
    .menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#f2f2f2;
    color:#000000;
    width:150px;
    padding:2px;
    text-align:left;
    font-weight:none;
    /*/*/border:1px solid #000000;/* */
    .menutitle:hover{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#ececff;
    color:#000000;
    width:150px;
    padding:2px;
    text-align:left;
    font-weight:none;
    /*/*/border:1px solid #000000;/* */
    .submenu{
    margin-bottom: 0.5em;
    </style>

    On the second page example you are applying a class to an anchor tag <a> which is not in your code:
    Change this:
    <div class="menutitle" onclick="SwitchMenu('sub1')">&raquo; Doc Libraries</div>
    to this: (note the addition of the <a></a> tag around the link)
    <div class="menutitle" onclick="SwitchMenu('sub1')"><a href="#">&raquo; Doc Libraries</a></div>
    And your css styles to these:
    .menutitle {
    background-color:#f2f2f2;
    color:#000000;
    width:150px;
    margin: 0 0 9px 0;
    text-align:left;
    border:1px solid #000000;
    .menutitle a {
    display: block;
    text-decoration: none;
    padding: 2px;
    color: #000;
    .menutitle a:hover {
    background-color:#ececff;
    color:#000;

  • Finally figured out Gmail issue

    After many attempts and hours trying to get Gmail connected on my iPhone I identified the impediment. I was at my house, had an active wi-fi connection, but still was getting SSL errors and hanging. Once I disabled wi-fi and I let it use 3g everything worked fine. Evidently a setting in my d-link router was blocking it from connecting. Since my D-Link router is basically set default, I know this will happen to alot of others and it is not well documented...it may be posted here already, but without search, I had no way of knowing.

    You are welcome to submit feedback here:
    http://www.apple.com/feedback/macosx.html (corrected link)
    It is easier when you get third party software to check for compatibility on their site. If it is not listed, chances are you just have to ask end users like ourselves what works and what doesn't and see if they have used such devices with Macs. Many devices are Mac compatible that vendors have no knowledge of. D-Link is obviously one with a communication issue here. I'd also find out how to give gmail feedback.
    Message was edited by: a brody

  • Unable to figure out the source of a standard purchase order

    Hi ,
    I have identified a PO in the system which cannot be opened. When I query the PO in the purchase summary form, the 'Open' button is greyed out.
    When I go to Inquire -> View Action History , only one sequence is present ------ Action is close . There is no sequence pertaining to Submit or Approve,
    Can someone please tell me , how to check where this PO has been sourced from ?
    Regards.

    Hi,
    The actual problem which lead to the above question is the following :-
    1.  The Consigned PO Orders are not getting picked up in PO Approval process.
    I would like to know if there is any setup by which we can achieve this. You will not be able to see the Consigned Purchase Orders in Purchase Orders screen as well.
    How to check Consigned Purchase Orders?
    SELECT * FROM PO_HEADERS_ALL WHERE consigned_consumption_flag = 'Y'
    What is Consigned Purchase Orders?
    MIT Sourcing &amp;amp; Procurement - Policies &amp;amp; Procedures

  • My Master server is stopping automatically unable to find out the issue

    Dear Experts,
    My Master server in CMC is stopping automatically and is going to infinite stop state.when i again restart manually its connecting but again it is stopping.what may be the cause unable to find the solution
    Thanks in Advance,
    Regards,
    Vinay.G

    Go to the Tomcat site and read the "First Web App" docs. I'm sure you didn't deploy your servlet properly.
    %

  • Error in MSSQL Code unable to figure out error

    I have a program, that updates a table, it inserts the following:
    strSQL = "INSERT INTO test-vm_info(info, DateTime) VALUES ('Program Started','1/10/2015 9:29:50 PM')"
    it fails with error:  Incorrect syntax near '-'.
    I created the database with the - so I believe that there is no issue with the -.
    Any ideas would be grateful
    THanks
    Update:   I just checked and I see the table was not created.    It is now allowed to have - in a table name?
    Thanks
     update 2:  found some stuff that says put [] around the name,  can this always be used?
    Thanks

    Hi Joe,
    without delimiters only
    regular identifiers are allowed, and a minus ("-") isn't allowed. You will have to use delimiters - square brackets or double quotes for those identifiers.
    Consider using always regular identifiers as it avoids such errors - here use a underscore ("_") instead. Note:
    DateTime is a data type and it is better to avoid any data types names and
    reserved keywords for identifiers.
    Additionally: Instead of literal strings use
    parameters - as otherwise the date time value depends on the users language settings, see
    The ultimate guide to the datetime datatypes. A simple example using
    AddWithValue:
    Using connection As New SqlConnection("Data Source=(local)\SQLEXPRESS;Integrated Security=True;Initial Catalog=tempdb;")
    connection.Open()
    Dim command As New SqlCommand("INSERT INTO [test-vm_info](info, [DateTime]) VALUES (@info, @infodate);", connection)
    command.Parameters.AddWithValue("@info", "Program started")
    command.Parameters.AddWithValue("@infodate", DateTime.Now)
    command.ExecuteNonQuery()
    End Using
    Regards, Elmar

  • Logitech keyboard freezes photo stream. When connected, steaming doesn't work...however, when you turn it off, it starts working. Applestore geniuses couldn't figure out this issue .

    Having backed up ipad, erased and reloaded several times (grrr), eventually worked out that photostream sharing didn't work when keyboard bluetooth connected. Just disconnect and all fine. Surely some conflict between ios7 and the Logitech hardware??

    Having backed up ipad, erased and reloaded several times (grrr), eventually worked out that photostream sharing didn't work when keyboard bluetooth connected. Just disconnect and all fine. Surely some conflict between ios7 and the Logitech hardware??

Maybe you are looking for

  • BT Lack of care via telephone. Help from here appr...

    Inifinity fitted on Thursday and as a result lost the BT link to Sky. 35 minutes and four different, repeated, conversations with the Call Centre resulted in an offer for a BT Engineer to return and reconnect Sky. Now I am told this isn't BT's proble

  • Acrobat 9 fails to update in OSX 10.8

    Update 9.5.2 will not work.  It suggests you uninstall and reinstall.  Can't uninstall - error message there as well.  Turns out Acrobat 9 is not compatible with 10.8 (though it still works).  It took me 2-hours, 2 chat sessions and 1 phone call to f

  • Scrolling Ebay listing pages has become jerky instead of smooth. With safari it's smooth.

    I see in the comments of others they are having the same problem: When you scroll an Ebay listing page there is a continuing jerky stop and start. It used to be smooth. I know it's Firefox because the problem doesn't exist when I use Safari as my bro

  • Service contracts & document types

    Can anyone provide insight on how to setup document types using P40040 for service contracts. For amortization of fixed price contracts, are you using service contracts

  • Has anyone used Rhapsody To Go with their Zen Vision

    I'm getting a Zen Vision M later this month to replace my Zen Xtra. I have the Rhapsody To Go service. I was wondering if anyone else uses Rhapsody. I want to know how easy/difficult it is to tag songs with album art after the music has been transfer