Mail should be sent to the customer if he is Blocked by the credit.

Dear All
An automatic mail has to be triggered if the customer blocked by the credit in sales order.
I have done all the configuration settings.
Maintained the Out put type:KRML
Assigned it to Respective Procedure,maintained condition records. I think all the things I have done. Currently i am using standard form routine for KRML condition type.
I have checked the forum also but didn't full fill the requirement.
THANKS&REGARDS
Rakhi

Dear Rakhi,
Have you maintained the following setting for your output type?
PROCESSING ROUTINE
Program                   RSNASTSO
Form Routine              SAPOFFICE_AUFRUF_VX
PARTNER FUNCTIONS
SIMPLE MAIL - SP    sold to party  along with
Simple Mail     KB     Credit rep.
Simple Mail     KM     Credit manager
Click on your output type KRML and select details and check the following entries
Access sequence = THERE IS A VALUE FOR ACCESS SEQUENCE
CHECKS FOR 'ACCESS TO CONDITIONS' , CANNOTS BE CHANGED, MULTIPLE ISSUING
Program                  SAPMV45A
FORM routine             TEXT_SYMBOL_REPLACE
Under Default Values
Dispatch time : send immediately
Transmission Medium : simple mail
Partner Function        SP      SOLD TO PARTY
Communication strategy
Under MAIL
Document name          KREDITCHECK
Priority               9
Program               SAPMV45A
FORM routine          MAILAKTIONSPARAMETER
Now maintain the condition records (check the date of sales order created and the condition record for o/p)
Check on the above lines and revert back .
Thanks & Regards,
Hegal K Charles

