on ‎2015 Dec 11 3:05 AM
Hi,
I need help..I have gone through most of the Material Master workflow discussion in the forum. I am not an expert in Workflow. But, I am just trying to create a simple workflow to see that, if master data is created a mail is sent, then goes to a user inbox. who when clicks on work item must be able to view the material master created and finally approve it.
But I am having issues. Please help me. This is a urgent requirement.
Workflow container created with Material Number and Temperature Control.
High level view of workflow
Send Email
Display Material
Display Task
Approve Material
Material Tested
Task is ready for review, but I am unable to view the material master from the work item. What is the necessary setting to show Material Master from the work item? I should be able to view the material master, when I click on work item and approve it.
At the moment with the set up display and Approval are to different step. I know I can add a button for Approval using form, but can anyone suggest an option where I don’t have to code a single line. Not having a line of code here is the key.
Also, can I know if I can assign the agent with a Security role. I mean any user with a certain role will receive the workflow. Thank you.
Please help!!!!!
Thanks
Yorker
Request clarification before answering.
Hi Jocelyn,
I tried your suggestion and I am getting the below errors when I try to bind the task to workflow
Also now when I am trying to execute the work item, it is throwing an error for some unknown reason and I don't have my ABAPer/workflow specialist who can help me.
I tried to resolve this from looking at SCN, but unable to break the jinx.
I just need to simple workable workflow, where when a material is created it needs to be displayed when clicked on work item and then allow to click on Approve or Reject.
Can you please help me with the settings or exact bindings to get this POC done. It is very important for me and I am unable to get through this part. I believe that this is simple and can be done in Workflow, but unable to make a working model. I have gone through your ASUG recording.
Please don't treat this a request for a easy ready made answer. I have tried my luck but somewhere I lack in my concepts and am running out of time to help my client. I have seen others suggesting new tools for this simple activity and I believe Workflow is enough. Please help!!
I tried Stéphane Bailleul suggestion, but even that didn't help me get through this.
Regards
Yorker
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
"I am getting the below errors when I try to bind the task to workflow"
Which task, the decision workitem? Looks like there is a problem with your ZBUS cotainer element, are they defined the same at workflow and at task level?
That SO SEND error is something completely different, that happens when a Send Mail step has an error and that is usually because there were no recipients specified or they were incorrectly specified (e.g. SAP users but no preceding US).
Tough to make a POC for Workflow if you don't have workflow experience!
regards
Rick
Some basic issues I noticed:
I don't see any instantiation. You start the WF with a material number, but there is nothing that generates the material object instance. These are completely different creatures. So ZBUS100106 is probably empty. And it needs to be an object of type BUS100106. Just for clarity I would also call it MATERIAL.
You can create an instance with a step based on SYSTEM.GENERICINSTANTIATE.
But this leads me back to: How is the WF being started? In most cases it would be started by an event, in which case your object instance is already available. i.e. you should be starting your WF with a material object, not a material number.
Once you have that, bind it as Jocelyn described.
Hope that helps,
Mike
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.