RSWUWFMLEC

Hello Friends,
is this program sending e-mail ( Outlook ) notification about the shopping cart details to Approvers and Reviewers and Requestors ?
   if yes where can i see the e-mail content else what is the purpose of this
thanks,
john.

Hi John,
This job is scheduled to enable offline approval functionality in SRM and to allow the work items in the SRM user's inbox to be transferred to their preferred e-mail client (e.g. Outlook, Lotus Notes, GroupWise, etc.). E-mails are only sent to <b>those users for which the user attributes (FORWARD_WI)</b> "Flag: Forward work item,'' are maintained in PPOMA_BBP. This is useful for users that do not use the integrated inbox of the EBP system, so that another mail client can process work items in their usual mail client.
There are two steps in this job:
1. The initial step moves the approval work item from the SAP inbox to SAP connect (TCode: SCOT). This step is execute by report: RSCONN01.
2. The second step moves the same work-item from SAP connect to the organization's mail server, which then sends the e-mail to the user's preferred e-mail client. This step is executed by report: RSWUWFMLEC.
http://help.sap.com/saphelp_srm30/helpdata/en/84/a7e3389870c05ce10000000a114084/content.htm
I hope this helps on this issue.
Regards,Nishant
Please reward if this helps.
Regards,Nishant

Similar Messages

  • Notification mails are not sent using RSWUWFMLEC

    Hi Experts,
    We are using SRM 4.0 and we have an issue with Notification mails,
    The report RSWUWFML2 for sending notification mail to outlook for work item,which we have been using .
    We have recently started using the report RSWUWFMLEC for sending the offline approval mails to users who have the attribute Forward_WI.
    We have given privelage only to few of the users to approve through offline.
    So, the report RSWUWFMLEC sends them the offline approval mail.
    We also have the report RSWUWFML2 which needs to send the notification mail to all the users, irrespective of the Forward_WI attribute.
    As we are using both the reports simultaneously we are facing the problem.
    Can you suggest a way so that we can send approval mails to the users who have attribute u201CForward_WIu201D checked and notification mails to all users by using report : RSWUWFMLEC
    Thanks,
    Sandy.

    Hello Sandeep,
    Using both RSWUWFML2 and RSWUWFMLEC reports, just give a different job suffix (selection text P_JOBSUF ) using a variant for each report: by default, it is '2' for both.
    In this way, in SWU_WLSCAN table, you will have one entry for each report (field CURR_NUMB ). So, last date and time for report execution will not be the same for both reports, which cause behavior you described.  
    Regards.
    Laurent.

  • Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC

    Experts,
    In SRM 5.0 we have given with new report "RBBP_NOTIFICATION_OFFAPP" and BADI "BBP_OFFLINE_APP_BADI" over the previously used "RSWUWFMLEC" for offline approval.
    But the old report also exist in the system. Can anybudy explain me if I can use this old report for the offline approval in SRM 5.0. If I can, then what are the more features provided by new report and BADI combination to use it instead of the old one?
    Thanks
    Sangharsh

    Hi
    <b>SAP supports both upward and downward compatibility. You can also any report depending on your requirements.</b>
    <u>Refer to SAP online Help</u><b>http://help.sap.com/saphelp_srm50/helpdata/en/31/ec423b4ac8d506e10000000a11402f/frameset.htm</b>
    <u>Please read the standard documentation of the BADI - BBP_OFFLINE_APP_BADI using SE18 Transaction.
    Here is the documentation.</u>
    <u><b>BBP_OFFLINE_APP_BADI</b></u>
    Short Text
    Customer Enhancement of Offline Approval
    Use
    The BAdI BBP_OFFLINE_APP_BADI allows you to adapt and extend the SRM standard functionality for offline approval of workitems via e-mail.
    You can:
    Override the selection parameters from the sender report RBBP_NOTIFICATION_OFFAPP and flexibly determine the workitems tobe sent
    Method: WORKITEMS_SELECT
    Determine the e-mail recipient using your own criteria
    Method: RECIPIENTS_GET
    Flexibly determine the contents of the e-mail (texts, URLs)
    Method: MAIL_DATA_GET
    Generate the e-mail flexibly
    Method: MAIL_CREATE
    Define an alternative class method to generate the e-mail and/or process the response mail (decision mail) in the SAPconnect-inbound processing or via the report RBBP_OFFLINE_EVAL
    Method: DETERMINE_CLASS_NAME
    Define the e-mail address of the respnse mail (return address)
    Method: SMTP_INBOUND_ADDR_GET
    Override the selection parameter in the SAPconnect inbound processing of the reply e-mail or from the processing report RBBP_OFFLINE_EVAL CH_SNDER (set to "X" as standard) to check whether the sender of the reply e-mail matches the owner of the work item.
    Method: CHK_SENDER_IND_SET
    <b>Release Note Extension of Functionality for Offline Approval (changed).</b>
    Short text
    Enhancement of the Functionality for Offline Approval (Changed)
    Use
    As of SAP SRM 5.0, the functionality for offline approval by e-mail has been revised and enhanced.
    Changes and Functional Enhancements:
    The Business Communication Service (BCS) is used for sending e-mails.
    (For more information about this, see SAP Help Portal at help.sap.com -> Documentation -> SAP R/3 and R/3 Enterprise Release 4.70 -> SAP NetWeaver Components -> SAP Web Application Server -> Basis Services / Communication Interfaces -> Business Workplace and Services -> Generic Business Tools for Application Developers -> Business Communication Services - Sending from SAP Applications as of Release 6.10.)
    New transmission report RBBP_NOTIFICATION_OFFAPP with enhanced selection parameters:
    You can now restrict your selection of work items for sending on the basis of business objects, as well as on the basis of workflow tasks (TS*) as before. This means that you can restrict transmission to specific document types (for example,. BUS2205 - Invoice).
    You can now use new checkboxes to select e-mail options (which replace the old radiobuttons). Remember that the indicator you set will override the default value.
    E-mail text:
    Can be made up of the work item text (short text) or the task description of the work flow task (full text).
    Creating attachments:
    You can attach a PDF (print version) of the document you want to have approved to the mail, and/or any attachments that exist for the document.
    The input fields for standard notification texts and logon URLs that belonged to the old transmission report (RSWUWFMLEC) are no longer available because the notification contents can be specified more flexibly with the help of BAdI BBP_OFFLINE_APP_BADI.
    Similarly, you no longer have to specify the return address because this can be replaced by the recipient's address in the transaction for SAPconnect inbound processing (transaction SO50). (If SAPconnect inbound processing has not been activated, the response mail [decision mail] is sent by default to the WF-BATCH user, as was also the case prior to SRM 5.0. The return address in method SMTP_INBOUND_ADDR_GET of BAdI BBP_OFFLINE_APP_BADI can also be overwritten.)
    Processing logic in transmission report RBBP_NOTIFICATION_OFFAPP in conjunction with BAdI BBP_OFFLINE_APP_BADI:
    a) Selection of work items
    On basis of selection parameters or BAdI method WORKITEMS_SELECT.
    b) Determination of recipient
    Work item processor (attribute "Forward work item" from the organizational model and e-mail address is checked) or on basis of BAdI method RECIPIENTS_GET.
    c) Collection of e-mail data
    E-mail data from work item or from BAdI method MAIL_DATA_GET.
    d) Generation of e-mail
    By BAdI method MAIL_CREATE (flexible generation of subject, mail text, URLs, and attachments) or by default by class CL_BBP_MESSAGE_CREATE_OFFAPP (this class can be inherited and its methods changed - with BAdI method DETERMINE_CLASS_NAME this class can override the default class).
    Standard Smart Form BBP_OUT_OFFAPP, which determines the e-mail layout, can be replaced in class method DETERMINE_FORM_AND_PARAMS (previously copied and varied).
    e) Sending of e-mail
    Class CL_BBP_DOC_SEND_BCS sends the e-mail by BCS.
    Add approval notes to response mail:
    After rejecting or approving, it is possible to enter notes in the response mail (only possible for e-mails in HTML format). These notes will be saved as document notes in SRM.
    Inbound processing:
    As of SRM 5.0, response mails can be processed in SAPconnect inbound processing. They are processed synchronously by classCL_BBP_SMTP_INBOUND_OFFAPP.
    (Inbound processing in SAPconnect is activated if a suitable entry with the recipient's address and the processing class [ exit name] exists in transaction SO50. If a mail is received at this address, the specified class is used for processing. The work item ID and the decision of the approver are evaluated.)
    If the document is locked at this point in time or if immediate processing fails for any other reason, the response mail is forwarded to the SAP inbox of the user who is assigned to the specified address. In this case, further processing is delayed until report RBBP_OFFLINE_EVAL is run (this report was the only report used prior to SRM 5.0, and it has to be scheduled periodically).
    The e-mail addresses of the sender of the response mail and the determined recipient are compared by default; this ensures that third parties cannot respond. If a discrepancy is detected, the response mail is not processed. However, the processing parameters in inbound processing can be overridden by BAdI method CHK_SENDER_IND_SET
    Effects on Customizing
    You will find BAdI Customer Enhancement of Offline Approval (BBP_OFFLINE_APP_BADI) in the IMG for SRM by choosing
    SRM Server -> Business Add-Ins (BAdIs)-> SAP Business Workflow
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Program to send Workflow Approval Notifications to Outlook (RSWUWFMLEC)

    Hi,
    We recently upgraded from SRM 4.0 to 7.0. We used RSWUWFMLEC to extract approval work items and send email notifications to Outlook. Can we use same RSWUWFMLEC or is there a different program/process for this in SRM 7.0. For some reason RSWUWFMLEC is not working for SRM 7.0 approval work items.
    Thank You
    Vineela

    Hello Vineela,
    Check SAP help for SRM 7.0 release regarding offline approval:
    [Offline Approval|http://help.sap.com/saphelp_srm70/helpdata/en/31/47c6cb8e9249f2bc29444212e4704a/content.htm]
    Regards.
    Laurent.

  • Need more Information on Report 'RSWUWFMLEC'

    Hi All,
    I want to know what is the purpose of standard program RSWUWFMLEC. Does it forward the work item?
    When I checked the documentation of RSWUWFMLEC , it says the program is executed only when attribute in PPOMA_BBP 'Forward By' is set 'X'. Can anyone tell me what is use of 'Forward By' attribute in PPOMA_BBP.
    I tried searching in the forum but could not find any helpful answer.
    Thanks in Advance,
    M M Jaffer.

    Hi Mohammed,
    This report will forward a notification (email) to your users if they have workitems in their inboxes that need their attention.
    This often gets the users confused between a workitem and a notification - but it's also very helpful to remind them (particularly the casual SAP users) to log on and check their inboxes.
    There is documentation:
    http://help.sap.com/saphelp_srm30/helpdata/en/88/f7423b4ac8d506e10000000a11402f/content.htm
    Even though this help says it is for SRM3.0 I think you will find it worth reading.
    Which version of SAP are you on?  Do you have HR implemented? 
    Regards,
    Sue

  • Approver for RSWUWFMLEC

    Dear all,
    i have modified standard porgram RSWUWFMLEC (user wants some more fields and want to have font size changed...)..now it is working fine...
    My problem is Finance Gatekeeper is an attribute in SRM..
    and who ever is defined for that.. he receive email for every line items...
    what the expectation is that the email should be received for each shopping cart.. instead of each line item...
    Here..i am receiving each line item mails...i want only one mail for each shopping cart...
    Thanks in advacne...

    Hello Ravi,
    What approval workflow are you using for shopping cart(Item level/Header Level).
    This program creates email per workitem or per user see message granulrity options in selection screen .
    Award points if helpful.
    Cheers,
    Sid

  • RBBP_NOTIFICATION_OFFAPP  vs RSWUWFMLEC

    In older version of SRM (<5.0), we used the program RSWUWFMLEC to send escalation emails to approvers and their managers. A single email is sent to the approver, approver’s manager and manager’s manager. Here the recipient can see the other recipients in distribution list of the escalation email. It helps the manager to easily identify the approver and follow-up with him for approval.
    In the new version(>=5.0) we use the program RBBP_NOTIFICATION_OFFAPP
    for sending notification and escalation emails to approvers and managers.
    Behavior: An individual email is sent to the approver, approver’s
    manager and manager’s manager. Here the recipient can’t see the other
    recipients in distribution list of the escalation email. It becomes
    difficult to the manager in identifying the approver, to follow-up with
    him for approval.
    My question is is there some config that need to be done so that one email is sent with all the receipients?
    Thanks
    Ram

    Hi
    <b>Try these links -></b>
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    WF-BATCH or not WF-BATCH....
    Offline Approval
    Regards
    - Atul

  • RSWUWFMLEC standard program

    Hi Intellects,
    I am supposed to make modifications to the emails sent to approver , reviwer and requestor to notify them of the status of the request.
    standard program RSWUWFMLEC should be copied into a Z program and change the email content.
    Does anyone has any idea about this standard report.
    Thanks in advance.

    Hi
    Please go through this ->
    The older version of SRM (<5.0), uses the program RSWUWFMLEC to send escalation emails to approvers and their managers. A single email is sent to the approver, approver’s manager and manager’s manager. Here the recipient can see the other recipients in distribution list of the escalation email. It helps the manager to easily identify the approver and follow-up with him for approval.
    In the new version(>=5.0) we use the program RBBPNOTIFICATION_OFFAPP_
    for sending notification and escalation emails to approvers and managers.
    Behavior: An individual email is sent to the approver, approver’s
    manager and manager’s manager. Here the recipient can’t see the other
    recipients in distribution list of the escalation email. It becomes
    difficult to the manager in identifying the approver, to follow-up with him for approval.
    The old version send a mail only to one manager (no distribution list is maintained in standard). I think the rswuwfmlec you are using has been modified.
    With the new version you can implement a badi (BBP_OFFLINE_APP_BADI ) to change the content of the mail or change and add new recipients.
    Please go through these links ->
    SAP Standard Solution
    http://help.sap.com/saphelp_srm50/helpdata/en/88/f7423b4ac8d506e10000000a11402f/frameset.htm
    Processing of Work Items in Other Mail Clients
    http://help.sap.com/saphelp_srm50/helpdata/en/67/ec7b20d15411d2b465006094b92d37/frameset.htm
    Other useful links ->
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    WF-BATCH or not WF-BATCH....
    Offline Approval
    Re: RSWUWFMLEC
    Hope this will help. Do let me know.
    Regards
    - Atul

  • RSWUWFMLEC - Read email address from PA0105

    Hi all!
    We (working on SRM 5.5, Add-On-Installation) are using the report RSWUWFMLEC to send mails in the approval workflow to inform about new workitems.
    Unfortunetly the report read the email address from the SU01 user. But we need the email address contain in infotype 105 (table PA0105, USRTY = '0010').
    I wonder if there is a alternative to the report RSWUWFMLEC that reads HR data?!
    greetings,
    Florian

    We made an adjustment between HR and user data.

  • Name  the BADI that used to generate the report RSWUWFMLEC

    Hi,
      Please mention the name of the BADI that used to generate or trigger the report RSWUWFMLEC.
    regards,
    George.

    RSWUWFMLEC. is program which is used to generate mails.
    it is trigerred by scheduled jobs...
    it is not triggered by any BADI....

  • Problem while receiving a mail in blackberry using offline approval

    Dear SRM Gurus,
    We are working with SRM Server 5.5, SP08.
    We are using offline approval functionality using <b>Blackberry</b> device. We
    have observed that in an approval mail sent to blackberry, the approver
    does not see hyperlink for "Approve by mail" or "Reject by mail" text.
    However, when the same approval mail is checked on any other mail
    application like gmail or yahoo, we are able to get an hyperlink and
    approve the work item.
    While execution of report "RBBP_NOTIFICATION_OFFAPP", we have selected
    a checkbox "with approval links".
    Kindly suggest, how can we rectify this problem. We will appreciate your immediate help.
    Thanks in advance,
    chandra sekhar
    0062 081510685482

    Hi
    Yes, but for this you need have SAP MI (mobile infrastructure) configured in the landscape. MI is part of SAP NW. Integration of MI is possible with SRM2.0 and upwards.
    <u>For details refer -</u>
    http://service.sap.com/mobile - mobile procurement
    Re: Shopping Cart approval process in SRM using Black Berry
    Shopping Basket Approvals Through Blackberry
    <b>To change standard email text</b>
    Re: How can we change the standard email text?
    <b>There is a former thread dealing with text modification in the <u>RBBP_NOTIFICATION_OFFAPP</u> .</b>
    https://forums.sdn.sap.com/click.jspa?searchID=3694563&messageID=3714821
    <u>Configuration of Approval mails to Blackberry - Refer to the HELP links -></u>
    http://help.sap.com/saphelp_srm40/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/content.htm
    <b>Other related links -></b>
    WF does not restart when requester accept changes
    RBBP_NOTIFICATION_OFFAPP
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    RBBP_NOTIFICATION_OFFAPP
    Re: Offline approval
    Re: Is it possible to action an approval  work item sent to Lotus Notes mail
    http://help.sap.com/saphelp_erp2005/helpdata/en/index_srmaddon.htm
    WF-BATCH or not WF-BATCH....
    Do let me know.
    Regards
    - Atul

  • How to create a text box in ascreen painter?

    HI friends can anyone tell me how to create a text box in a screen painter?
    And attachment BROWSER like what we attach for any documents in over mail.
    Example when we click on browser the path of the computer has to be opened and by giving the document name attach and the document will be attached. Please tell me the procedure....
    Thks

    To get the best answers, I think you probably need to break down your post into several different one with a separate question in each, along with the business problem you are trying to solve... but here's a few pointers for you to research...
    Textbox - there's plenty of info in SDN on creating a custom control with a textbox e.g. Re: Text Editor on modulepool Screen and sample code in SAP too.
    Attachments - If this is for an email, then GUI_UPLOAD might help and the BCS class is the newer way to send messages... check out Re: Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC for example... if this is an attachment for an SAP object such as an FI Document or Purchase Order, then the Generic Object Services (GOS) could be what you want e.g. https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3
    Jonathan

  • Recommnded BBP_GET _STATUS_2 and CLEAN _REQREQ_UP intervals

    Hi,
    What is the recommended intervals to schedule BBP_GET STATUS2 and CLEAN REQREQUP reports?
    Thank you,

    Hi,
    BBP_GET_STATUS_2 - For Every 20 mins
    CLEAN_REQREQ_UP - For Every 2 mins
    RSWUWFMLEC - For Every 5 mins (TO send offline approval mails)
    Hope this will help.
    Thanks
    Venkatesh P

  • How to call Link in Rejection mail

    Hi Experts,
    When a Approver rejects a Shopping Cart, i am sending an email.In that email i wnat to send a link using which the user can login and directly open the shopping cart in change mode.
    How do i create that Link or how do i call a transaction ?
    Runal.

    there is one standard report available in the system which generates mails for the shopping cart approval.
    this report only considers workitems which are to be approved and sends them over to the relevant approvers.
    This is the case when the approvers has to approve the shopping cart , it will open link where the approver can approve ths shopping cart.
    you can change the same report to consider the rejected shopping carts and send over the links, but i am not sure what will open up when you click on this link
    report RSWUWFMLEC is used by the system to generates the mails
    Edited by: khan voyalpad usman on Sep 14, 2009 6:13 AM

  • Mail Notification for Approval

    Hello,
    I want to be able to send e-mail's for notification to the approvers to approve the work item (contract, shopping cart) and to a group of people information mail once the work item (contract, shopping cart) is approved and PO is created and sent to the backend.
    What is not clear to me is, do i need to use Alert and Event Management or it is only through the workflow. ( We have implemented n-step approval BADI for contract and SC) ?
    thank you,
    Can anyone help me on this issue because i am receiving mails that shouldnt be coming and dont receive the expected mail (Approve workitem)? And stuck in the workflows...
    Thank you again,
    Message was edited by:
            Gaia K.

    Gaia,
    There are two approaches.
    You can schedule std. report RSWUWFMLEC to run at regular intervals. This report sends an email to the mail client of employees who have specified that their work items are to be forwarded there. The report creates an email for each work item that can be processed.  (Program RSWUWFMLEC is used to send the email data to EBP. Then program RSCONN01 is used to send the email to external mail servers.)
    OR you can add the send mail step in your n-step approval BADI. You have to format the text on your own using the data available in BUS2121.
    Hope this helps,
    SA

Maybe you are looking for

  • Premiere Pro 4.1.0.0 unexpected quits on start-up/ C++ error Message appears

    Hello guys, I have a strange problem with my Premiere Pro version. From one day to another it won't start anymore. Every time I want to start the Software it quits with the error message that there is a problem with C++ File  (\...\...\Src\Win\WinPat

  • EDI Settings

    Hi All can anyone tell me how EDI settings are done for Purchase orders and intercompany billing docs. Transaction codes would be of much help step by step.i think i know there are four Tcodes. WEL1 for logical address , WE20 for partner profiles and

  • Flash cc project management

    there is no project pannel in flash cc anymore.i still think that working in flash IDE is more efficient,what a pity that there is no project pannel in the latest version. so if i want to develop my applicaion in flash cc,how could i manage my codes

  • 10.4.6 & OS X Server: Locked out at root of share, not 1 level down?

    A strange anomoly.... our mac clients were running 10.4.3 and were able to access sharepoints from our OSX Server ( 10.2.8) with no problems. But in upgrading them to 10.4.6, we now try and access the OSX server, and the sharepoint comes up with deni

  • Adobe flash not downloading

    I can't get the newest version of adobe flash to download. I have a macbook air OSX version 10.9.5. I open the download of adobe and when I double click it says "install adobe flash image' is damaged and cannot open. You should eject disk image." Whe