Similar Messages

  • When i send a text via icloud my e-mail address is sent at the same time ?

    when i send a text via icloud my e-mail address is sent at the same time instead of the reciever getting my number or if i am in their phonebook they should get my name

    Welcome to the Apple community.
    Check your settings> messages and see if iMessages is turned on and if so how many 'receive at' addresses you are using, it may well be that your email address is entered as one of these addresses.

  • Just got a new iphone5.  Why are addresses for every e-mail I've sent in the past 2 days added to my contacts -- not once, but twice!

    Just got a new iphone5.  Why are addresses for every e-mail I've sent for the past 2 days added to my contact list -- not just once, but twice!?  How can I stop this from happening?

    Firefox doesn't store email addresses except as form data; data that you typed previously into Firefox.
    See if clearing form history solves that problem: [https://support.mozilla.org/en-US/kb/control-firefox-automatically-fills-in-forms?esab=a&s=clear+form+data&r=5&as=s#w_clearing-form-history Clearing form history]

  • Mail to be sent to the concern

    Hi Experts,
    We have a scenario, once production order is released , a automatic mail to be soot out to the Concern.
    Concern may have SAP system or may not have SAP System.
    Could you suggest how come we get out from this
    Thanks and Regards,

    Hi Experts,
    Thanks for responding against this thread.
    In case of workflow what input as PP functional suppose  to give to someone so that they can mapped the same.
    Regards,

  • Mail step should be sent to all the users in multiple condition

    hi experts,
                      I have a requirement on invoice posting.Say if invoice amount is 1000 then person A can post the invoice.
    if >= 1000 person B can post the invoice.
    If >=2000 person C can post the invoice.
                                                                      what i have did is, created a multiple condition and then based on the inv amount assigned 3 methods for invoice posting.My problem is if a person posts an invoice amount of 1000.A mail has to be sent to Person B and C informing that an amount of 1000 is posted with user id.Same for person B, ie mail should be sent to person A and C informing regarding invoice posting.Now inside the multiple condition i cannot assign mail step.Coz based on the condition it will go to a particular user for invoice posting but where as mail should be sent to all the users.So how can i achieve this??.

    Hi Priyanka,
    I am getting 1 thing why you need need multiple conditions. No need to create any multiple conditions.
    1. Create a rule using transaction PFAC. (you can use the example as Rule: 0000168).
        a. Create an function module with table parameters as ACTOR_TAB (type SWHACTOR) and AC_CONTAINER (Type
            SWCONT). You can aswell copy the FM used in 168 rule and change it. check the logic mentioned below.
        b. In PFAC transaction, go to container tab and create 2 container elements.  For amount and Mail_indicator (type should be
            same as that of the amount field in your workflow) .
    2. Use this Rule in your workflow to send mail.
    Logic:
    ""Lokale Schnittstelle:
    *"       TABLES
    *"              ACTOR_TAB STRUCTURE  SWHACTOR
    *"              AC_CONTAINER STRUCTURE  SWCONT
    *"       EXCEPTIONS
    *"              NOBODY_FOUND
      INCLUDE <CNTAIN>.
      DATA BEGIN OF ORG_OBJECT OCCURS 0.
              INCLUDE STRUCTURE SWHACTOR.
      DATA END OF ORG_OBJECT.
      DATA: BEGIN OF NEW_AC_CONTAINER OCCURS 3.
              INCLUDE STRUCTURE SWCONT.
      DATA: END OF NEW_AC_CONTAINER.
      DATA: V_AMOUNT TYPE <AMOUNT FIELD>.
      DATA: V_MAIL_INDICATOR TYPE <FLAG>.
      REFRESH: actor_tab.
    Get the org-object under consideration. AMOUNT is the container name defined in your PFTC transaction
      SWC_GET_ELEMENT AC_CONTAINER 'AMOUNT' 'V_AMOUNT'.
    Get the org-object-type and the org-object id.
      SWC_GET_ELEMENT AC_CONTAINER 'MAIL_INDICATOR' V_MAIL_INDICATOR .
    Pass the org-object, the org-object-type and the org-object-id
    to a new container.
    The org object get a new name: ORG_AGENT.
      SWC_SET_ELEMENT NEW_AC_CONTAINER 'AMOUNT' 'V_AMOUNT'.
      SWC_SET_ELEMENT NEW_AC_CONTAINER 'MAIL_INDICATOR' V_MAIL_INDICATOR .
    check for V_AMOUNT and V_MAIL_INDICATOR.
    if the v_amount = 1000 .'
      if  v_mail_indicator = ' '.
        actor_tab-OTYPE = 'US'  .
        actor_tab-OBJID = 'SAPUSER1'.
        append actor_tab
      else.
        actor_tab-OTYPE = 'US'  . 
        actor_tab-OBJID = 'SAPUSER2'.
        append actor_tab
        actor_tab-OTYPE = 'US'  .
        actor_tab-OBJID = 'SAPUSER3'.
        append actor_tab
      endif.
    endif.
    Similarly write the logic for other conditions.
    This way you can use same for different purposes.
    If you pass the indicator that means you are sending mail to other approvers for information.
    Revert back if u need more help.
    Regards,
    Gautham

  • E-Mail is not sent for "Expense report reimbursed"

    Hello,
    When the expense report status changes to "Reimbursed", an email should be sent to the employee. But it is not being sent.
    FYI, both in Business Configuration --> Fine Tune Activity and Personalize --> My Data setting of employee, the email option is enabled for E-Mail Type "Expense report reimbursed". But still email is not sent out when the expense report is reimbursed.
    Best regards,
    Hari

    Thanks Joachim! Just to let others know, here is the reply I got in the incident.
    Your tenant is with SAP Cloud for Travel and Expense release 1311. In this release your finding is valid that some system glitch causes the e-mail not to be sent for reimbursed expense report. This issue should have been fixed in release 1402. Because now the upgrade to release 1402 has begun and all tenants will be upgraded to 1402 in several weeks, we may not fix the issue on 1311 tenants. Anyway the main features of handling expense reports in the system should work as expected.
    Best regards,
    Hari

  • Wf mails are not sent

    Hi
    Workflow mails are not sent.
    The global preference was set as Do not send emails, we changed the same to mail with attachments. After that we ran resend failed or undelivered messages request. Even then the messages are not sent.
    mail_status is null in wf_notifications table for all of these messages.
    None of the activities are errored.
    I appreciate if any body faced similar situation and can point me where things are going wrong.
    Thanks
    Prasad

    The notifications that were sent when the preference was set to "Do not send mail" are not considered failed or undelivered. Those notifications at the time they were sent were not supposed to be sent as e-mail.. so not sent. If you want them to sent as e-mail, you will have to manually update the MAIL_STATUS to MAIL, run $FND_TOP/sql/wfntfqup.sql to rebuild the mailer queue. This will take care of sending all those e-mails.

  • I am a BT Yahoo customer using Apple Mail, on iMac, iPad iPhone, 4 to 8 times a week sent mail is not delivered into the sent mail box and I have no record of the sent e-mail or its content. BT say it's an apple problem. Any help would be appreciated. Ted

    I am a BT Yahoo customer using Apple Mail, on iMac, iPad iPhone, 4 to 8 times a week sent mail is not delivered into the sent mail box and I have no record of the sent e-mail or its content. BT say it’s an apple problem. Any help would be appreciated. Ted

    Hello,
    Are they just regular size eMails?
    Do you have more than one eMail account setup?
    Next time it happens, get...
    Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    Use it to Find All, for Name ends in...
    .emlx
    (dot ee em el ex)
    And Modification Date, is within, the last 5 minutes or whatever.

  • Why does mail sent using the MacOSX mail client not show up in my sent folder when I access my Gmail account in a browser?

    I've recently started using my first Mac, and I hooked my work email (Forwarded to Google Mail) and my personal email (Gmail) into the MacOSX mail client. Everything seemed to be going smoothly, until I noticed that sent mail from my work email through the MacOSX Mail client is not showing up in my sent box on any other clients. Sent mail does show up in my personal email in Gmail, though.
    Can anyone help me understand why mail sent from the MacOSX Mail client doesn't end up in the sent folder of my work Gmail account? I suspect it has something to do with the forwarding-to-Google process -- a sort of "too many cooks in the kitchen" situation. Has anyone heard of this problem before? What should I try?

    I've been noticing that too.  Just told me there were 6 outgoing messages, even though I did not create any new messages.
    One hypothesis is that it's generating those messages when a rule moves an email from one folder to another.
    Can someone at Apple confirm this?

  • Send a mail to the customer when their order of type Residential Credit is booked

    Hi,
    We need to send a mail to the customer when their order of type Residential Credit is booked.
    I followed the below steps, but i could not write the code for sending email, can you please send me a sample code.
    Step1:
    =======
    Setup Processing Constraint on Order Header/Line for order booking
    *(Navigation : Setup --> Rules --> Security --> Processing Constraints)*
    a) Set Application : Order Management, Entity : Order Header
    b) Under constraints --> set Operation : Create, user Action : Raise Integration event, and make it enabled
    c) Condition --> Set Scope : Any, Validation Entity : Order header, record Set : Order, Validation Template : Booked and make it enabled too.
    Step2:
    ========
    Profile Option: Set "OM: Electronic Message Integration Event Sources" to be set to All
    Step3:
    ========
    Develop a code(Package) /workflow as per business requirement. e.g sending mail to customer when order is booked.
    Step 4:
    =======
    Open business event *"oracle.apps.ont.oi.xml_int.status"* through workflow Administrator responsibility. Include code/workflow in the subscription section of Business event.
    Navigation : WF Administrator Web application ---> Administrator Workflow --> Business Events
    Search Name : oracle.apps.ont.oi.xml_int.status, it will return 1 record, click on subcription...
    In this page include the function e.g CLN_CH_EVENT_SUBSCRIPTION_PKG.ADD_COLLABORATION_EVENT_SUB, if you are using WF, mention (e.g) wf_rule.default_rule in function & Workflow as OEEM/WRITE_HISTORY and enable it in this page..
    Thanks and Regards,
    Priya

    Just wanted to let you guys know that I still haven't received my MP3 player... Creative has had the MP3 player for 73 days now and they still haven't sent it back. Since last time I wrote here I got an e-mail from Creative saying they got the MP3 player on the 5th of the November and that somehow the status wasn't updated. Well, it's been 73 days now, care to send it away? I sent them and e-mail yesterday where I wrote that they could just send me the cash for it or a new MP3 player.
    If I don't receive my MP3 player in a near future I will contact "Allm?nna Reklamations N?mnden" (a Swedish "Consumerist"-like government sponsored organization that deals with people vs company legal cases).
    Again, I strongly advise everyone to not buy any more Creative products. Once they break you won't get the help you need.

  • Sync'ing "Sent"-box between Mail.app and e-mail sent using the web-app (2)

    Hi,
    A while ago, I posted this question, and Allan Sampson provided the answer, how to do it quickly and efficiently (see below).
    However, that method turns out to have a flaw:
    Here's what I just posted to Apple's sofware feedback:
    ========
    During the week, I connect to the internet from behind a firewall that prevents IMAP usage. I therefore use the webmail access to my @mac.com account. Once I am connected from a more liberal network, I let Mail.app sync with the @mac.com account, and transfer the "sent" messages from the server (the "Sent Messages" sub-folder at the bottom of the left-hand side folder listing in Mail.app) into the "Sent" (paper glider looking) folder, to be stored locally. I store about 7 year's worth of e-mail and use it as database.
    Unfortunately, when so transfering the sent messages from the @mac.com server into the local "Sent" folder, the "Date Sent" inexplicably changes to the date of transfer, and the original date of sending is obliterated!!! This should not happen, and I cannot but consider it a bug in Mail.app.
    Please fix this ASAP!
    ========
    In the meanwhile, does anyone know of a workaroud, other than forwarding those "sent" messages to myself, whereby the original header with the original "date sent" would be retained?
    Thanks, Tristan

    Tristan, we’re getting nowhere. For some reason that escapes me, you keep ignoring, misreading and/or misunderstanding what I’m saying...
    At this point, I can only guess that you don’t really know what I’m referring to when I talk about message headers. The message headers are not the same as the column headers that Mail displays in the message list. The message headers is what Mail shows above the message body when viewing a message. You can choose the amount of header information that Mail shows there by default in Preferences > Viewing > Show header detail, and you can tell Mail to show all the headers while viewing a message by doing View > Message > Long Headers.
    There is no such thing as Date Sent or Date Received message headers. The date & time that Mail shows in the Date Sent column is the date & time that appears in the Date message header and is set by the sender’s mail client. The date & time that Mail shows in the Date Received column is the date & time that appears in the latest (topmost) Received message header and is set by the recipient’s incoming mail server.
    If the message headers that Mail uses to determine the date & time that it should display in the Date Sent and Date Received columns are missing, Mail cannot reliably show the right date & time there, but it may still try to do so by looking somewhere else, such as the Internal Date message attribute if the message is stored on an IMAP server. Problem is, contrary to what happens with the message headers I’ve mentioned, the Internal Date is an IMAP attribute that isn’t part of the message itself, and hence, is lost as soon as the message is moved out of the server...
    Before the transfer:
    <http://homepage.mac.com/thubsch/eMailTransfer0.gif>
    What you’re showing here is Date Received, not Date Sent, but I could say the same I’ve said about Date Sent in previous posts, except in this case Mail gets the date & time to be displayed there from the latest (topmost) Received message header. The thing is, that header is set by the recipient’s incoming mail server, so don’t be surprised if you don’t see it either by doing View > Message > Long Headers while viewing a sent message...
    Again, if that message header is not present, Mail will have to get the date & time to be displayed in the Date Received column from somewhere else. In particular, if the message is stored on an IMAP server, as is the case here, it can determine that date & time by querying the IMAP server for the Internal Date message attribute, just like it can for the Date Sent column when there is no Date message header.
    BTW, note that Date Received is meaningless for sent messages (Mail has absolutely no idea when the messages were received, not even whether they were actually received), but since those messages would normally have no Received message header, Mail would actually display the right sent date & time in Date Received for sent messages if the Date message header was present.
    However, I wish to store those messages on my machine locally. In answer
    to my earlier question (for which you cited the URL), the really simple
    procedure was recommended, to select all messages from "SentMessages"
    and press-and-drag them into the "Sent" folder. When I do that, the "Date
    Sent" for all those messages becomes the date & time of transfer:
    <http://homepage.mac.com/thubsch/eMailTransfer1.gif>
    And again, when you do that, Mail can no longer query the IMAP server for the Internal Date message attribute. Since the message headers that you keep ignoring and that Mail needs in order to be able to show the right date & time in the Date Sent and Date Received columns aren’t there either, Mail simply has absolutely no way of knowing what date & time should it display there other than by looking at the creation date of the *.emlx files associated with those messages...
    Now, you are welcome to write a dissertation on how come this happens and
    why this is not a bug in "Mail.app". However, you are missing the boat:
    Interestingly enough, I’ve already explained multiple times why that happens and why this is not Mail’s fault. The culprit here is the mail client used to send those messages, which fails to set the Date message header that Mail (or any other mail client, for that matter) needs in order to be able to determine what the Date Sent is supposed to be.
    It’s you who keeps missing the boat and ignoring, misreading and/or misunderstanding everything I’m saying...

  • Mail under Lion: sent mails do not appear in the sent folder. What is to do?

    Mail under Lion: sent mails do not appear in the sent folder. What is to do?

    897381 wrote:
    So, Where sent messages are stored?
    Because if I go into my email account nothing appears in the outbox?Of course not. Why would it appear in your e-mail reader's outbox when your e-mail reader did not send the e-mail ?
    my Pl/sql looks like:
    BEGIN
    utl_mail.send(sender => '[email protected]',
    recipients => '[email protected]',
    subject => 'Test',
    message => 'HOlix');
    END;And this results in the Oracle database server to contact the mail server and send the mail. Your e-mail client is not part of this process. Your e-mail reader does not know about that e-mail. Your e-mail reader is a client- not a server. It has no reason to know what another e-mail client (your PL/SQL code) send or did not send.
    You want an outbox? You need then to design and code one for your PL/SQL mail client.
    I dont understand what happen?Perhaps you should read up on WHAT a mail (SMTP) server is, HOW it works, and WHAT a PPOP3/IMAP mailbox is, and HOW that works?

  • Sent mail has stopped appearing in the Sent box

    Hello,
    This problem just started 2 days ago. When I send mail I hear the little "sent" sound, but the email does not appear in my sent box. I am pretty sure that the emails are actually getting sent because I am getting replies to them.
    It's just really annoying to not know if something has been sent or not (especially when they are emails to my boss).
    I have an IMAP account set up with my school email address, and it has been set up for 2 years, it's working fine (the emails are actually getting sent to the best of my knowledge).

    What you say doesn’t make sense. If messages sent from this account have been saved locally on your computer instead of on the server all this time, it has to be because Store sent messages on the server was OFF. Otherwise, messages sent from this account would have been stored on the server (or not at all if Mail couldn’t do that for some reason).
    If Store sent messages on the server is ON, then the Sent mailbox that you see in Mail has to be somewhere on the server, but its real name could be something else (e.g. Sent Messages).
    Changing the Store sent messages on the server setting causes a different mailbox to become associated with the standard Sent, so it should be no surprise that the contents of Sent in Mail change as a result, but the mailbox that was previously associated with Sent doesn’t just disappear; it should appear somewhere else in the mailbox list with its real name and a generic folder icon.
    the "Sent" mailbox appears below the "Inbox"
    No, if you’re talking about the standard Sent with the paperplane icon, that’s not what I’m asking. Actually, I didn’t mention “Sent” in that question at all, did I? I asked about mailboxes on the server in general? Or doesn’t this account have any server-stored mailboxes?

  • Hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the

    hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the help

    What I am saying is ..........
    The iPhone HAS to be active making calls on the UK carrier network for the carrier to identify as "theirs" and therefore eligible for the Carrier to unlock
    The way to achieve this is to use a PAYG sim making and receiving calls to establish a customer relationship  with the Carrier and then follow the Carrier's process to unlock
    With a PAYG it usually means adding a specified (by the carrier ) amount  usually £15 /£20 depending on the carrier
    This is how O2 function and according to Gemma  this is how Vodafone work

  • When sending e-mail, a message says that the sent folder is full,-- even though it is not-- however the mail still gets sent. No problem sending mail to myself

    I am running Thunderbird version 33.1 Recently, when sending e-mail, I get an error message indicating that the sent folder is full and that I should empty or compress it to fix the problem-- so I emptied it-- problem remains. Also, there is no record of sending the e-mail in the sent folder, even though the mail has been sent. No such problems occur when I send mail to myself.
    Any suggestions ???

    If you deleted some of the messages you have done one half of the process. Deleting a message just marks it for deletion and hides it from view. You have to COMPACT the folder to actually delete the messages and free up the space.
    I agree that Thunderbird did a poor job naming this process because it is the subject of much misunderstanding.
    Read about compacting here.
    http://kb.mozillazine.org/Thunderbird_:_Tips_:_Compacting_Folders
    I suggest that you also read this article about maintaining your email system to help prevent problems.
    http://kb.mozillazine.org/Keep_it_working_-_Thunderbird

