How to change the Subject line of the mail when PO is sent to a vendor

Hi,
I wanted to send PO through Email.All the settings have been done and the output goes fine.
I wanted to change the text in the title and hence have set the programme as SAPMM06E and Form Routine as TEXT_SYMBOL_REPLACE .
After setting ,NAST table is picking the text under TDCOVTITLE field as desired.But in the SOST queue ,it is not updating correctly.The PO number is not appearing and is giving some default number.
Why it is not updating in SOST queue ,whereas the NAST table is picking the desired text?
Please let me know if some more settings are to be made in output types or somewhere else?
Expecting reply at the earliest
Regards
Saurabh

Hi Saurabh,
We have also same email functionality but we have written z-driver program. From driver program we are populating title field.
Create Attachment Notification
        move w_title  TO i_packing_list-obj_descr.
*" Specify Document Data
        move w_title    TO e_doc_data-obj_descr.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
      EXPORTING
        document_data              = e_doc_data
        put_in_outbox              = c_x
        sender_address             = sender
        sender_address_type        = c_sender_type
           commit_work                = 'X'
      TABLES
        packing_list               = i_packing_list
        contents_bin               = i_mess_att
        contents_txt               = contents_txt
        receivers                  = receivers
      EXCEPTIONS
        too_many_receivers         = 1
        document_not_sent          = 2
        document_type_not_exist    = 3
        operation_no_authorization = 4
        parameter_error            = 5
        x_error                    = 6
        enqueue_error              = 7
        OTHERS                     = 8.
Regards,
Anil Salekar

