User in workflow

I have maintained user list in ztable along with distribution channel. I want to send mail to specific user
according the table.
please suggest me how to proceed.

Hi ,
Check out this blog.
/people/ravishankar.rajan/blog/2006/12/26/agent-determination-in-workflow-using-custom-table
Firstly create an element in the workflow container 
Have your coding done inside the method of the Business object.
Fetch the email detail from the Z Table and assign it to the container element  .
Update the container element using the below statement.
SWC_SET_ELEMNT CONTAINER '  ' ZXXX.
Now the mail details are populated to the workflow via element
Create a send mail step in the workflow and use the mail details here to send the mail with the required details.Source :SDN
Siva

Similar Messages

  • How we can acess GOS to pop up automatically to user from workflow is our a

    we plan to implement invoice verification workflow to start when an invoice is scanned and placed in holder in OAWD. So that workflow will start from then onwards with SAP archive link.
    Please let us know how we can link scanner and SAP Archive link so that we can place the scanned document directly in to OAWD. how we open the image automatically when approver or AP clerk execute the workitem.
    The process we want to follow is
    1. Scan document and place in OAWD
    2 Workflow is started based on the document type of Archive link( we want to use BKPF)
    3 AP clerk receives workitem and execute it. APclerk see the transaction code FV60 to enter document and image of the scan automatically
    4 AP clerk fill the document and park the document.
    5 Workitem is sent to approver based on the rule specified
    6 Approver execute the transaction invoice iamge is opened and sap document is displayed.
    7 Approver check both image and sap docuemnt and take decision
    8 Approver approves document , sap document is posted and ready for payment
    9 If rejected go back to AP clerk.
    Here issue is when user or approver execute the workitem ,how we can open image automatically along with sap screen.
    or how we can acess GOS to pop up automatically to user from workflow is our another isssue

    Hi,
    It is possible to launch the stored image as soon as workitem is executed. You will need to maintain the archivelink customization to display stored document. Check the following link
    [Displaying Stored Document|http://help.sap.com/saphelp_erp2005vp/helpdata/en/4f/993685446d11d189700000e8322d00/content.htm]
    Hope this helps
    Cheers!!!
    Samanjay

  • Url link in User Decision workflow step

    Hi Experts,
    I had created a workflow for "Employee transfer" process using SWDD tcode.
    I had a created a workflow step with type as "User Decision".I had included "Approve" & "Reject" decision options.
    Now i want to include URL link along with "Approve" & "Reject" in the user decision workflow step (i.e) The manager needs to see the URL link along with "Approve" & "Reject" in his SAP workflow inbox.
    Can anyone guide me...
    Regards,
    Krishna Balaji T

    Hi Krishna,
    I understand your issue. I have faced a similar issue in my project.
    Here is the solution!
    To add link of a URL you need to have the binding with the BO of the transaction your are refering to. To do this, you need to bind your BO event (triggering event) to the workflow container and then the workflow container to task container. This BO value should flow from event-> workflow -> task container to get the link in the User Decision.
    To do the binding you need to follow the following steps:
    1. Go to t-code SWDD and open your workflow template.
    2. Go to Basic Data (cap sign button at the top of the screen) or click Ctrl + F8
    3. Go to Start Events tab.
    4. In the Object type enter your BO name (BO for the transaction you need to add as link), in Event of object enter the BO event. This would serve as the triggering event for your workflow.
    5. Click on 'B' i.e. Binding Defined, click on generate automatic binding. It would automatically generate the appropriate binding for the workflow. You can also alter the binding as per requirement. This binding would ensure that the URL comes under 'objects and attachments' section.
    6. Click on 'C' i.e. Start Condition. A dialog would open, select the appropriate start condition for the workflow. Check the condition before saving (recommended).
    6. Click on 'A' to Activate the binding and start condition. All 'A', 'B' and 'C' would get green.
    7. Save the changes made and activate your workflow.
    8. Do the binding between the workflow and the user decision step. Select automatic binding (recommended).
    You can also refer to the similar thread that I had provided solution to. This would help you resolve the issue!
    Re: URL of site has to be attached along with the mail
    Hope this helps!
    Regards,
    Saumya

  • How to create Roles to user in WORKFLOW

    How can i create a role to an user in Workflow so that i can send e-mail notification....!! and where shoul i mention that role..ie wheather in notification or message...???

    Given that you have a role, you can mention that role in "Performer" (Node Tab) of the Notification. If you want to fetch the role name value dynamically, then create an attribute with the type "Role" and assign that attribute in the Perfomer field.

  • Authenticate/Authorize a proxy user in Workflow.

    Are there any methods to Authenticating a Proxy User in Workflow. I am running some workflow in the anonymous user context. In that context i do not have the privileges run for example the password generator. It works fine when i am an enduser or admin. I would like to use a proxy user so that the password generator will work. Any idea on how to proceed with this in workflow.
    Thanks

    Hi donjosh, were you able to solve this issue?
    Is there a way to change context from anonymous context to end user context?
    I'm authenticating users with siteminder and I want to automatically create users that don't exists in IDM running a process as anonymous user and then redirecting to the end user interface, how this can be done??
    thanks,

  • Standard users of workflow provided by sap

    I need to know who r all the standard users of workfow Provided by SAP like (WF-BATCH).where can i find the list of these standard users.Kindly help me in this issue.
    Thanks in advance,
    Ramesh Kumaar.S

    Hi Ramesh,
    Your question is not clear. The user names used by workflow is :
    WF-ADMIN
    WF-BATCH
    If no agents are found for a given task the workflow is sent to workflow admin (WF-ADMIN).
    All the background tasks/methods are executed by the workflow batch (WF-BATCH) user.
    All other users in workflow are the user names who use the SAP system (end users). They are the workflow agents.
    Regards,
    Raj

  • Granting item permissions to specific group or users via workflow- sharepoint online

    I want to create a Document Set and upon doing that i want to grants users/ groups item level permissions to the document set.
    Can this be done via workflow?
    What are my options?

    If workflow starts on document set, you will change permission on the document set: if the files inherit permission from document set, all children files will have the same document set permission.
    the document set is nothing more than a souped-up folder
    Regards,
    Bubu
    http://zsvipullo.blogspot.it
    Please mark my answer if it helped you, I would greatly appreciate it.

  • How can i get input from user in Workflows

    Hello professionals,
    I'm new to SAP B1 Workflow, i have created some workflows and they all worked fine.
    But, I am wondering, How can i get input from user?. For example, i want to display list of options to choose between them and route the workflow based on the selected option. I don't want to use the exclusive gateway and check for some conditions, i want to get input from user.
    How can i do that?
    Thanks in advance,
    Kareem Naguib

    Hi,
    Please refer SAP help file:
    http://help.sap.com/saphelp_sbo900/helpdata/en/b8/1f9a1197214254b79bcf8f93f9fff9/content.htm?frameset=/en/44/c4c1cd7ca22…
    Thanks & Regards,
    Nagarajan

  • How to send the Checked-in file to the user in workflow as an attachment.

    Hi All ,
    I am using UCM 11g and i need to send email to the workflow users with the checked-in file as an attachment.Can anyone guide me how to customize or configure it in UCM 11g.
    Thanks !!!

    Hello,
    this is not a standard behaviour and I am not sure if I would even recommend you to go this way. Why?
    a) content items in workflows are usually still to be reviewed - if you send it as an attachment to an email, the user may forward it and you will by-pass all the security that UCM provides
    b) you will mess up version controls (which attachment is the correct one, if someone checks in a new version?)
    c) you will pass the content through the email server - this is something customers usually want to get rid of
    d) why can't you use just the standard workflow review functionality? - that is, instead of the file you send a link to the file, which usually displays its web-viewable rendition (but you can change it to the link to native files, if you want to) This is also a one-click solution (well, users may have to authenticate for UCM, if you have no single sign-on), and it is completely under control.
    However, if you stick to email attachments, you will have to go with a custom component. There is a sample AcmeEmail, which can serve as a basis for email functions, so you will need to combine it with workflows. But like I wrote - better try to persuade your customer to go with the standard.
    Jiri

  • Anonymous Portal User  GP  workflow

    hi,
    Can  Anonymous Portal User have a role from which GP workflow can be initiated.The approvers will be normal portal users.
    Is this possible ?
    Please help to trigger a workflow form Anonymous Portal User .
    Thanks in advance,
    Shami.

    hi,
    user id and password requet coming from the portal only.
    I have two anonymous users.(user1 is Mr.guest and user2 is Mr.user2)
    But when i give http://xxxx:50100/irj/portal/anonymous, it always takes me to guest only and  in the ivew it asks for username and password.
    But my role is assinged to user2.
    how can i acces anonymous user2 portal?
    why is it asking for user4 name and password....
    please help....
    Thanks in advance,
    Shami.

  • Workflow: getting yet to review users on workflow

    Hi all,
    Is there any idocscript function to retreive the persons who are yet to review a content item on a workflow. I found that wfComputeStepUserList will retrieve all the users in a workflow. But how if i want to send email to persons after a x number of days to persons who have not yet reviewed the content?
    thanks

    I'd expect that wfComputeStepUserList does exactly what you are looking for.
    Anyway, if you have tested it, you may take a look at the list of available workflow idocscript functions: http://docs.oracle.com/cd/E23943_01/doc.1111/e10726/c03_master_type.htm#CHDHIBJA
    I'm afraid that expect wfComputeStepUserList there is nothing else you can use. This would mean that you need to compute the list of users that approved the item yourself in Update event, or from workflow history.

  • Reg: WorkItem &  Mail Inbox Problem for Multiple users In workflow

    Hi,
    I have developed a wofkflow application to sent SAP mails and Workitems to multiple users. I Have a Container which has the property as multi line. and i mapped this container variable with expression of my mail step. This means i can send multiple mails at the sae time....Its working Fine. But the problem is,
    Suppose I am sending mails to User1 & User2. Both are receiving the mail, But if user1 read the mail user2 mail is set as read document instead of unread doucument.....
    How to Solve this? any solution ?

    Hi
    See if this document is of any help to you.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6456e89-0a01-0010-0189-a7961fe42034">An expert guide to new SAP workflow capabilities</a>
    Regards,
    Raj

  • Add users to workflow emails

    I have an email message generated via workflow that I want to send to a specific plant. In that plant I want the message to hit a workflow mailbox that a group of users will be able to access. I would also like to add and remove the users based on what access I give them when they get hired on and given SAP access. That way I can control who gets to see what is in the mailbox based on their SAP access. Any thoughts as to how this can happen?
    Thanks
    Bruce

    Hi Bruce,
    If it's just a mail (as opposed to a work item) then you can send it to a distribution list (well, you could also do this for work items), or else most cormporate mail systems' email distribution list can be addressed via an email address. So all you do is use a good naming convention and build the email address in your WF according to plant name e.g. 'dispatch_XXXX(a)yourcompany.com' where XXXX=plant code, and maintain the distribution lists via outlook/exchange/notes.
    Cheers,
    Mike

  • International User Groups - Workflow Survey

    All,
    We (ASUG, VNSG, DSAG, SAUG) are collecting data related to your activities in the development and deployment of SAP Workflows. 
    Please follow this link to complete the survery
    http://ws.asug.com/ss/wsb.dll/5/ASUGWFBPMSurvey2010.htm
    And pass this message on!
    Thanks
    Sue
    PS: /people/susan.keohan/blog/2010/03/11/international-user-groups-150-sap-business-workflow-survey-2010

    Fixed-
    Created Document Library--> added web part--> chose my custom list as the webpart--> edited the webpart and gave it a view which I created for the custom list--> hid the actual list so users can't see it when they log in.
    Now the user just selects the document library and if they do not have permissions to that document library (settings=permissions) they can't see the ones they aren't suppose to view (the views for other members who will be logging in)

  • Adding object classes when creating ldap user in workflow

    I'm creating ldap users in a workflow and when I assign the object classes in the workflow I get an object class violation. It seems that when I call check in view and when my break point stops in Update User the default object classes on the resource have been removed from the user.accounts[LDAP].objectClass attribute which I just set. Not sure what's going on here. Is there another way to assign more than just the default object classes to a new ldap user through the workflow? Thanks in advance.

    Multiple things I can think of
    1) put all the object classes you may be expecting with the user account in the resource configuration panel. LDAP is smart enough to assign the related object classes to the object based on the attributes assigned to the user.
    2) Check if you have the object class in the schema of LDAP.