Maybe you are looking for

  • Music appears to be on ipod when viewing in iTunes but isn't there

    I have a new problem with my previously reliable iPods. When I connect them to my computer and either manually or automatically sync music to them, the sync appears to work fine, and I can click on a song and play it from iTunes. But when I disconnec

  • My mac pro has died, how can I see my emails on my macbook

    My Mac Pro has died. I intend to get it repaired, obviously, but I need to see my emails from the many years of emails archived on its undamaged hard drive. I have removed the hard drive and connected it to my macbook using a USB carrier. I can find

  • Multiple column in the file

    the file record have 4 field and storing the records in string[] record=bufferedReader.readLine(); String[] str = record.split("    ");   System.out.println(str[2]);These code will print the 3 column of the file but if we want to read each element of

  • Outgoing payment based on CreditNote

    Hi, How do I create an Outgoing payment for customer based on a fresh CreditNote  with the DI API in C# please ? I did try many combination from many different BoObjectTypes to many different BoRcptInvType and the code bellow is the last one I did tr

  • Relationship b/w Operation No. (VORNR) and Inspection Lot No. (PRUEFLOS)

    i want to get multiple operation numbers (vornr) in against of inspection number (prueflos). i have already linked both tables i.e (vornr from table plpo and prueflos from table qals). The statement is as follows : SELECT single vornr FROM plpo WHERE