Blank out the reply to field before sending mail through FM SO_OBJECT_SEND

Hi all,
I need to blank out the reply to field before the mail is send to the recipient. Is their any parameter in FM SO_OBJECT_SEND which can make it blank. Is their any other way.
Thanks

hi
good
go through this link,this ll give you complete idea about all the paramters that you need to pass in this function module,
http://www.thespot4sap.com/articles/SAP_Mail_Understanding_SO_Object_Send.asp
thanks
mrutyun^

Similar Messages

  • How to set the value that appears in the 'Reply To' field when sending Mail.

    I send my mail from one email address (i.e. server) but I want replies to go to a different email address (i.e. server).  Apple Mail facilitates this but only when I remember to type the email address into the 'Reply To' field when I compose the message.  The email address that I want people to reply to is always the same.  Is there anyway to make this appear as tyhe default in the 'Reply To' field when I create a new message? 

    Please go to this link and you will find out:
    https://www.macupdate.com/app/mac/27025/secrets
    This is very usefull to set hidden parameters

  • Sending mail through a proxy client

    I have the following simple code to send mail through a SOCKS proxy client:
    package com.apna.beans;
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.DataSource;
    import javax.activation.FileDataSource;
    import javax.activation.DataHandler ;
    public class SMail{
    public static void main(String[]a){
    System.setProperty("proxySet","true");
    /*System.getProperties().put("http.proxyPort","25");
    System.getProperties().put("http.proxyHost","192.168.0.1");*/
    Properties props = System.getProperties();
    String msg = "";
    // Get system properties
    final String username = "vedijitendra";
    final String password = "sendmail";
    props.put("socksProxyHost", "pc-2");
    props.put("socksProxyPort", "1080");
    props.put("mail.smtp.host", "smtp.gmail.com");
    props.put("mail.smtp.starttls.enable", "true");
    props.put("mail.user", username);
    props.put("mail.smtp.auth","true"); // this is imp for authorisation.
    //props.put("mail.host", "192.168.0.1");
    props.put("mail.debug", "true");
    props.put("mail.store.protocol", "pop3");
    props.put("mail.transport.protocol", "smtp");
    try{
    //here the authorisation takes place using an Anonymous class.
    Session session = Session.getDefaultInstance(props,
    new javax.mail.Authenticator (){
    protected
    javax.mail.PasswordAuthentication
    getPasswordAuthentication() {
    return new
    javax.mail.PasswordAuthentication(username,
    password);
    // Define message
    Message message = new MimeMessage(session);
    message.setFrom(new InternetAddress("[email protected]"));
    message.addRecipient( Message.RecipientType.TO, new
    InternetAddress("[email protected]"));
    message.setSubject("Test");
    message.setContent("text", "text/html");
    // Send the message
    Transport.send(message);
    msg = "The mail has been sent.";
    } catch(Exception e){
    e.printStackTrace();
    msg = "The mail has not been sent.";
    I am able to connect to the GMail's SMTP server.
    However, when the Transport. send method is executed, I get:
    java.lang.NullPointerException
    at com.sun.mail.util.SocketFetcher.startTLS(SocketFetcher.java:242)
    at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1191)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:348)
    at javax.mail.Service.connect(Service.java:297)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    Any ideas?

    I have the following simple code to send mail through a SOCKS proxy client:
    package com.apna.beans;
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.DataSource;
    import javax.activation.FileDataSource;
    import javax.activation.DataHandler ;
    public class SMail{
    public static void main(String[]a){
    System.setProperty("proxySet","true");
    /*System.getProperties().put("http.proxyPort","25");
    System.getProperties().put("http.proxyHost","192.168.0.1");*/
    Properties props = System.getProperties();
    String msg = "";
    // Get system properties
    final String username = "vedijitendra";
    final String password = "sendmail";
    props.put("socksProxyHost", "pc-2");
    props.put("socksProxyPort", "1080");
    props.put("mail.smtp.host", "smtp.gmail.com");
    props.put("mail.smtp.starttls.enable", "true");
    props.put("mail.user", username);
    props.put("mail.smtp.auth","true"); // this is imp for authorisation.
    //props.put("mail.host", "192.168.0.1");
    props.put("mail.debug", "true");
    props.put("mail.store.protocol", "pop3");
    props.put("mail.transport.protocol", "smtp");
    try{
    //here the authorisation takes place using an Anonymous class.
    Session session = Session.getDefaultInstance(props,
    new javax.mail.Authenticator (){
    protected
    javax.mail.PasswordAuthentication
    getPasswordAuthentication() {
    return new
    javax.mail.PasswordAuthentication(username,
    password);
    // Define message
    Message message = new MimeMessage(session);
    message.setFrom(new InternetAddress("[email protected]"));
    message.addRecipient( Message.RecipientType.TO, new
    InternetAddress("[email protected]"));
    message.setSubject("Test");
    message.setContent("text", "text/html");
    // Send the message
    Transport.send(message);
    msg = "The mail has been sent.";
    } catch(Exception e){
    e.printStackTrace();
    msg = "The mail has not been sent.";
    I am able to connect to the GMail's SMTP server.
    However, when the Transport. send method is executed, I get:
    java.lang.NullPointerException
    at com.sun.mail.util.SocketFetcher.startTLS(SocketFetcher.java:242)
    at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1191)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:348)
    at javax.mail.Service.connect(Service.java:297)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    Any ideas?

  • MIGO - Blank out the Qty in unit of entry field on PO receipt

    Within MIGO upon PO receipt, standard behaviour is that it defaults Qty in unit of entry field to the total remaining outstanding qty.
    Customer has requirement to blank out the Qty in unit of entry field on PO receipt.
    We have looked at Business Add Ins for MIGO (e.g MB_MIGO_ITEM_BADI, MB_MIGO_BADI etc) and does not appear to be feasible.
    Does anyone know a way to do this ?
    Regards.
    Phil.

    Hi Joyce Roessner
    Could you please check in MB01 t-code & see quantity field is open for edit or not.
    This is controlled at Field selection & can be customised at fuctional level.
    Make GOITEM-MENGE as Input at follwoing path
    SPRO>MM>INv Mgmt & Phy Inv > Settings for enjoy trans>Settings for goods mvt(MIGO)>Field selection for MIGO
    Thanks,
    Mahesh

  • Applescript and the "reply to" field of outgoing message

    I have a useless script that works.
    tell application "Mail"
    set newMessage to make new outgoing message ¬
    with properties {content:"My name <[email protected]>"}
    set visible of newMessage to true
    end tell
    I also note from the Mail dictionary that an outgoing message has the following properties: content, sender, subject, content, visible, message signature (signature), id .
    I'm puzzled: why aren't there more properties? In particular, I would like to set the Reply To: and Account: fields with something like the following script.
    tell application "Mail"
    set newMessage to make new outgoing message ¬
    with properties {sender:"[email protected]", reply to:"[email protected]"}
    set visible of newMessage to true
    end tell
    I've discovered (with that second script) that the sender property corresponds to the Account: field. But can I get the Reply To: field visible and filled with AppleScript? Or with something else? Automator?
    PowerBook G4, Cube   Mac OS X (10.4.6)   Also running 10.2.8 on a Cube, hopefully 10.3.9 soon

    Applescript only has access to the objects and properties in the various dictionaries; for mail, as you have discovered, this does not give access to much for an outgoing message. In particular, you cannot access headers such as date or priority or reply-to. If, as in your script, you are making the outgoing message visible before sending it, then you can fill in the reply-to field by hand, but short of trying some gui scripting you can't change it via applescript.
    I suggest you use OS X Feedback to complain.
    AK

  • Blackberry email does not honor the Reply To field?

    I've noticed that my blackberry replys to the FROM and ignores the REPLY TO field. Do you know anything about that?
    When I reply to this specific email on my outlook, it responds to the REPLY TO address. If i do the same on my Blackberry, it reply to the FROM address.
    Solved!
    Go to Solution.

    Hi there!
    I just ran a test to attempt to replicate this.
    Account 1) Yahoo
    Account 2) Private POP 
    Send from Account 1 to 2 using Reply-To of Account 2. 
    Received on BB. 
    Initiated Reply -- address for destination was as expected (Account 2)...
    So, I'm not able to replicate what you experienced. In which case I would suggest a few remedies:
    1) Register HRT:
    Homescreen > Options > Advanced Options > Host Routing Table > BBKey (it does not matter which line is current) > Register Now
    2) Resend Service Books:
    KB02830 Send the service books for the BlackBerry Internet Service
    3) Delete and completely recreate the BIS conduit
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am not able to send mails through Yahoo APP.It gives me an error msg :"the sender address has ben rejected by the server ".I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.

    I am not able to send mails through Yahoo APP. It gives me an error msg :"the sender address has ben rejected by the server ".
    I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.
    So, i am not able to enter anything in fields under SMTP server settings

    You probably have changing settings disabled in Restrictions.

  • How to utilize the Reply To field in rules

    I have an issue...I use Paypal for my business, and I use Mac Mail to deal with all of my orders and notifications.  Recently, Paypal has decided to change the way they send payment notification emails.  The From field used to contain the email address of the buyer, which made it very simple to set a rule to automatically relply to a payment notification with an order confirmation email that went directly to the customer.  Now, Paypal, for some ridiculous reason, has decided to fill the From field with a [email protected] address, which is useless.  They are now putting the customers email address in the Reply To field, which the Mail Rules cannot seem to utilize.  I need to have a rule that replies to the email address in the Reply To field...is there anyway to do this?  Any help would be appreciated.  I have contacted Paypal numerous times about this issue, but they have yet to correct it.  Thanks.

    I have an issue...I use Paypal for my business, and I use Mac Mail to deal with all of my orders and notifications.  Recently, Paypal has decided to change the way they send payment notification emails.  The From field used to contain the email address of the buyer, which made it very simple to set a rule to automatically relply to a payment notification with an order confirmation email that went directly to the customer.  Now, Paypal, for some ridiculous reason, has decided to fill the From field with a [email protected] address, which is useless.  They are now putting the customers email address in the Reply To field, which the Mail Rules cannot seem to utilize.  I need to have a rule that replies to the email address in the Reply To field...is there anyway to do this?  Any help would be appreciated.  I have contacted Paypal numerous times about this issue, but they have yet to correct it.  Thanks.

  • How do I fix the contents of the "Reply To:" field so that it always contains my e-mail adderess?

    How do I fix the contents of the "Reply To:" field so that it always contains my e-mail adderess? At the moment I type the first character of my e-mail address and I am given a list of addresses (from Address Book ?) starting with this character. I then have to select one. But I always want the reply to be sent to my one and only e-mail address.

    I see. Unfortunately I'm not sure how to specifically set Mail to auto-populate the Reply-To field, but you can set it to use an email alias instead of your main account name. It will send from and recieve replies to this alias, in essence creating a new email identity while using the same account.
    To do this, go to the Accounts section of the Mail preferences and select your account. In the "Account Information" tab locate the "Email Address" field and then add your aliases separated by commas. If you are using an Apple iCloud account then you will have a drop-down menu to manage your aliases.
    Sometimes this detail will require your email provider to support different aliases for the same account, so it may not work unless you adjust some settings with your provider.

  • How to find out the list of field exists for a particular transaction

    Hi all,
    Can u please help me find out the list of field exits available for a particular Tcode?
    Is it similar to User exit or . . . . ?
    Thanks,
    C.Selvaraj
    SAP-QM

    Create a program and add this code to find user exit
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
    tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
      select single * from tadir where pgmid = 'R3TR'
      and object = 'PROG'
      and obj_name = tstc-pgmna.
      move : tadir-devclass to v_devclass.
      if sy-subrc ne 0.
        select single * from trdir where name = tstc-pgmna.
        if trdir-subc eq 'F'.
          select single * from tfdir where pname = tstc-pgmna.
          select single * from enlfdir where funcname =
          tfdir-funcname.
          select single * from tadir where pgmid = 'R3TR'
          and object = 'FUGR'
          and obj_name eq enlfdir-area.
          move : tadir-devclass to v_devclass.
        endif.
      endif.
      select * from tadir into table jtab
      where pgmid = 'R3TR'
      and object = 'SMOD'
      and devclass = v_devclass.
      select single * from tstct where sprsl eq sy-langu and
      tcode eq p_tcode.
      format color col_positive intensified off.
      write:/(19) 'Transaction Code - ',                        "#EC NOTEXT
      20(20) p_tcode,
      45(50) tstct-ttext.
      skip.
      if not jtab[] is initial.
        write:/(95) sy-uline.
        format color col_heading intensified on.
        write:/1 sy-vline,
        2 'Exit Name',                                          "#EC NOTEXT
        21 sy-vline ,
        22 'Description',                                       "#EC NOTEXT
        95 sy-vline.
        write:/(95) sy-uline.
        loop at jtab.
          select single * from modsapt
          where sprsl = sy-langu and
          name = jtab-obj_name.
          format color col_normal intensified off.
          write:/1 sy-vline,
          2 jtab-obj_name hotspot on,
          21 sy-vline ,
          22 modsapt-modtext,
          95 sy-vline.
        endloop.
        write:/(95) sy-uline.
        describe table jtab.
        skip.
        format color col_total intensified on.
        write:/ 'No of Exits:' , sy-tfill.                      "#EC NOTEXT
      else.
        format color col_negative intensified on.
        write:/(95) 'No User Exit exists'.                      "#EC NOTEXT
      endif.
    else.
      format color col_negative intensified on.
      write:/(95) 'Transaction Code Does Not Exist'.            "#EC NOTEXT
    endif.
    at line-selection.
      get cursor field field1.
      check field1(4) eq 'JTAB'.
      set parameter id 'MON' field sy-lisel+1(10).
      call transaction 'SMOD' and skip first screen.
    Rewards if useful........................
    Minal

  • How do I play a video in full-screen mode on one screen of a dual-screen Windows 7 system without blanking out the other screen?

    How do I play a video in full-screen mode on one screen of a dual-screen Windows 7 system without blanking out the other screen?  Not losing the other screen would be useful as I would like to, for example, monitor my emails whilst watching a video or to work on a project whilst watching an instructional video.
    Note : Resizing a window to fill the screen is not acceptable as it still leaves unsightly borders.

    bump

  • How do I set the "reply to" field in the iPad 2 Mail app?  I use an email forwarding service (not an actual email account) that I would like people to reply to.

    How do I set the "reply to" field in the iPad 2 Mail app?  I use an email forwarding service (not an actual email account) that I would like people to reply to, so setting up an account with the correct reply-to address doesn't work because there's no associated outgoing mail server.  I had this working under iOS4 but it seems to have disappeared when I upgraded to iOS5.

    Welcome to the forum, NicoleYM. I don't think the Touch Mail has as many options as the Mac Mail app. However, you could set a standard signature. Go to Settings > Mail, Contacts, Calendars > Signature. There you can type a reply address and hope people see it.
    Alternatively, you can go to your GMail account in your web browser and click on Settings > Forwarding and POP/IMAP. There you will have an option to forward all emails (or only some, if you set up a filter) to your other address.
    Good luck!

  • How to find out the number of fields in generated proxy structure?

    Hi All,
    Can anybody help me to find out the number of fields in generated proxy structure in back end system along with controller fields.
    i know how to get number of fields in XI system but i want the number of fields in back end system when we generate proxy including automatically generated controller fields.
    Thanks in advance.
    Regards,
    Ujwalkumar

    U mean u want to know at runtime?
    Get the output from ur proxy as a string, count the number of "<" characters and divide it by 2. :-P
    Of course, you'll have to treat the header fields separately.
    Regards,
    Henrique.

  • How do I create a dropdown in the Subject Line field while sending emails.

    How do I create a dropdown in the Subject Line field while sending emails as I send more than 300 emails with the same subject line everyday.

    Which webmail service do you use, gmail may have problems currently see thread
    '' Subject autofill feature stopped working in gmail for new subjects only - and I'm not the only one - help! {[https://support.mozilla.com/en-US/questions/793610 link]]''
    For general information see [[form autocomplete]] and [[Form autocomplete entries are not saved ]]

  • Grey out the purchase group fields in SRM 7.0 ?

    Hi Experts,
    We have a requirement where in we need to grey out the purchasing group field in the item section of shopping cart screen . we are using SRM 7.0 portal. So that users cannot change the defualt pruchasing group.
    Is there a way where we can make this invisible without making any changes to the standard code.
    We have checked the below path, we are not getting the correct field for purchasing group in that.
    SRM -> SRM Server -> Cross-Application Basic settings -> Extension and Field Control (Personalization) -> Control Actions -> Display Standard Metadata for Actions on Substructure Level Regards
    Any Help in this regard will be highly appreciated.
    Regards
    Venkatesh P

    Hi ,
    Below are the details :
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_GAF
    Web Dynpro Component: /SAPSRM/WDC_DODC_SC_I_BD
    Window Information: IV_L_FPC_CA_DETAILS
    View Information: V_DODC_SC_I_BD
    Configuration ID: /SAPSRM/WDCC_FPM_DODC_SC_I_BD_WI
    Information on Field
    Field ID: PURCHASING_GROUP_DROPDOWN
    Type of UI Element: DROPDOWN_BY_IDX
    UI Element Library: STANDARD
    But this field i dint find in that path.
    Regards
    Venkatesh P

Maybe you are looking for

  • List- Export- Spreadsheet option disabled in ALV Report

    Hi, In one of the ALV Report the option List->Export->Spreadsheet option is disabled. How to enable that option? I am calling the REUSE_ALV_GRID_DISPLAY Function module with the following parameters     CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'       EX

  • I can log into iTunes and App Store but NOT iMessage. What gives?

    I'm currently using Wifi with my 3rd gen iPad. iOS 6.0.1. I'm not home so I don't have access to my iMac (actually currently at 30k ft somewhere over Virginia :) ). Anyway, I can log into iTunes, access the App Store, sign out of those, log back in.

  • How do i turn off text messages from linking to computer

    When i get a text message it appears on my phone and on my computer, how do I get it to not be on my computer?

  • Font style issue's in mail

    Hi, Our requirement is to send mails, the content of which will be stored in SO10. However in SO10 the tex can be stored in various formats (bold, underlines etc.) How do we capture this information and send via mails? Will  the function module \ SO_

  • Pictures only appear when external drive connected

    Ok...so I selected all my pics in iPhoto from user acct #2 and drug them to my external hard drive.  Then I logged into user acct #1, slected all pics in the external drive and drug them into iPhoto where they all seemed to import.  However, when my