Workflow for Mail to MRP Controller

Hello Experts
I am configuring to activate workflow for mail to MRP controller, I am not able to activate event linking. Does any one know how to activate linking? Any help is appreciated.
Here is configuration path
SPRO  -  Materials Management  -  Consumption Based Planning  -  Evalution  -  Activate workflow for mail to MRP controller
Thanks
Ankit

Hi,
If you follow the steps and click on 'Assign Agents' it list the workflow template that is triggered e.g. WS03100020. If you open the builder (transaction SWDD) and view workflow WS03100020 you can see that there is no triggering event specified so you cannot activate the event linkage.
Also the object used in this workflow is BUS1001and not BUS3020. If you want to trigger this workflow then you should check what event should triggered it and add it to the workflow via SWDD => Basic Data => Triggering events.
What transaction should trigger this workflow? Switch on your event trace and recreate thje scenario. See what events are raised and see if one can be used to trigger the workflow. If no events exist then try to find user Exit or BAdi and trigger your event using function module SAP_WAPI_CREATE_EVENT or use SAP_WAPI_START_WORKFLOW to trigger event directly without events.
Regard,
Eddie

Similar Messages

  • Activate workflow for mail to MRP controller

    Hello Experts
       I am configuring to activate workflow for mail to MRP controller, I am not able to activate event linking. Does any one know how to activate linking? Any help is appreciated.
    Thanks
    Ankit

    Hello,
    SAP Business Workflow enables the design and execution of business processes within SAP application systems.
    Please find the below links for activating workflow:
    http://wiki.sdn.sap.com/wiki/display/ABAP/SAPBusinessWorkflow
    http://www.scribd.com/doc/10922731/Simple-SAP-Workflow
    Regards,
    Alok Tiwari

  • Trigger mail to MRP controller if Scheduled job for MRP fails

    How to configure Triggerring of mail to MRP controller if Scheduled job for MRP fails ?

    Dear Feby,
    Check this links to create a distribution list and to assign the same during background job scheduling in SM36 for the program
    RMMRP000.
    Re: Settings to be done for sending mail to external system
    Re: problem in background run
    Regards
    Mangalraj.S

  • Mail to MRP controller

    How I configure mail to MRP controller for the missing part list in the time of creating production order without work flow
    Regards
    Amitava

    Hi
    In CO01 > Click on Go to > Missing Parts > Missing Part list
    In Nxt Page Click on List > Send to > Mail recipient
    In the Recipient tab enter SAP user id of MRP Controller and Recipient type SAP Log on name and click on Send icon at Top left.
    SAP Mail will go to MRP Controller SAP Work place in box.
    Regards
    Brahmaji

  • Automatic sap mail to mrp controller

    Hai friends
    After MRP run automaticaly mail trigger to mrp controller .
    For this requirement ,what are the settings needed ?

    Hy,
    For trigering automatic SAP mail to MRP controller you have to go with User Exit,
    User Exit for MRP is
    User Exit is  M61X0001
    Function Module EXIT_SAPLM61C_001 and
    Include ZXM61U02
    In above Include you have to apply funbction module which triggers the automatic mail
    Some of the Function module relevent to sending mail are,
    /SPE/TPOP_SMTP_SETTINGS_READ
    BAPI_BUPA_SEARCH
    BAPI_BUPA_SEARCH_2
    BKK_ACCNT_STAT_GET_EMAIL
    BUPA_PARTNER_CONTACT_SEARCH
    CRM_IC_EMAIL_LINK
    EXIT_SAPLBPFC_001
    EXIT_SAPLEL35_003
    EXIT_SAPLFCIM_280
    EXIT_SAPLJGWWW_004
    EXIT_SAPLMLSX_010
    EXIT_SAPLMLSX_011
    EXIT_SAPLVED4_004
    EXIT_SAPMJGWWWIU1_016
    EXIT_SAPMJGWWWIU1_017
    FTR_MIR_EXECUTE_MESSAGEMAIL
    HR_EFI_BC_POLL_MAILBOX
    HR_EFI_XI_POLL_MAILBOX
    HR_FBN_GENERATE_SEND_EMAIL
    HRIQ_STUDENT_EMAIL_GET
    HRWPC_RQ_MAIL_TO_MANAGER
    QFOA_MAIL_REJECTED_RESULTS
    QFOA_MAIL_SENDING
    QFOA_UD_LONGTEXT_SENDING
    WFDBP_GET_GROUPWARE_EMAIL
    WFDS_GET_GROUPWARE_EMAIL
    I don't know the total function but I am trying my best and share the knowledge upto my best level.
    For completing the total function you have to take help of both Abaper and basis person.
    We have also set automatic mail function not for MRP but for DMS.
    Regards,
    Dhaval
    Edited by: Dhaval on Jun 24, 2008 11:19 AM

  • Creating Planned orders and Requisitions for a particular MRP controller and for all the others only Requisition is to be created.

    Hi Experts,
    Currently we run Program 'RMMRP000' as a batch job to create Planned orders and requisitions.
    The client wants that Planned orders and Requisitions should be created for a particular MRP controller and for all the others only Requisition is to be created.
    I implemented Exit 'EXIT_SAPMM61X_001' in the following manner by passing MRP controller to user_key.
      IF mt61d-dispo <> user_key.
        no_planning = 'X'.
      ENDIF.
    But as you can see that this will not meet my client requirement.
    If any of you has worked on similar requirement / if any one knows that this is achievable or not,
    please share your inputs.

    Moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development
    G. Lakshmipathi

  • Configure Workflow for mailing

    Hi,
    I am looking for step-by-step documents or link how to configure workflow to send external mails if CUSTOM IDoc failed.
    Your help appreciated
    Thanks
    Sa_R

    Hi,
    /people/sapna.modi/blog/2007/04/27/workflows-for-dummies--workflow-builderpart-ii
    aRs

  • Automator Workflow for Mail Printing?????

    How can I print out all all mail (250 emails) in a single mailbox into a single file, which I can save as a PDF?
    I looked even for an Automator workflow that would
    Print; Preview: Save As
    so that I would then have a serires of PDFs that I could then import all the individual PDF pages in to Acrobat to create a single document, but Automator does not have these options.
    Any thougt would be very helpful. Thanks!!
      Mac OS X (10.4.2)  

    I don't believe you can do it the first way.
    However there are at least three ways to do it the second way.
    1) Use System Events GUI scripting exclusively to drive the user interface i.e., selecting menu items and pushing buttons;
    2) Use some of 1) along with Mail's AppleScripting capabilities. GUI scripting would still be needed for Preview as it does not have AppleScript capabilities;
    3) Install the cups-pdf solution called "Virtual Printer" (http://www.macupdate.com/info.php/id/20219) that allows one to create pdf files from anything that can be printed using the print dialog. This would also have to be driven using one or both of GUI scripting and Applescript.
    If you do a lot of PDF printing then I would recommend 3) and generally 1) is less robust than 2). Myself or others on this forum should be able to help with whichever solution you prefer.

  • Suggested Workflow for Mail?

    A few months ago I switched over from using Opera's mail client to Apple Mail.  I've been happy so far, but one thing bothers me: I have a buildup of messages in my inboxes.
    With Opera, new messages would be shown in an "unread" inbox.  The program would distinguish whether you'd viewed a message or not, but messages would remain in the "Unread" box until they were manually marked as read or moved.  Messages marked as read would be removed from the "Unread" box but would exist in the inbox for that account, making it quick and easy to have messages archived and easily retreivable.
    Apple Mail lacks an "unread" box.  While on OSX 10.6, I had created a folder called "Read and Stored" and manually moved messages to that folder to clear them from the main mail view.  It seems that the "discussions" feature of Mail in OSX 10.7 requires that all messages be in the same folder/view, however.  I've taken to using the colored flags for further mail sorting, but things feel a lot more cluttered than when I was using Opera.  Does Apple intend for people to just junk up their inbox and never clear out old messages?  How do you handle sorting your mail?  Suggestions and advice please!

    You can create your own "unread" inbox by creating a new "smart mailbox" that includes all inboxes where the message has not been read.  This is just a smart search of your inboxes so the mail stays in the inbox but is listed in your new "smart mailbox" until read.
    Mail > Mailbox > new smart mailbox > define criteria.
    I have several of these for different purposes including mail from Apple support communities.  Makes it easy to review and delete as a group.
    Regards,
    Captfred

  • Missing parts  MRP Controller

    HI ALL
    We need to configure a missing parts mrp controller who receives a mailgenerated by SAP automatically when ever MISSING GOODS?ITEMS for an order are received in plant.
    Thanks in advance
    Suryanarayana Tata

    hi!
    u check spromaterial management consumption based planningevalutionActivate workflow for mail to mrp controller.
    i hope this will work
    regards,
    pankaj

  • Email notification to MRP controller for [Missing Parts]

    Hi All,
            Is it possible can we configure a setting to send a mail to MRP controller at the time of missing parts, while Issuing a goods to production order.
    Thanks in Advance

    Hi madan
    IT is possible to config mail for your MRP controller. This can be done in create User authorization . Please consult your Basis consultant.
    Regards
    J. Saravan

  • F4 help for MRP Controller not adjacent to Plant

    Hello Dear all,
    I need F4 help for MRP controller on selection screen but only valid values for the plant value entered in the selection screen
    If select option for Plant and MRP controller are one below the other on selection screen, then F4 help for MRP controller gives relevant values ony for that Plants entered.
    But if they are not adjacent to each other F4 help for MRP controller gives all possible values. In such a case should we code separately for F4 help of MRP controller.
    Any suggestions.
    Thanks and regards,
    Mohit

    >That means F4 help will suppose to come automatically, but it's not providing the F4 functionality on the Time field. It's sounds like a bug in Web dynpro ABAP.
    No, this is normal. There is no time value help in Web Dynpro ABAP.
    From the online help:
    There is no automatic F4 help for data element TIMS.
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/9f724642314aabe10000000a42189b/frameset.htm
    You can create your own Freely Programmed Value Help for time however.  I created one and shared it as a sample implementation:
    http://code.google.com/p/abap-sdn-examples-tpj/downloads/detail?name=NUGG_WD_TIMESTAMP_VALUE_HELP_DEC2008.nugg&can=2&q=
    http://code.google.com/p/abap-sdn-examples-tpj/downloads/detail?name=ChapterX%20-%20User%20Programmed%20Value%20Help.pdf&can=2&q=

  • Urgent: Please Answer ON Workflow for PO Release.

    Hi All,
    I need to send to send a notification to the manager if a PO is changed.
    I hv done that. But i hv to send a notification to FI is the price is changed in PO. A notification to the MRP controller is quantity is changed.
    which rules/role resolution should i use to do the same. Explain me how can i do it in  customized workflow.

    You have to either make use of Rule concept bcoz I feel there is no standard rule for FI and MRP Controller
    Click on the following link to make use of it
    http://help.sap.com/saphelp_nw04/helpdata/en/95/ed94ee764c11d3b535006094b9c9b4/content.htm
    Thanks
    Arghadip

  • ME51N - MRP Controller

    Hi Guru's,
    We are facing one issue for Manual PR - MRP controller
    I have material Exam. Aluminum (Material Master MRP controller is AM4), after MRP run it's generated Auto PR correctly, no issue
    but, some time we are raise Manual PR on this same material Aluminum, MRP controller it's take from Material Master,
    we need to restirct user wise (only manual PR), for example particular user raise maula PR on this material MRP controller is to be take SS4 not AM4, any way to assign user wise?
    i understand can't maintain two MRP controller for one Material
    how to solve this? pls advise
    Regards,
    Sankaran

    Hi kallam,
    I´m facing a similar problem.
    could you please share some more information how you did it?
    thanks
    Alex

  • Report for MRP controller and relevant purchasing document

    HI
    My requirement :We have MRP controller for different diciplines(mech, electrical, Instrumentation.......ect).
    I want to search for a report Where it display me the Purchasing document(PO) number by respective decipline.
    I tried all the report in MRP controller such as MC.E, MC.D, COOIS.........ect
    Thanks in advance
    Mujeeb

    Hi Mangalraj
    Thanks for your answer, but my question is not yet answered.
    As you told i did follow accordingly.
    When i enter the T.code: ME5A ( i can not find the scope of list ALV but did find the entried as below)
    A     3-line + n special
    B     2-line + n special
    B1     2-line + 2 MRP list
    B2     2-line + 2 stock/rq.
    B3     2-line + 2 purch.dt.
    C     1-line
    C1     1-line + stock/rqts.
    D     
    F     Collective release
    G     3-line loop
    H     2-line loop
    I     1-line loop
    If i select "C" from the list i'm getting 1 line display but as you told i did press the CTRL+F8 but unable to get the cost) it does not work at all like dat.
    I'm using the system version 4.6C. Can you please suggest something on the report.
    Thanks & regards,
    Mujeeb

Maybe you are looking for

  • How to delete Init flag in a  process chain, before processing the init

    Hi, At the end of the week i need to re-execute the init request from ODS1 to ODS2. Therefore, i have to delete the init flag first and the requests in the CUBE1, everything automatically in the process chain. The schedule must be as follow : 1. Dele

  • Not able to move files to new folders in Bridge CS6

    Hello all.  I am trying to move files around through bridge CS6 but I keep getting : " The operation cannot be completed because you do not have sufficient permissions".  How do I fix this annoyance? This is really screwing with my work flow and forc

  • Creating RSS feeds

    How do you create RSS feeds? I am building a school site that would like to use RSS feeds. Thanks! -Dan

  • Irritating bugs in file upload component !!

    Bug 1 During a postback operation the text (file path name) in the file upload component is cleared ! When a resubmit of a form is required, the user has to re-browse the file again. Bug 2 The processValueChandge() method is never called when the val

  • Macbook air and aperture 3

    Hints on using Aperture 3 on a macbook air?