Maybe you are looking for

  • MVC - Performance of data binding

    Hi Gurus out there I have a concern regarding performance of (dynamic) data binding if I have a lot of <i>textEdit</i> fields containing huge amount of data on a view page. <u>Scenario</u>: The view page contains buttons <b>[Add textEdit field]</b> a

  • ASA5505 I cannot reach to an outside network from a branch office

    My customer has a HQ office and many Branch offices. In the HQ there is an ASA5510 configured as a default gateway, From HQ customer must access to internet (everythig works fine), from Inside LAN should reach to anyway including special services lik

  • How to change characteristics values in PPDS planned order?

    Hi, I have few PPDS planned orders. I want to change the value of few characteristics of existing PPDS planned order. How can I do the same? Any standard T.Code or function module or report available to update the characteristics values of PPDS plann

  • InDesign not exporting booklet to PDF properly - bleed issues.

    I have created a 32-page booklet that I am trying to send to the printer. It has bleed on each page that I am including in the PDF export. No matter what I do, the bleed is showing up on the wrong page. So, if I am looking at page 18, it will show th

  • Dual Core G5 using only one CPU

    Anyone has an idea about what happened to me last week? Here is what happened: I let my dual 2.3 GHz Power Mac G5 run over night to run a certain task. When I came back the following morning, the fans were running like crazy and the computer was froz