PO message to User

Hi MM Experts,
We are able to successfully create a Message and sent to Vendor with following setting Process routies : Medium - 5 External send; Standard program i.e. SAPFM06P, FORM routine ENTRY_NEU and FORM: Custom made
*However the client need a copy of form (that send to vendor) to his outlook refering user who created that PO*  Could any one provide what is type of setting need to be carried out?
Thanks in advance
Senthilnathan

Hi Senthil, sometime back i also got the same requirement from the user.
But after many analysis we arrived it can be possible only if the vendor server is sending the whole package of email back to the user then only its possible.For some vendors it happens automatically.
Or you have to go for some enhancement to be activated so that when the user who raised the PO can get the email also.
Contact your ABAP and BASIS team for that,so that once the mail have been sent out from SOST,it will come back to the user also.
Prashant

Similar Messages

  • Can we display custom error message in user decision step screen.

    Hi,
    My requirement is to display error message when approver selects reject button in user decision step.
    based on some condition i need to display error message in user decision screen when approver tries to
    reject .
    Please help
    Thanks,
    Phani

    Hi ibrahim,
    Thanks for your Replay.
    steps
    1. cretae global class with interface  IF_SWF_IFS_WORKITEM_EXIT.
    2. cretae Event with importing parameter.
    where i need to call EVENT_RAISED method ,do inned to call that method in
    IF_SWF_IFS_WORKITEM_EXIT ?
    how  SWRCO_EVENT_AFTER_EXECUTION value is passed to method EVENT_RAISED ?
    Thanks,
    phani

  • My ipad receives email with the hotel wifi but will not send.  The error message is "user name or password for ........is incorrect" but both are correct and unchanged.  Restarting iPad didnt help.

    My iPad receives email on the hotel wifi but will not send.  The error message reads "user name or password for smpt......is incorrect" but both are correct and unchanged.  Restarting iPad did not help.

    I did try this too, but when I access my webmail on the iPad, the iPad doesn't allow me to type my message.  I am able to enter in the "to" address and the "subject" line, but then the keyboard will not come up for me to type my message.  Is there some trick to this?  Very frustrating!

  • How can i display warning messages in user exit EXIT_SAPLMGMU_001 (MM02)

    Hi all,
    while modifying the material master using MM02, i have added new conditions to display messages in user exit EXIT_SPALMGMU_001.
    But using this user exit i am not able to display warning messages.
    Can you please help me with this?
    Sample code which i have included in exit :
    SELECT SINGLE mstav FROM mara
    INTO w_mstav
    WHERE matnr = wmara-matnr.
    IF wmara-mstav NE w_mstav.
    IF wmara-mstdv NE sy-datum.
    wmara-mstdv = sy-datum.
    MESSAGE w177(z03_mm) WITH text-s04 text-s21.
    ENDIF.
    ENDIF.
    Thank you all in advance.

    As written in the SAP documentation of the Enhancement , you can only raise error message using a
    MESSAGE .. RAISING APPLICATION_ERROR.
    You could manage the "warning" yourself, sending an error first time and keeping a trace of the check in some STATICS variable, and not raising the error again if data input remains unchanged between two call of the include.
    <i>----
    EXIT_SAPLMGMU_001
    Where Is the Customer Exit - EXIT_SAPLMGMU_001 called?
    The customer exit is in function module MATERIAL_UPDATE_ALL. The
    function module checks the data for errors (logical relationships,
    foreign keys, fixed domain values, and so on) when the material master
    is updated.
    Use
    o New fields
    You can make checks possible for new fields of your own. These
    checks must be identical to the checks that you carry out for your
    new fields in online maintenance.
    o Existing fields
    For existing fields, you can extend and intensify the checks.
    You can also change data for descriptions and general material data
    (MARA). For example, the descriptions can be generated from attributes
    of the material.
    Limitations
    You cannot bypass existing checks.
    Interface to Application
    The respective data of the current logical transaction is contained in
    the structures, for example, in structure WMARA for MARA. Nonrelevant
    structures are transferred with their initial values.
    General material data that can be changed (CMARA) has the structure
    MARU. This MARA view contains fewer internal fields than MARA itself. If
    WMARA is filled, CMARA is also filled when accessed.
    The customer exit contains the exception APPLICATION_ERROR for your
    self-defined error situations.
    Using the language element MESSAGE .. RAISING APPLICATION_ERROR, you can
    terminate the current (logical) transaction and display your message in
    the log. </i>
    Regards

  • TS3899 Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect

    Having trouble accessing my email account thru the mail app, after entering the account information in the settings page, hotmail returns with the error message " The user name or password for Hotmail is incorrect". Help

    Hotmail is having problems:
    http://bostinno.streetwise.co/2013/08/15/hotmail-outage-hotmail-is-down-for-user s-still-photos/
    http://www.engadget.com/2013/08/14/outlook-outage/
    http://www.infoworld.com/d/applications/microsofts-skydrive-outlookcom-are-down- some-users-224940
    http://mashable.com/2013/08/14/outlook-down/
    http://techcrunch.com/2013/08/14/microsoft-acknowledges-outlook-com-messenger-sk ydrive-outages/

  • In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message "C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on th

    In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message"C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on this pls?

    Even after deleting all files and folders from hard drive i am still getting this error!!

  • Message to users in EP

    Hi,
         I want to send a message to users in EP like we do from SM02 . Please tell me the steps
    Thanks

    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417100)ID2086654850DB00705560848729894134End?blog=/pub/wlg/1585
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417100)ID2086654850DB00705560848729894134End?blog=/pub/wlg/1587
    REgards.

  • Change message in display message to user dynamically?

    I want to have the Display Message to User vi pop up and notify the user that the computer will reboot in x number of seconds, where x is constantly decreasing. Is this possible? I have tried sticking it in a for loop and the message won't change without clicking on the button. Also, when the time does reach zero, how can I have it destroy that pop up box?

    you can't use Display Message unless you convert it to a normal VI and do a lot of modification. It simple though, to create your own pop-up that does what you want. Look at the subVI in the attached file. It uses the Elaspsed Time function to create the time left and the window appearance properties to show and then close itself. There are also some shipping examples on creating your own dialog box or pop-ups.
    Attachments:
    Pop-up Demo.llb ‏64 KB

  • INFO MESSAGE in USER-EXIT

    Hello Friends,
           I am trying to give information message in User exit while creating PO
           Is it possible to give message type ' I '  ???
           If not how to give info message on to ME21N ??
    Thanks,
    Ajay

    I'm not sure why that should be. Perhaps as gudise mahesh  says it will not trigger in update mode? My code is straightforward and it does work. It outputs a message type i if the last person to amend a po tries to release it.
    IF sy-ucomm = 'MERELEASE' AND
       sy-repid = 'SAPLXM06'.
      CLEAR wa_bekpo.   
      READ TABLE it_bekpo INTO wa_bekpo INDEX 1.
      SELECT SINGLE ernam FROM ekko INTO l_uname
          WHERE ebeln = wa_bekpo-ebeln.
      IF l_uname = sy-uname.
        e_cekko-ekorg = space.
        MESSAGE i076(zmm).
        LEAVE TO TRANSACTION sy-tcode.
      ENDIF.
    Exclude last person to change PO   
      SELECT * FROM cdhdr   
        INTO CORRESPONDING FIELDS OF TABLE it_cdhdr   
        WHERE objectclas = c_class       
          AND objectid   = wa_bekpo-ebeln    
          AND change_ind  NE c_i.   
      IF NOT it_cdhdr IS INITIAL.  
        SORT it_cdhdr BY udate DESCENDING utime DESCENDING.
        READ TABLE it_cdhdr INDEX 1 ASSIGNING <cdhdr>.  
        IF <cdhdr>-username = sy-uname.   
          e_cekko-ekorg = space.  
          MESSAGE i089(zmm).    
          LEAVE TO TRANSACTION sy-tcode. 
        ENDIF.      
      ENDIF.
    ENDIF.
    Sorry I couldn't be of much help.

  • I would like to create a custom Logout Message for users

    I would like to create a custom Logout Message for users.
    When users click the Logout button, I would like a message appear saying have they made a backup of their data.
    I know I could use LogoutHook script but I will need some help in creating one to do the above

    Can't help with that. You might post to the AppleScript forum.

  • Unity Connection on BE6K. 10 messages per user????

    I must be misreading this surely! The BE6K Data Sheet quotes
    "Voicemail Capacity: 10 voicemail messages per user."
    http://www.cisco.com/en/US/partner/prod/collateral/voicesw/ps6788/vcallcon/ps11370/data_sheet_c78-718398_ps11369_Products_Partner_Resources.html
    Someone please tell me this is a misprint!
    Rich

    Its an estimate.   Meaning if you have 1000 users with voicemail boxes, and you limit them to x minutes, its roughly 10 voicemails.
    Voicemail usuage is based on minutes, not so much the number of messages.  IE, (1) message that is 10 minutes long, (2) messages that are 5 minutes long, etc.

  • Is there any function to hendle message against user  ?

    is there any function to hendle messages by user  ?
    i need function that show messages ( error ) by user list .
    just user in list will pass  , other will get error message .
    thanks  .

    i will explaine
    i have made transction "YMIGO"  and no user allowed to inter to "MIGO"
    now we have problem in MIGO and we want to allow to OSS user come in
    to the sys. and see the problem   , i can fix/change the code for this case
    but i ask if there any standart solution for this case  ?

  • Display messages to user

    Hi i'm new working with labview, i have been made an aplication with express tool vi output called "display msg" and when i run the program in "run continuosly" the message window dont close when i push "ok" i want to know if there is a way to disable the message window when i push the bottom "ok" ? 
    Solved!
    Go to Solution.

    yes mi code simulate a temperature regulator and i use the express tool vi display messages to user for warning about the maximum temperature and minimum temperature, i attached the vi
    Attachments:
    temperaturalabview.vi ‏40 KB

  • Send Alert message in user's mail box

    How can i send an alert message in user's mailbox(suppose in his gmail id), apart from his alert inbox in RWB ?

    Hi,
    Please go through these links,  it will might be useful to you.
    Part u2013 1:
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Part-2:
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2
    Part 3:
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3
    Regards,
    Rajesh

  • When checking email I now get an error message saying User name or password is incorrect...

    When checking email I now get an error message saying User name or password is incorrect...  Went to AT&T store and they didn't have a clue how to fix it...
    I'm sure this question has been asked, but can someone point me in the right direction? 

    I am also having the same problem and I did go on my computer and change the password and my iPad still gives error message. Yes wish someone could help.

  • Error message for user (PO Release Stratregy)

    Dear friends,
    I have created PO release strategy. I want to show an error message like "You couldn't create PO. You dont have release strategy) ", If user doesn't have any strategy for current PO data. For this message Which user exit or Bapi can help me?
    Thanks

    How to control if current PO doesn't have any Release Strategies I want to show an error message. Which user exit or badi???
    Thanks

