Using the step "Form" in workflow
From link.
By Saumik Bhattacharya, Capgemini
Form is an important step type of workflow builder. We can use forms to enter data for processing in Business Workflow, or to display and edit data.
Using the Forms step type we can generate a form from the workflow system with a structure that is saved in workflow container. This form can be used for displaying and editing the form data. It can also contain additional control elements that can be used, for example, for the approval of form content.
First of all we are creating a workflow container element in transaction code SWDD. You can use a form to display or edit data of a container element of the workflow container that refers to a structure.
The element should be of type reference to an ABAP dictionary.
Then we will insert the forms in workflow:
Here we have to insert form type and action. Action can be of four types:
For it you have to create a form so that you can attach it to the workflow. Click on create button:
Here we are creating the form named Material info using the workflow container element Y_form_makt.
Now according to our requirement we are just using the material number & material description in the form layout.
For e.g. we are using the material number as input value and description field as output only.
We have also implemented the required changes in the flow logic of that form.
Finally we had attach two mail on approve and on reject.
After completing this, we will execute this workflow and will get the form:
We will go for approve this form and we will get description
And here is the approved mail:
相关推荐
总结来说,“C# Workflow WCF EXAMPLE”展示了如何在C# WinForms应用程序中利用工作流驱动业务逻辑,并通过WCF与远程服务进行高效、安全的通信。这种集成方式为企业级应用提供了强大的功能,能够灵活地适应不断变化...
博文链接:https://eastviking.iteye.com/blog/80150
Beginning WF will take you step by step through many of the useful applications of workflow technology. Along the way, you will: Create designer-based and code-based workflows Communicate between ...
在描述中提到“very easy to understand the idea of workflow”,这表明这个压缩包可能包含了一些基础示例或教程,旨在通过直观的方式解释工作流的基本原理。通常,工作流系统会包括定义工作流程、分配任务、跟踪...
Pro WF: Windows Workflow in .NET 4 provides you with the skills you need to incorporate WF in your applications, using a lively tutorial style with each example illustrated in C#. This book gets you ...
本项目"workflow-in-mvc-simple-demo"旨在提供一个简单的示例,展示如何将工作流集成到MVC应用中,以实现更加灵活和可维护的业务逻辑。 首先,让我们深入了解一下工作流(Workflow)。工作流是一系列按特定顺序执行...
本示例"workflow-in-mvc-asyc-simple-demo"展示了如何在ASP.NET MVC项目中集成这两种技术。 首先,让我们详细了解异步控制器。在ASP.NET MVC中,异步控制器允许开发者创建非阻塞操作,这意味着在等待某些操作完成时...
《Microsoft Press Windows Workflow Foundation Step by Step(解密版)》是一本详细介绍Windows Workflow Foundation (WF) 技术的专业书籍。本书由Kenn Scribner编写,版权属于微软出版社,首次出版于2007年。...
《Windows Workflow Foundation Step By Step》是一本由Kenn Scribner编写的书籍,该书详细介绍了Windows Workflow Foundation(WF)的相关概念、设计原理以及实际应用案例。WF是微软提供的一种用于构建业务流程驱动...
Oracle Order Management 使用 Oracle Workflow 在 Oracle Order Management 11i 中 Oracle Order Management 是一个关键的企业资源计划(ERP)模块,用于处理企业的订单生命周期管理。它提供了全面的功能,从订单...
外國人寫的工作流的書,很好的
NULL 博文链接:https://nychen2000.iteye.com/blog/322187