Similar Messages

  • How can I enable the automated drop down for the subject line on the email page

    How can I enable the automated drop down for the subject line on the email page as I send more than 300 emails everyday with the same subject line. Before it use to happen in my gmail account but now its not. Please help me as its increasing my work time because I have to type the subject line again and again on each email I send. Please help me guys.

    This is usually caused by one or more bookmarks having a long title.
    You can check that folder in the Library and shorten long names.
    * Bookmarks > Show Al Bookmarks
    *Bug 626066 - History, Bookmarks menus too wide because of pages with long titles on 64bits
    <i>Please do not comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html</i>

  • I set up an autoreply but i cannot work out how to change the subject line to the one I want

    I set up an automatic reply but the subject line come up as re: and what the other person wrote. I want to change the subject line to a set one to all emails. How can I do that?

    What email program are we referring to?

  • How to replace the subject line of the subimitted email with the filled in data?

    Hi,
    I am creating a very simple form using adobe acrobat X standard. The user will submit the form using submit button which emails me the form. All the users have adobe acrobat X standard installed on their computers. I have a text field in my report called 'Project Title' and the user will write the project name in front of that. I want this project name to appear in the subject line of teh email. How do I do that? What javascript to use?
    I found this example which does exactly what I am looking for. But I don't know how to view the java code use. http://forums.adobe.com/thread/462681
    Any help would be appreciated.
    Thanks,
    Sandeep

    Read this tutorial: http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

  • Why does the OPEN WEB LOCATION Box msg keep opening when I try tro type in the name of someone or type anything in the subject line of Yahoo mail? I have to ke

    When in Yahoo mail, the OPEN WEB LOCATION box opens for each letter I try to type in in the "To" line and/or the "Subject" line of any new e-mail to someone. I type a letter, the Box opens, and I cannot type anything in the e-mail window anywhere until I close the box. I close the box, type another letter, and the OWL Box open gain. It takes forever to type anything. This started when I updated Firefox to the new 21 version. I Uninstalled and reinstalled Firefox. No help. I uninstalled 21 and re-installed 19 (I was using 19 with no problems until today). No help. The problem will not go away. I note that others have complained of this problem. Is there a fix yet? I have been forced back to IE in the meantime.

    hello, you have two extension present in your profile (DownloadTerms 1.0 & WhiteSmoke New 10.16.2.509) that could be considered malware.
    please[[Reset Firefox – easily fix most problems|reset firefox]] and see if those entries are still present afterwards. also go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software that you have in place and different other tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Remove a toolbar that has taken over your Firefox search or home page]]
    [[Troubleshoot Firefox issues caused by malware]]

  • Passing form field name to the subject line of the task assign email

    Hello Everyone,
    I am trying to create a process that need to pass one of the field data from a form to the task email assign but could not make it work right as expected. I think I miss something but could not figure it out myself. If any one has done this before, please share your knowledge.
    Thanks in advance,
    Han Dao

    Hi Jasmin,
    I thought it simple thing to do by passing the xPath to the subject line but for some reasons, it does not work instead it show the whole xpath on the subject line. Here is my xpath:
    {$/process_data/FormData/object/data/xdp/datasets/data/FSFIELDS_/Form1936/EmpInfoSub/UserM gr$}
    where Form1936 is the pageName, EmpInfoSub is sub-form, and UserMgr is field name on the form.
    Thanks,
    Han Dao

  • How can i get autofill to save the "subject line" in g-mail?

    can "autofill" save what's typed into gmail's subject line so all past subjects can be displayed with a right mouse click?

    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • How do you control the Subject Line in emails sent from RS_PREC_PLAN?

    We are using the program RS_PREC_PLAN to broadcast precalculated workbooks from a process chain.  We have entered values for each parameter (i.e. Precalc server, workbook, web template, and email addresses) and saved as a variant. 
    However, each time the program is called from the process chain the email recipient gets an email with "Test" as the subject line.  Is there any way to control what is displayed in the subject line of the email?
    Thanks,
    Brad

    Brad,
    Looks like the subject is hardcoded...
    you can find the same in
      Form  sent_mail
    where there is :
    l_r_parameter->add( i_id    = 'DESCRIPTION'
                          i_value = 'Test'(001) ).
    what you could do is create a copy of the same program and look at passing the subject to the program...
    Arun
    Hope it helps...
    You could also look at using the how to document on sending workbook as attachment available in SDN - created by Durairaj Athavan Raja,,
    Arun
    Hope it helps...

  • When I send an email to someone it always says SPAM in the subject line. I know this because I "c.c." the message to myself and it says SPAM. How to stop this?

    When I send a email to someone it always says SPAM in their subject line. I know this because I "cc" or b.c.c myself on important messages and when the "cc" or "bcc" comes back, it will say [SPAM] in front of whatever else I had written in the subject line to the intended recipient. How can I stop the word SPAM from showing up in the subject line of my own outgoing messages? I don't want the recipient delete my message thinking it is spam. Help!

    Could you check whether [SPAM] appears on the subject line if you view your messages directly on the server (for example, using a webmail page in your web browser)? This will help distinguish an accusation coming from a web server vs. any spam filter you may have installed on your computer that examines the mail while Thunderbird retrieves it.

  • Field Merge in Subject Line - Increasing the Hard Bounce Rate?

    Hey All,
    We did a little A/B test recently. By "little" I mean two different tests, 250 recipients in each test). We wanted to test the option to insert Field Merge in the Subject Line. We took 10% of 2 specific groups of costumers and sent the two options:
    1. Salutation LastName, Register Now and Secure a Tuition Scholarship
    VS.
    2. Register Now and Secure a Tuition Scholarship
    As said above, we did the same test twice to 2 different groups.
    The results was, unsurprisingly, in favour of the Subject Line with the Field Merge BUT - - - - - We saw that not only the Open Rates or Clickthroughs were higher, but also Hard Bounce rates were higher (3 Hard Bounces when we used Field Merge vs. 0 when we sent a plain text SL)
    Do you think that the usage of Field Merge in the Subject Line could be the reason for the higher Hard Bounces rates?
    Thank you,
    Ziv

    You should be able to get some more precise information from your Xorg logs, but I would bet it is related to the evdev driver. Some of the options in your xorg.conf no longer work with the latest version. For now you should be able to either map your mouse directly to the appropriate /dev/event* entry or change to the standard mouse driver, both of those methods should be in the wiki.
    You are supposed to be able to use the evdev driver without the input section of your xorg.conf by using dbus/hal autodetection, but AFAIK at the moment the xorg-server package still isn't compiled with hal support, so you would have to patch and rebuild the package.

  • Incorrect PO number in the subject line of a email

    Dear All,
    Our customer has implemented the PO be email functionality. Configuration is done to get the PO number on the subject line. This works fine when individual release is done. But when we perform the collective release, only One PO number is picked in the subject line of the email for all the Purchase orders.
    The following is the customization:
    Replacement of Text symbols
    Program                      SAPLMEPO
    FORM routine             TEXT_SYMBOL_REPLACE
    Processing routines for the output type : ZSAPFM06P
    FORM Rotine: OLD_ENTRY_NEU
    Kindly let me know if somebody has had a similar problem.
    Best regards
    Vinod

    Goto NACE .
    u2022 Select EF and click on OUTPUT TYPES.
    u2022 Then select Output Type NEU and click on processing routines .
    u2022 In that you have to add a new entry - medium 5 .
    u2022 Then you need to assign a program, form routine and form.
    u2022 You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
    u2022 Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
    u2022 For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
    u2022 Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as
    TEXT_SYMBOL_REPLACE .
    u2022 Now the subject will be PO No. XXXXXXXXXX.
    u2022 You need to maintain your email id in tcode SU01 and also the vendor's email id.
    u2022 Now while creating a new purchase order , change the medium to External Send .
    u2022 Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
    u2022 Goto tcode ME9F .
    u2022 Execute.
    u2022 Select the checkbox and click on Output Message.
    u2022 You will get a message MAII 00000000000001 generated .
    u2022 Use note no 191470

  • Is there a way to add the information from a custom field into the subject line of notification email

    I have a field in my form that I would like to add to the Subject line in the email notification form. Is there a way to pull that out of the form and add it?

    Try with t.code AUT10 -Audit trail using which you can see the change histories.
    Regards,

  • Automatically checking the subject line (AppleScript?)

    Hi All
    My organisation has implemented protective marking of email - basically all email must have a standard classification phrase embedded in the subject line. I have writtten an applescript which will automatically create a clean new message window in Mail with the appropriate configuration - that's easy. I want to roll this out to other Mac users also, and I want to make it robust. The problem is that if users forget to mark their email it won't get out past the server.
    What I want to do is to automatically check all outgoing email (preferably sent in the usual way by hitting the Send button), to make sure the subject line is appropriately marked. If it isn't then the mail should be held up and the user should be prompted to add the required marking. I had hoped to be able to do this via a rule - check the subject line for the marking - and if absent run an applescript to add it.
    Is this possible? My attempts have failed - everything seems to be geared towards incomeing or received email. Are there better ways? I have no experience developing plugins for mail - are there any templates out there?
    Thanks in advance
    Dave Mitchell

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also http://kb.mozillazine.org/Find_bar_opens_when_typing_in_textbox

  • Adding a subject in the subject line of mailto

    Hi
    I have created some code in the CO with setDestination(mailto). When the customer clicks the link it will open up an email page. Is it possible to populate the subject line in the email with code in CO?
    Thanks
    Andrew

    Hi
    Thanks its works.
    Any reason why this would not return a subject line
    String custName = pageContext.getParameter("CustomerName");
    OAMessageStyledTextBean linkBean =(OAMessageStyledTextBean)webBean.findChildRecursive("CustomerName");
    linkBean.setDestination("mailto: [email protected]?subject"+custName)
    I need the subject line to be that of the client thats busy being queiried.
    Andrew

  • Textfield Title to populate in the subject line of a email button

    I need for the a textfield title to automatically populate in the subject line of the email button
    What code goes in sub = ?
      var sub
    sub =
    var ebody
    Thanks

    I created two buttons - one named "Real Email Button"(submit) and one named "Submit Button (regular)"
    Real Email button has the addresses listed and the "Submit As" set to PDF:
    Submit Button has the following code:
    Button2.event__click.submit.target
    = "mailto:[email protected],?cc=[email protected]; [email protected]?subject= " +
    CTitle.rawValue;Button2.execEvent("click");
    I would like the textfield title (CTitle) to automatically populate in the subject line - what is missing in my code?
    Thanks