Maybe you are looking for

  • Constant disconnects with "no PPPoE" and "no valid IP address" errors

    I have AT&T DSL and have an Airport Extreme connected to a Speedstream 4100 modem. My Internet connection has been fine for nearly a year with the AEBS but for the past couple weeks has been disconnecting so frequently that it's almost become useless

  • ALV grid display with more than 1000 columns

    Hi Friends, I have to prepare a report output which have 1015 columns. User will give 100 weeks of data to retrieve. I have to display the output in day wise. 100*7 + 315 = 1015 columns. I am using ALV grid display for this in 4.6C. My Question is, w

  • Harddrive problem?

    my iMac (24 inch, the first of the metal cased imacs, 10.5.newest update) crashed yesterday (beachball, everything frozen) and i had to hold the power button to restart it. When it came back with was just stuck at the gray screen with the little spin

  • Permanently changing a video file to Movie or TV Show

    I just wanted to know is there a PERMANENT way to change a video to either a tv show or a movie. If I add a file to iTunes it goes straight to Home Videos. I click on properties and then change it to say a TV Show and it will move. If I save that fil

  • Accessing RSA1 issueYou have no authorization for basic types (activity 01)

    We are experiencing the following issue with RSA1 While accessing this it comes back with error You have no authorization for basic types (activity 01) This was working before and no authorizations got changed. Appreciate your feedback.