Offline Approval using Workflow in ECC6.0

Hi,
I wanted to know if there is any way in which we can enable offline approvals of work items in ECC 6.0.
I know that in a SRM system it is possible with the use of RBBP* reports, but these reports are not present in the ECC system. I have tried making use of swnadmin and swnconfig transactions, but I have not been able to achieve what I am trying to, which is offline approval (approve/reject) of tasks/workitems (without having the user to interact with SAP GUI windows/html).
An ideal scenario would be that a user recieves an email with Approve/Reject option, and on clicking any of these options, the necessary updates are registered by the SAP system.
So is it possible to implement the above by making use of WebServices or something else?
Any help or guidance will be very helpful and rewarded
Thanks,
Shailesh

Shailesh,
Notrix is third party software and used to link between Lotus Notes and SAP.
A Job runs in Notrix and pulls all workflow work items and sent to approvers lotus notes inbox, also you gotta write down some FM into SAP as a plug-in to Lotus Notes.
its a collective effort from Basis team, Notrix, ABAP developer and workflow consultant. Most important client has to be in consent for this all cost.
hope that it will help. for more info about Notrix pls google.
Cheers
Jai

Similar Messages

  • Offline Approval in workflow - SRM 5.0

    Hi Team,
    I am new to SRM Workflow.
    I have a task of Offline Approval.
    I have one file for which we are developing offline approval process in SRM 5.0
    for that we are developing workflow.
    I know there is a report  in SRM which we can use for offline approval.
    But I am not getting it, from where I need to start.
    How can I cal that report in Workflow.
    How should be my work-flow.
    Please suggest your inputs.
    Thanks & Regards,
    Monika

    Hello Monika,
    Please, read How-To below:
    [Offline approval - general configuration|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-generalconfiguration]
    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

  • SRM Offline Approval via Blackberries

    Hi,
    We're on SRM 5.5.  With the Offline Approval using RBBP_NOTIFICATION_OFFAPP or RSWUWFMLE programs,  has anyone managed to setup offline approval to work via Blackberries.  
    Thank you for your help.
    Jennifer Tran

    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.
    For details refer service.sap.com/mobile - mobile procurement
    Please go through the related pointers ->
    Re: Processing inbound e-mails (RBBP_OFFLINE_EVAL )
    Shopping Basket Approvals Through Blackberry
    Shopping Cart approval process in SRM using Black Berry
    RBBP_NOTIFICATION_OFFAPP  vs RSWUWFMLEC
    RBBP_NOTIFICATION_OFFAPP  vs RSWUWFMLEC
    Re: Shopping Cart approval process in SRM using Black Berry
    Re: Problem while receiving a mail in blackberry using offline approval
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Offline approval workflow not working - SRM 5.0

    Hi Team,
    Suddenly we have an issue in SRM production server with Offline approval workflow, inbound mails are not getting processed in SOIN and workitems are not getting cleared. So document status is not getting changed.
    There is no problem in receiving the mail, we have all configurations setup as per below link,
         Offline approval - general configuration - Supplier Relationship Management - SCN Wiki
    Incoming mails are received to system user and then auto-forwarded to dialog user. Dialog user is used to schedule the batch job - RBBP_OFFLINE_EVAL.
    Please help to resolve this issue,
    Thanks
    Rajesh Rajagopal

    Can anyone please help me on this issue, offline approval functionality is completely stopped
    Please provide your help

  • Workflow not updated in offline approval

    Hi All-
    I have an issue in offline approval in SRM 7.0 . Program- /SAPSRM/OFFLINEAPPROVALSEND has been scheduled to send email for offline approval and approver receives the mail. When the approver clicks on Approve By Email button, a new email opens with some Guid informations and approver clicks on send button to send the mail.
    I am seeing the inbound mail recived by SAP in SOIN -tcode or via In Utilities-Inbox Overview in SCOT. The problem is, the workitem is still in ready status and not changed to complete status.
    I havent scheduled the inbound program- /SAPSRM/OFFLINEAPPROVALGET as per SAP library and other SDN posts. I have maintained the following in SCOT (Under Settings-> Inbound processing)
    Internet mail     xxxx@ xxx.com ( Mail id)    ICS    /SAPSRM/CL_OFFLINEAPP_INBOUND   3.
    My doubt is, do we need to schedule the inbound program or any other program, so SAP will decode the data and update the workflow? or is it enough to maintain the above SCOT settings?
    Please clarify above things and help me on how to update the workflow
    Vinoth

    Thank you Ricardo and Saravanan. I am working on this and waiting for roles to assign. In the mean time, i have scheduled the prog- /SAPSRM/OFFLINEAPPROVALGET and if i approve from outlook, it is updating the status to WF.
    Is there any issue, if i use this inbound program in SRM 7.0?
    Also, when i approve from outlook, the mail contents (GUID and other technical informations) is in editable mode. As per my client, it should be in disable mode, so the approver will not change the mail contents. I am not able to find the solution for this. Please provide your inputs.
    PS: I am using Application Controlled WF
    Vinoth

  • 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

  • Offline approval email for Workflow approver substitiutes

    Hi,
    We are on SRM 7.1 ECS.
    Does the substitute function work true for OFFLINE APPROVAL emails also??
    E.g. User B is a substitute of User A.If user A gest the offline approval emai,then should usre B also get the offline approval email?

    Hi,
       I do not think the report might have the functionality to handle the substitution. May be what you can try is take a copy of the standard report and then try to customize as per your requirement .
    Try some thing like below.
    1. I assume that to identify a substitute for a user you might be storing these details in some Z table.
    2. Take a copy of the standard offline report and then from this custom report read the try to read this table after the original agents are determined.
    3. Finally schedule this report. with the same set of parameters that used to schedule the standard report.
    But I I think this report actually reads the agents of the workitems and then it tries to send the notification to the same user. So first you have to check out that how the workitem is forwarded to the substitute . If the substitute is also a agent then this report directly sends the notification.
    Regards
    Pavan

  • Tcode to be used to approve a workflow item

    Hi Gurus,
    Which tcode can be used to approve a workflow item manually?
    br
    jack

    SWO1
    SELECT THE BUSINESS OBJECT
    IF IT IS SC
    BUS2121
    EXUCUTE
    INSTANCE
    GIVE SC NUMBER
    GO TO METHOD
    SET RELEASED
    EXECUTE
    SC APPROVED.
    THIS IS BACKEND METHOD .........FIRE FIGHTING NOT ALWAYS..

  • Offline approval with Adobe forms

    Hi All,
    We have a case in which we need to send a Adobe interactive form as an attachment to approver's email address(outlook) and perform offline approval.
    Could you pls help me guiding how to achieve this?
    System is mySAP ECC 6.0.
    (I have heard that offline approval is available in SRM, but do not know about ECC6.0)
    Thanks in advance.

    Hi Akshay,
    SRM uses a program to simulate an offline approval.  It's not form based.
    Adobe forms are better.
    But at the end of the day any form is just a UI to enter and display data.  It's up to the programmer to decide what happens after the form is uploaded.
    There are tutorials on SDN in the Adobe section on how to upload the forms.  In the logic behind the upload you need to code in what happens next anyway - i.e. where the form data is to be stored in the system, whether a workflow event should be raised or whatever. 
    In ECC 6.0 you might want to try using the ISR/PCR technique with Adobe.  Where at least the WebDynpro application for viewing the forms are already created, and you put your logic for raising the workflow event in the QISR BADI. 
    You will probably still need to create a WebDynpro app to allow either mail upload or email receipt of Adobe forms.  Both of which are described in the SDN tutorials.
    By the way there is a Interactive forms with Adobe forum on SDN where you can put questions if you have any troubles with using the forms or developing a WebDynpro application around it.... but of course please work your way through tht tutorials first.
    Hope that helps.
    Regards,
    Jocelyn

  • Offline approval process in ECC

    Hello All,
    Is there any way to achieve offline approval process in ECC the way it is in SRM?
    We want to replicate the same process in ECC as in SRM, with mail being sent to the user with approve/reject buttons, and on clicking any of the options provided, the same need to be updated in SAP.
    Any help will be highly appreciated.
    Thanks in advance
    Regards,
    Razia Shaheen.

    Hi Jennifer,
    Since SRM PO will be leading PO in extended classic scenario, why donot you design the process controlled workflow in line with the existing release strategy that you are using for ECC PO?
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

  • Offline Approval Problem-format of email in lotus notes is not poplulationg

    Hi Gurus,
      I am working on a support project now i have a problem in Offline approval .
    the email in the approver  inbox is not populating the correct values and i checked in the workflow side
    in SWI1 it is populating correct values but in the lotus notes the email  format is not good .it some filed s are filled with zeros.and i don't know how to get the link from SAP to lotus notes .
    what are the transaction i can check?
    and i also checked is  they are using badi BBP_OFFLINE_APP_BADI but they are not using this badi and no implementation for this badi.can any one suggest me how to go foreword.
    thanks
    Channu Sajjan

    Hi,
    Use this Report
    RBBP_NOTIFICATION_OFFAPP.
    Regards,
    Sachin

  • Offline approval + Substitution

    Hi Experts.
    We have implemented the offline approval process in SRM server 5.5. But when there is substitution(both active & passive), the both users get the approval email. I am not sure whether it is correct or wrong.
    Could you please calrify me the Offline aproval + substitution with respective approval mail in detail?
    You response will be highly appriciated appropriately.
    Thanks & Regards,
    Pushparaj S.

    Hi Balaji.T.
    sorry for the missing clarity in the formulation.
    What i usually see in my system is, that when a work item is created (in general) than on one hand this work item gets sent via the workflow to the (universal) work list of the responsible. And on another hand, there is also an offline approval mail that is being sent via an email to the approver. In that offline approval mail, there is a description of the shopping cart content and also a link included. Via that link the approver can branch out into the shopping cart itself, out of the offline approval mail.
    So, the above described behaviour i see also, when the first of the substitution rules is used. The delegate receives both, the work item via the workflow into the work list. And also the offline approval e-mail.
    But when the second substitution rule is in use, than there is only the distribution of the workitem to the work list of the delegate there. But the delegate does not receive the offline approval e-mail.
    Thank you.

  • Offline approval mail

    Hi,
    When the offline approval mails are sent, we have the buttons 'Approve' and 'Reject' in it.
    Correct me if i am wrong  - 'Approve' and 'Reject' buttons will be enabled in offline approval mails by the report RSWUWFMLEC.
    But when the dead line emails are generated, we don't have the 'Approve' and 'Reject' buttons in it. I want to know how do we control this in the deal line mails. Is it the standard behavior or should we do any customization? If so could you please let me know where we need to the customization.
    We are using Process controlled workflow.

    Hi Sarvanan,
    The requirement which i have is .. if a offline approval mail is sent it will have Approve and Reject buttons.
    When the remainder mail(dead line mail) is sent we are not able to see Approve and Reject buttons.
    I am trying to know why they are not there in the remainder mail (dead line mails). We are using the implementation for the standard badi  /SAPSRM/BD_WF_DEADLINES  to send the dead lines.
    But i am not able to find out how the buttons are disabled in remainder mail (dead line mails).

  • Fill in for Me Substitution Rule - Why no offline approval mail to Deputy?

    Dear Experts,
    in SRM 7.0 CS, i am facing the following question w.r.t. the substitution rule:
    When a user (approver) creates the Receive my tasks substitution rule for a deputy, than, when ever there are new SC get ordered that need to receive an approval from the "original" approver, not only this original approver but also the deputy receives a the offline approval mail.
    But in case the "original" approver maintaines the second substitution rule - the Fill in for Me rule, than no offline approval mail is sent out to the deputy.
    Can you maybe help me out with a pointer regarding a possible root cause?
    Thank you very much.

    Hi Balaji.T.
    sorry for the missing clarity in the formulation.
    What i usually see in my system is, that when a work item is created (in general) than on one hand this work item gets sent via the workflow to the (universal) work list of the responsible. And on another hand, there is also an offline approval mail that is being sent via an email to the approver. In that offline approval mail, there is a description of the shopping cart content and also a link included. Via that link the approver can branch out into the shopping cart itself, out of the offline approval mail.
    So, the above described behaviour i see also, when the first of the substitution rules is used. The delegate receives both, the work item via the workflow into the work list. And also the offline approval e-mail.
    But when the second substitution rule is in use, than there is only the distribution of the workitem to the work list of the delegate there. But the delegate does not receive the offline approval e-mail.
    Thank you.

Maybe you are looking for