Report to find out POs sent to supplier via fax or email

All,
Is there any standard report to see POs sent to supplier via fax?
In other words list to see if POs are sent or no.
Please advice.
Thanks

Dear PS,
There is no such Standard  report in SAP, you have to develop it yourself.
In ME9F you can do the message output, here you can select according to processing status
you can only know whether a message was created and outputted, but not whether it was sent.
Sending is something a subsystem or a human does. this activity is not recorded in the PO.
if you fax a PO message out of SAP. then the green light in the PO next to the message just tells you that SAP has successfully given the message to the fax server. but it does not tell you whether the fax was successfully send. this can be found e.g. in SOST transaction.
Hope this helps
Thanks
Murtuza

Similar Messages

  • Report to find out Manager change in given period of time.

    Hi All,
    There is a standard report to find out info type changes. But it is not capturing the HRP1001 info type.
    Is there any report or function module which will Identify the manager change for a given period of time?
    Regards,
    Ravi

    Here is what you need to do
    The customizing for the change log you have to do following setting in  SM30->T77CDOC_CUST.
    T77CDOC_CUST:
    PlanVersion: 01
    ObjectType: S ( position )
    Infotype: 1001
    Subtype = 'A002' ( reports to)
    Activate = 'X'
    After that you can analyse the change log with sa38->RHCDOC_DISPLAY
    This will work if you have a reporting structure. i.e. one position reports to another position via A 0002 relationship.
    cheers
    Ajay

  • How can I find out what apple IDs are tied to an email address

    We are trying to set up FaceTime and got the verification error on the email address.  We went in to the Apple ID account and when we verify the email address, it tells us that it's tied to another AppleID.  My daughter has 3 other AppleIDs and we've checked each one of them and the email address is not tied to any of them.
    How can we find out what apple ID is tied to this email address?
    We have used the "Forgot my Apple ID" function and used all 3 of the different email addresses she's used on the accounts and when we access the one that says there's a duplicate, it takes us to the account and it's the one with the email address that I noted above.
    Any thougts or help?
    Thanks!

    Itunes limit includes computers. 
    http://www.ilounge.com/index.php/articles/comments/managing-devices-in-your-itun es-store-account/

  • How to find out who's texting you from an iCloud email address?

    how to find out who's texting you from an icloud email address?

    OK after a bit of research I found a way to achieve this.
    I simply looked up the email address in ADUC, then did a search in SP with the display name. I could locate the list and manually confirm it was configured with the incoming email address I was looking for.
    I also found the below script on Stackoverflow, but got "The 'using' keyword is not supported in this version of the language." when I tried to run it. Any idea how to fix that? I'd like to have a script to link a library to an email address istead of the
    manual approach described above.
    http://stackoverflow.com/questions/4974110/sharepoint-how-do-i-find-a-mail-enabled-list-if-i-only-have-the-email
    $SiteCollection = ""
    $EmailAddress = "" # only the part before the @
    # Load SharePoint module if not done yet
    if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null) {Add-PSSnapin Microsoft.SharePoint.PowerShell;}
    cls
    using System;
    using Microsoft.SharePoint;
    namespace FindListByEmail
    class Program
    {a
    static void Main(string[] args)
    string siteUrl = $SiteCollection;
    string email = $EmailAddress;
    using (SPSite site = new SPSite(siteUrl))
    foreach (SPWeb web in site.AllWebs)
    try
    foreach (SPList list in web.Lists)
    if (list.CanReceiveEmail)
    if (list.EmailAlias != null && list.EmailAlias.Equals(email, StringComparison.InvariantCultureIgnoreCase))
    Console.WriteLine("The email belongs to list {0} in web {1}", list.Title, web.Url);
    Console.ReadLine();
    return;
    finally
    if (web != null)
    web.Dispose();

  • HT1349 How can I find out my apple care register under my which email account

    How can i find out my apple care register under my which email account?

    settings->itunes & app store the appleID is listed
    same with settings->iCloud

  • Few POs are not sent to supplier via email

    Hello all,
    During the PO ordering to supplier via email, some POs are not sent to the supplier may be due to object lock (temporary isue).
    The document output status (2) is in incorrectly processed in the table PPFTTRIGG.
    Pls help me with the parameter to be filled in the report "RSPPFPROCESS" so that i can create a variant and schedule daily.
    Regards
    Madhan

    Hello Maddan,
    If some of your action status have errors occured during processing, you cannot re-process PO edition: you have first to identify what was the error.
    So, get the application keys (PO number) from table PPFTTRIGG for which status is "2". Then, check in transactional what is exactly the error for each PO concerned.
    Regards.
    Laurent.

  • Some POs are not sent to supplier via email

    Hello all,
    During the PO ordering to supplier via email, some POs are not sent to the supplier.
    the document output status is in incorrectly processed in the table PPFTTRIGG.
    Pls help me with any standard job is available to execute this incorrectly processed PO outputs.
    Regards
    Madhan

    Hello Maddan,
    If some of your action status have errors occured during processing, you cannot re-process PO edition: you have first to identify what was the error.
    So, get the application keys (PO number) from table PPFTTRIGG for which status is "2". Then, check in transactional what is exactly the error for each PO concerned.
    Regards.
    Laurent.

  • How do I find out who sent me an Apple gift card?

    I know this is not the area to post it, but I couldn't find any place better. I received an Apple gift card today with a message but no name so I don't know who to thank. Is there a place online I can put it in and find out or if I call Apple can they tell me? It was quite generous and I would hate to not thank someone and perhaps they forgot to add their name. Thanks in advance.

    Sorry but no; there is no online method and no one at Apple could tell you. There are millions of cards sold, from hundreds of vendors, so there's no way Apple could link the card to the purchaser (and even if they could they probably for privacy reasons couldn't tell you).
    You'll have to contact your friends and relatives and ask.
    Regards.

  • Report to find out for list of users for whom we have changed the password

    Dear Friends,
    Is there any way to find out the list of users for whom the passwords have been changed. We have standalone EP server built on 7.0 with Stack 08.
    Best Regards
    Sita Ram

    Hi Sita Ram,
    here is the
    public void doProcessBeforeOutput() throws PageException {
              IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
              IPortalComponentResponse response = (IPortalComponentResponse) this.getResponse();
          Form myForm = this.getForm(); // get the form from DynPage
           IUserFactory userFact = UMFactory.getUserFactory();
           try {
                IUserSearchFilter groupFilt = userFact.getUserSearchFilter();
                groupFilt.setSearchAttribute(
                     "com.sap.security.core.usermanagement",
                     "uniquename",
                     ISearchAttribute.LIKE_OPERATOR,
                     false);
                ISearchResult result = userFact.searchUsers(groupFilt);
                List list = new LinkedList();
    //            Iterator currentMembers = null;
                while (result.hasNext()) {
                     String name = (String) result.next();
                        list.add(name);
              Collections.sort(list);
              Iterator iter = list.iterator();
                     while (iter.hasNext()) {
                        IUser testUser = userFact.getUser(iter.next().toString());
                        IUserAccount acc[] = testUser.getUserAccounts();
                        String dispUser = testUser.getUniqueName();
                        response.write("<br>"+dispUser+"- last changed password on "+acc[0].getLastPasswordChangedDate().toLocaleString());
         } catch (UMException e) {
              response.write("<br>Searching failed - " + e.getLocalizedMessage());
    develop the project in the NWDS and deploy it into the portal.
    Regards,
    Sithi

  • Report to find out SC awaiting Approver

    Hi,
    We have a requirement from our users to have a BI report to find the Approver for who Shopping carts
    are waiting. Is there any standard reports in SRM to get the Awaiitng Approver of the SC's. I appreciate any
    solution or any kind of ideas .
    Thanks
    Krish

    Hi
    Hope you knew the work item so you can use these function module to get the desired results.
    BBP_PDH_WFL_APPROVER_DISPLAY
    BBP_WFL_DIN_APPR_FINALLIST_GET
    BBP_PDH_WFL_APPROVER_GET
    BR
    Muthu

  • Report to find out all the unused components in package

    Hi experts
    I have a reqment for report where in
    the selection screeen has got one field package name .
    This package can contain any r3 objects (like tables , Function modules, Function groups, Dictionary objects , classes etc)
    The report shud list out all the objects which are not used any where ( ie empty result from whereused list )
    Is there any Func Module or Class methods to do the above?
    Thanks
    Kallu

    You can see them in SM37 of course but tables TBTCO and TBTCP cointain the info you're looking for
    Regards
    Juan

  • My friend's friend found an iPod and deleted the data is there any way to find out who owned it before via serial number, bring it in somewhere, or other way?

    Is there anyway to find out owner

    - Some users have said that if you contact Apple, Apple will try to contact the previous owner. Apple will not give you that information.
    Apple - Support - iPod touch - Contact Us
    - You should also report it to the police and here
    Report Stolen iPod | Stolen Lost & Found Online

  • How to find out which list is associated with specific incoming email address

    Hey Guys,
    I've a received a request today from a user asking me which list was setup with a specific incoming email address.
    Is there a way to find out which list is associated with an email address?
    Thanks

    OK after a bit of research I found a way to achieve this.
    I simply looked up the email address in ADUC, then did a search in SP with the display name. I could locate the list and manually confirm it was configured with the incoming email address I was looking for.
    I also found the below script on Stackoverflow, but got "The 'using' keyword is not supported in this version of the language." when I tried to run it. Any idea how to fix that? I'd like to have a script to link a library to an email address istead of the
    manual approach described above.
    http://stackoverflow.com/questions/4974110/sharepoint-how-do-i-find-a-mail-enabled-list-if-i-only-have-the-email
    $SiteCollection = ""
    $EmailAddress = "" # only the part before the @
    # Load SharePoint module if not done yet
    if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null) {Add-PSSnapin Microsoft.SharePoint.PowerShell;}
    cls
    using System;
    using Microsoft.SharePoint;
    namespace FindListByEmail
    class Program
    {a
    static void Main(string[] args)
    string siteUrl = $SiteCollection;
    string email = $EmailAddress;
    using (SPSite site = new SPSite(siteUrl))
    foreach (SPWeb web in site.AllWebs)
    try
    foreach (SPList list in web.Lists)
    if (list.CanReceiveEmail)
    if (list.EmailAlias != null && list.EmailAlias.Equals(email, StringComparison.InvariantCultureIgnoreCase))
    Console.WriteLine("The email belongs to list {0} in web {1}", list.Title, web.Url);
    Console.ReadLine();
    return;
    finally
    if (web != null)
    web.Dispose();

  • Standard report to find out retro run employees list

    Dear Gurus,
    I would like to know know list of employees to whom retro has been run.
    I have tried the following.
    1.PC00_M99_CWTR----> I got the total amount of arrears to be paid not the list of employees.
    2.Adhoc query for Infotype 0003----> I tried this before running the payroll I got the list of employees whose master data
                                                                 got changed.
    My client requirement is he wants to know after running the payroll how to know list of employees to whom retro has been run.
    Thanks In advance
    Regards
    Ramesh

    Hi Ramesh,
    As of my Knowledge at a glance by generating wage type reporter for wage type /552 (Arrears)and /561, 563 (Claims). we can say retro has been run or not.
    Friends, Please correct me in this.
    I suppose, there will be a functional  module which calls the schema XPRO to check the retro run for the employee. Please search for that.
    MVR
    Edited by: MVRmvr on Oct 12, 2010 9:36 AM

  • Any Report to find out all the jobs details in the system??

    Hi,
    My query: Is there any Report where I can get all the background jobs scheduled in a system with client info, frequency, program name, variant name and execution user. I know these information is stored in various tables but I want to get a consolidated view through a Report.
    Thanks,
    Javed

    You can see them in SM37 of course but tables TBTCO and TBTCP cointain the info you're looking for
    Regards
    Juan

Maybe you are looking for

  • Custom sign in page OBIEE 11g

    Hello all, I have almost did it :D I followed the instructions of rittman mead --> http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ But the last step is missing :/ I have a folder with sk_pageaccuei, s_pageaccueil

  • Best security settings for Outdoor P2P with 1300 Bridges

    Hello I would like to hear from you otu there what are the best security setting for a P2P bridge outdoor link with two 1310 bridges. (with/without external Radius). any input is very welcome Oliver

  • Ipad will not open photos from sd card

    ipad wll not open  photos from an sd card

  • Properties missing from Organize Bookmarks

    I'm unable to access the properties in Organize Bookmarks even though I'm able to access them in Bookmarks sidebar. I prefer using Organize Bookmarks vs Bookmarks sidebar. I'm not sure how soon after upgrading to Firefox 3 I started having this probl

  • ReadWriteLock vs. ConcurrentHashMap

    I've been reviewing the concurrency package and going through Goetz's JCIP book. I've learned that ConcurrentHashMap is optimized for when the most common operation is a read of a value that already exists. Also, the ReadWriteLock interface seems app