Rejection cycle - Email vendor - workflow?

Hello,
We do a MIGO in the system with movement 161.
A return PO is automatically generated in the system against this GR.
Now we have 2 requirements?
1. Once the return GR is generted the vendor should be informed via email.
    (vendor email maintained in material master)
2.  The FI user should get an email to issue a credit memo.
How do i go about configuring this scenario? Is it only possible through
workflow?
regards
S Datar

Hello,
We do a MIGO in the system with movement 161.
A return PO is automatically generated in the system against this GR.
Now we have 2 requirements?
1. Once the return GR is generted the vendor should be informed via email.
    (vendor email maintained in material master)
2.  The FI user should get an email to issue a credit memo.
How do i go about configuring this scenario? Is it only possible through
workflow?
regards
S Datar

Similar Messages

  • I have a spam issue.  I'm running Mac Mail 7.3 on Mavericks.  Too many spam emails to control utilizing Preference option, plus time consuming. Would like to reject the email, not just place it in junk folder.  How to do?

    I have a spam issue.  I'm running Mac Mail 7.3 on Mavericks.  I am receiving many spam emails to control utilizing Preference option, plus time consuming to manage that way.  Would like to reject the email, not just place it in junk folder.  How to do?

    Try writing a rule. Sample below.

  • Email Vendor Remittance Advice

    Hi,
    We have a requirement of emailing vendor remittance, I have activate the BTE 2040 and it is working fine for me. Now my question is I need your help in two areas
    1) Changing the file name, currently it is generating payment advice note dated XXXXXXXx, we have current requirment as combination of company code/vendor name etc....
    2) I need to fill the body of the email with some standard text, how can I do this.
    Can anyone help me in finding a solution for this.
    Thanks,
    Srini

    Hello,
    Copy the SAMPLE_PROCESS_00002040 function module to ZSAMPLE_PROCESS_00002040 and make the required changes within the FM.
    Please refer:
    SAP NOTE 1033893, 836169.
    Also see Note 521587.
    Regards,
    Ravi

  • Emailing Vendor Consignment invoices

    Dear Experts,
    Can anyone explain me how to email vendor consignment invoices at the time of settlement through MRKO?
    Currently we are printing an invoice and along with the print out we need to send a copy through email to the Vendor.
    Thanks,
    Anil Yadalam

    Hi Anil,
    I would like to do the same while settlement run, email invoice automatically to vendor. Could you please guide me through and tell me the config steps you have taken.
    I will appreciate.
    Thanks
    Jibran

  • Process for Replacement for rejected parts by vendor

    Dear All,
    We are facing a problem in mapping the process of Replacement for rejected parts by vendor.
    Scenario:
    In case of import vendors, material is received in stock and payment is made to vendor thru Invoice.
    Now in case of defected parts vendor sends the replacement and the defected part is scrapped.
    Is there a process to receive the replacement part with proper accountability ?
    Thanks & Regards,
    Ritesh.

    Hi AP,
    We are scrapping the rejected material. Can you explain which movement type is used to put rejected stock to vendor movement type.
    Thanks & Regds,
    Ritesh.

  • On the iPhone, when the server rejects the email address and it sits in the outbox, why doesn't it automatically resend when the server is fixed?

    On the iPhone, when the server rejects the email address and it sits in the outbox, why doesn't it automatically resend when the server is fixed?

    Hi Razmee,
    Thanks for your response.
    The mail server worked when I originally set it up and continued to work for months afterwards.
    What would make the outgoing mail server not be set up correctly after all that time?
    Thanks again.

  • MSEXchange not rejecting bad email addresses

    I have written a specialized email application In ACCES 2010 for my department. At first I couldn't send email outside our domain so the server folks turned on relay and gave me a static IP address. However, now the mail server does not reject bad email
    addresses unless I leave off everything to the right of the @ sign. Example my real address is
    [email protected]. But if I change something in the address, such as
    [email protected] I don't get an error message back from the mail server, error handling is ignored and it counts as being sent.  This is true for emails going both inside and outside the domain. 
    It seems to me that something needs to be configured on the host, or I need to do something in my ap. (I'm no expert here.)  The Send part of the code is an ACCESS 2010 function. (Mail server is MSExchange 2010.) If nothing is wrong it works great.
    Public Sub SendAMessage(strFrom As String, strTo As String, _
        strSubject As String, strTextBody As String, _
         Optional strAttachDoc As String, Optional strCC As String, _
        Optional strBcc As String)
    On Error GoTo ErrorHandler
    Set objMessage = New CDO.Message
    With objMessage
        .From = strFrom
        .To = strTo
        Debug.Print strTo
        If Len(Trim$(strCC)) > 0 Then
            .CC = strCC
        End If
        If Len(strBcc) > 0 Then
            .BCC = strBcc
        End If
        .Subject = strSubject
        .TextBody = strTextBody
        If Len(strAttachDoc) > 0 Then
            .AddAttachment strAttachDoc
        End If
        With .Configuration.Fields
            .Item(CDO.cdoSMTPServer) = "mymail"
            .Item(CDO.cdoSMTPServerPort) = xx
            .Item(CDO.cdoSendUsingMethod) = CDO.cdoSendUsingPort
            .Item(cdoSMTPConnectionTimeout) = xx
            .Update
        End With
        .Send
    End With
    Set objMessage = Nothing
    Dim CurDateTime As DependencyInfo
    CDateTime = Now()
    Dim AccountNo As String
    AccountNo = GBL_Master_Id
    If GBL_PostMailSwitch = True Then   'Test if in management and skip the next three statements
    Dim SentSql As String
    'DoCmd.SetWarnings False
    'SentSql = "INSERT INTO SentEmailTbl(Account_Number, Event, DateSent) Values('" & GBL_Master_Id & "', '" & GBL_Event & "', # " & Now() & " #)"
    'DoCmd.RunSQL SentSql
    'DoCmd.SetWarnings True
    End If
    Exit Sub
    ErrorHandler:
        Dim BadEmSql As String
        Dim emVal As String
         'MsgBox "in error Handler" & " " & Err.Number
         'If Err.Number = -2147220977 Or -2147220980 Then
         'MsgBox "Bad email"
         DoCmd.SetWarnings False
         BadEmSql = "INSERT INTO EmErrorsTbl(AccountNo, EmailAddress, ErrNo, ErrMsg, ErrDate) VALUES('" & GBL_Master_Id & "', '" & strTo & "',  '" & Err.Number & "', '" &
    Err.Description & "','" & GBL_DateSent & "')"
         GBL_Rejected = GBL_Rejected + 1
         Forms!EmailForm!emRejected = GBL_Rejected
         DoCmd.RunSQL BadEmSql
         DoCmd.SetWarnings True
        'End If
          Resume Next
    End Sub
    Thanks in advance

    Hi,
    Generally, when you send an email to an address that doesn't exist via OWA or Outlook, you will receive a NDR explaining that delivery has failed.
    Please disable the app temporarily and check the result. If the issue disappears, there is something wrong with the app code. Actually, we have a dedicated support team regarding the Microsoft Office for Developers. I recommend you ask your question on our
    Microsoft Office for Developers forum which is staffed by more experts specializing in this kind of problems. For your convenience:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
    Thanks for your understanding.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Email PO Workflow Process - Send Notification to Web Supplier???

    Hello,
    We're on 11.5.8. I'm looking at the Email PO workflow process in POAPPRV. Can someone tell me the difference between the 'Does user want document e-mailed?'/'Email PO' functionality in the process and the 'Send notification to web supplier?'/'Notify Web Supplier' functionality. I want to customise the email to the supplier but am confused as to which half of this process requires customisation.
    Thanks in advance,
    - Matt Symes

    Hello,
    Is this for emails inside or outside of SAP?
    I don't know if it's a standard feature of PO release workflows.
    You could set up a test workflow with a SENDTASKDESCRIPTION step and see if it includes a link to the object instance.
    regards
    Paultje Bakker
    Hanabi Technology

  • My phone is rejecting my email password and I'm having trouble linking to restore

    My phone keeps rejecting my email password.  I changed it, rebooted, deleted, tried to change the email. Nothing DOMAIN message error 1032! help

    My phone keeps rejecting my email password.  I changed it, rebooted, deleted, tried to change the email. Nothing DOMAIN message error 1032! help

  • Vendor workflow

    I am creating a workflow to create a vendor.My requirement is that when one user fills the general data then the next task is to add acount informaton by another user.But the problem is that when the screen for adding account information comes it again asks for company code and purchasing organization number.How do i transfer these values from the screen of one user to another?

    [www.abapguides.blogspot.com|www.abapguides.blogspot.com]
    It has vendor workflows tutorials

  • Send an email to previous approver after rejection in OOB Approval workflow

    Hi all,
    I have created OOB Approval workflow with two approvers.
    If first approver rejects then i want it to send an email to the requester. 
    If second approver rejects then i want it to send an email to the first approver as well as requester?
    Is there any way to acheive this? 
    And same should happened when document is approved
    Also how to identify that the first approver has completed their task? 

    Hi Trupti,
    you can do that using SharePoint designer workflows:
    you can do that by putting the actions in the complete condition so you check who approved it and based on that you do the actions of sending email so it will be if conditions and where to put that in here
    http://bobbyspworld.com/2013/02/08/5-step-to-enhance-sharepoint-2010-approval-workflow/
    https://support.office.com/en-gb/article/Use-the-task-process-editor-for-approval-workflows-8680b4a4-36b1-441c-b070-e515976078aa
    <section class="ocpSection" style="color:#363636;font-family:'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;font-size:10.3999996185303px;line-height:normal;">
    Completion conditions for the task process
    When you click the completion conditions, you’re taken to a full-page workflow editor where you can add or change the completion conditions that for the task process. Specifically, these actions
    will run every time an individual task is completed. You can customize the logic here using the workflow commands in SharePoint Designer, like conditions, actions, and else-if statements. You can also add task behavior actions, like the Set Content Approval
    Status and End Task Process.
     Top
    of Page
    </section><section class="ocpSection" style="color:#363636;font-family:'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;font-size:10.3999996185303px;line-height:normal;">
    Behavior of a single task
    From the summary page, if you change the behavior of a single task, you’re taken to another full-screen workflow editor where you see the individual task events, such as when it’s assigned, pending,
    expires, and so on. Specifically, there are five events:
    Before a task is assigned: These actions run before every individual task is created.
    When a task is pending: These actions run after every individual task has been created.
    When a task expires: These actions run every time an individual task is incomplete after its due date.
    When a task is deleted: These actions run every time an individual task is deleted before it’s completed.
    When a task completes: These actions run every time an individual task is complete.
    You can add any of the available conditions and actions, and you can add several more task behavior actions this time, like append, delegate, escalate, and reassign. You can even add task notification
    emails and wait for changes in a task process item. The available task behavior actions change depending on the event you’ve selected.
    </section>
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Send email from workflow using a variable in the to field in SharePoint Online (Office 365)

    I have a simple sharepoint workflow that sends and email to users.  I know that the mail portion works because I can put a user's email address in the to: field and it sends fine.  If I use a string variable with the email address, I get a workflow
    error.
    Simple steps to repro for me:
    Create a new workflow in SPD  (I have tried a list workflow and site workflow)
    Create a workflow variable named email.
    Set the variable to an email address where the user is in the site
    Send email and do a variable lookup to the email variable just set.
    The workflow just hangs in this scenario
    I do get an error:
    Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP BadRequest to https://[tenant].sharepoint.com/_api/sp.utilities.utility.SendEmail
    Correlation Id: 568e9c68-ea75-d057-ab9f-d86f6cae3021 Instance Id: 9cc721a4-78e6-456f-812b-67351dfc9710
    The e-mail message cannot be sent. Make sure the e-mail has a valid recipient.
    Retry now

    Simple answer... When I used the variable, I marked it as a string.  There is an email address setting.

  • How do I fix the problem with PTD rejecting iCloud email because the hostname can't be resolved (17.110.78.42)?

    I get this message: "Client host rejected: cannot find your reverse hostname. [17.110.78.42]". The recipient domain is ptd.net and this is coming from an iCloud account. PTD refused to help. Is this an Apple problem? When can this be fixed? I have an email account that is rejected by half of the recipients!

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Email Vendor and PO text at header and Item level

    Hi,
    I am using SRM 3.0,ECS.
    1.I want to search all the vendor having email address mentioned(not having the blank in the std comm field in table ADR6).
    2.When I am creating SC with special character (in the line item description and SC name description,attachment description) and PO is created automatically but in the BIW because of these sp characters reports are not getting published.
    How can I restrict the special character entries in the SC and then POs.?(so that users can not put sp characters in the SC line itmes,Texts,Attachment descriptions)
    Brgds/Gopesh
    Edited by: Gopesh Pandey on Mar 6, 2008 10:53 AM

    Uday,
    UsE Function Module READ_TEXT or  try with Table STXH..
    Reward IF THIS HELPS..
    Regds
    MM

  • F110 Email Vendor payment advices.

    Hi SAP Gurus,
    Today we are printing email advices to our vendors, we would like to change this so that we can email payment advices to our vendors.
    I have looked at different messages here at SDN, but I cannot get it to work.
    I have in FIBF - settings, process modules and customer - created Z_SAMPLE_Process_00002040.
    We are using form F110_IN_AVIS.
    We are using payment medium program RFFOEDI1.
    I have defined a email adress on the vendor and set the standard communication mth. to INT E.Mail.
    But it is not working, what am I missing ?.
    Thanks and best regards
    Pernille

    Dear Pernille,
    please kindly check the following hints to help you:
    1) Please check whether you selected the check box in the variant
    configuration "print payment advice".  The variant is of the variant
    that you maintain in the printout/data medium tab of transaction F110.
    2) Unfortunately it's technically not possible to send remittance
    advices per e-mail and to spool at the same time. You can only either
    send advices per e-mail or send them to spool. This is the standard
    system design.
    3) Please check FBZP to the desired company code and payment method to
    see if the customer has selected the flag "NoPaymentAdv.". It must be
    set as "Always payment Advice" and afterwards the advices via e-mail is
    executed.
    4) Please refer the documentation on the sample function module:
    'SAMPLE_PROCESS_00002040' in FIBF by following the Menu Path:
    FIBF > Environment > Infosystem (Processes) > Click 'Execute' >
    Select: 00002040 Autom. pmnt transactns: Output of pmnt advice note
    5) To send a business partner a payment advice note by fax or email,You
    must use the process interface 00002040 (Business Transaction Events)
    define the selection of the message type (printout, fax or email).
    Before you can do this, however, you must have carried out the
    necessary technical (Basis) settings for faxing or sending emails.
    6) Also consider the SAP note 836169.
    Thanks.
    Mauri

Maybe you are looking for