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

Similar Messages

  • 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

  • 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=

  • Workflow for P.O release process.

    Hi Guys,
    As per the one of the thread I have done setting as per the below. Ref last 10 line for the details of the problem.
    Hi,
    1) Work flow: - Work flow is standard functionality of SAP.
    I give one example to u.
    In the case of purchase order creation, First purchase person create purchase order, then first purchase order approved by purchase head and then auditor approved purchase order on print of purchase order.
    With work flow you can send soft copy of purchase order to both person purchase head and auditor to approve your purchase order.
    Due to this your process for purchase material is faster then manual process.
    2) You can implement work flow in purchase order release strategy with below mention detail.
    For mail facility, you need to activate workflow for PO release procedure;
    *Go to SPRO > MM > Purchasing > Purchase Order > Release Procedure for Purchase Orders *
    Define Release Procedure for Purchase Orders > Release Codes >
    here assign Workflow indicator as "1" against each Release Code
    Now come to SPRO > MM > Purchasing > Purchase Order > Release Procedure for Purchase Orders >
    Define Release Procedure for Purchase Orders > Workflow >
    Here against each release code assign OT as US and respective User ID's for Release Codes.
    Now Go to OOCU > here under MM, go to MM-PUR,
    Now click on "activate event linking"
    Here open "WS 20000075" and for BUS2012 RELEASESTEPCREATED, click on Detailed view button
    Here activate "Event linkage activated" and also activate "Enable usage of event queue" and Save data.
    Same way and click on "Assign agents" and proceed all above steps.
    Now create a PO and check the SBWP for SAP Mail of respective Users
    This was the details given by the thread but now I have completed till
    OOCU > here under MM, go to MM-PUR,
    Now click on "activate event linking"
    Here open "WS 20000075" and for BUS2012 RELEASESTEPCREATED, click on Detailed view button
    Here activate "Event linkage activated" and also activate "Enable usage of event queue" and Save data.
    For proceeding futher as said in the above procedure. I am getting User ID inside WS20000075 when I click on Assign Agents but I am not getting the details button to repeate the step as said.
    Please let me know whatever I have done is enough to get the mail or is there any thing else need to be done.
    Thanks
    Dhanu

    Hi,
    release code and release group should be assigned in the authorization object for the approving authorities.
    apart from this the settings looks ok and it will work

  • Workflow for JV posting

    Hi All,
    Can you assist us on how the below requirement can be achieved in SAP.
    For specific document types, the user must not be able to post the JV, if the total amount of the document is more than specified amount limit , say 10K (local currency). He can only PARK the document and the other user /manager have to review the document (JV) and have an option to approve or reject the JV with comments/reason for rejection.
    When the Doc is approved by the Manager/Other User, it has to been posted in the books (to the financials) and if rejected, the Doc has to return back to the creator of the Doc for modification as per the comment made in the rejection note.
    A mail has to triggered when the Doc has been parked and also when the manager approves or rejects the document.
    What are the setting has to been carried out in Finance module to implement the control.
    We know that through workflow this can be achieved, but not sure the process.
    Appreciate your earlier response.
    Do revert.
    Regards,
    TIM

    Hi,
    According to me, you should activate workflow for Parking Documents.
    As per your requirement, first of all you will need to create workflow variant for parking document in SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Business Transactions > Incoming Invoices/Credit Memos > Carry Out and Check Settings for Document Parking > Create Workflow Variant for Parking Documents. In this, you can put an amount from which you want to initiate the workflow.
    Then, assign to company code. Then you will need to define release approval group and path. Both will be assigned to to your document type with the combination of your variant.
    You just go through the process, you will come to know the things and also take the help of ABAPer to determine the sub workflow and parent workflow.
    Regards,
    jigar

  • 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

Maybe you are looking for