Maybe you are looking for

  • Unable to receive UDP broadcast packets on PPP connection

    I am struggling for two days now with no success. I have two modems (do not ask, some special stuff), that uses dial up (PPP) connection. I tried this on windows XP and it works like a charm. I am sending unicast and broadcast UPD packets. If I repea

  • Nano a little wet - how to tell if dead?

    My nano, in it's protective rubber case, somehow got wet (maybe a little splash over from some ice coffee or water while in the car, I doubt sweat from running), probably a week or so ago, and I did not realize it. When I did, I took it out of the ca

  • Error in connecting oracle odbc driver 9.1.0.8

    java.SQLException:[Microsoft][ODBC Driver Manager][Driver's SQLAllocHandle on SQL_HANDle_ENV failed this error is raised when connecting oracle 9i database using oracle odbc 9.1.0.8 driver. please help me                                              

  • Missing data when exporting webi to excel (not 65536 limit problem)

    Hi guys I just meet a problem about webi that it will miss data when exporting webi to excel. It's not about 65536 limitation, as my webi report do some aggregration and limitation and never beyond that limitation. Also there are 2 tabs in my reports

  • Time taken in 103 movement to 105 movement.

    Hi, I want to know that how much time taken in 103 movement to 105 movement. We want how much time take to 105 after 103 movement. In which table we can find it.. Means: - 105 Document - 103 Document = Diff. Days 10.01.2010     -  01.01.2010     = 10