Worflow Configuration
Worflow Configuration
T-code: SWU1
T-code : SWDD
Scenario:
Bước 1:
Chọn oject Type: BOR object type/FIPP: Parked document (khi chứng từ trạng thái parked luồng phê
duyệt sẽ tự động kích hoạt)
Save
Kích vào active, binliding để luồng phê duyệt được kích hoạt Save
Khi luồng duyệt đã được kích hoạt thì cấu hình luồng phê duyệt theo thiết kế
Bước 2: Khi chứng từ parked document thì luồng phê duyệt kích hoạt, 1 mail sẽ tự động gửi về người
tạo rằng chứng từ đã được gửi đến người phê duyệt
Bước 3: Người duyệt sẽ nhận được thông báo về workflow và có thể review, reject hoặc post chứng
từ
Chọn người phê duyệt, có thể 1 hoặc 1 nhóm người
Post
T- Code: OWJA
T-Code: OBWJ
IV. Nhận thông tin liên quan đến phê duyệt _ Business workplace
T-Code: SBWP
1.What is the tcode to define/create and modify workflow ?
SWDD
18.I have two task which are available for user execution as
workitems.I want to show the second workitem immediately
after executing the first one for the same user. What should i
do ?
Check the “Advance with dialog” in the first task. For more details click
here
Definition of Binding
Use
At definition time you create binding definitions for the workflow. This involves specifying
the assignment rules for how data is exchanged between two containers. At runtime these
binding definitions are executed making workflow execution possible.
Note
If a target container from a source container element is to be filled with a binding at runtime
and if the source container element is initial or unavailable, then determine in the options of
the binding instruction whether the content of the target container element is changed by
the binding.
You can also allocate values to container elements using initial value assignment at
definition time.
Example
Application
Within the transaction for creating an accounting document (object
type AccountingDocument), an event is generated created), which indicates that a
document has been successfully created. This event is to be thetriggering event of a
workflow.
Event
The event container is passed with this event. This container always contains an
element _Evt_Object with a reference to the object created.
Workflow container
In the container of the workflow that is to be started by the event created of the object
typeAccountingDocument, you have created a mandatory import element (under the
ID AccountingDocumentfor example) with a data type reference to the object
type AccountingDocument. The element can therefore hold the reference to the object
created (type AccountingDocument) at runtime.
Binding to workflow
The event parameter (= element in event container) _Evt_Object can be passed in
a binding to the workflow container of the workflow that is to be started in response to the
event. You define the following binding for this:
_Evt_Object (event container) AccountingDocument (workflow container)
Features
The graphic below illustrates which bindings can be defined.