Transaction Management
Chinese source: 交易管理
Locale: en-US
Audience: Internal learning
Business Frame
Transaction management covers work items, submitted requests, and data synchronization status. It helps operations users track approval workflows and cross-system processing state.
flowchart LR
A["User submits transaction or request"] --> B{"Authorization or workflow needed?"}
B -->|Yes| C["My Work Items"]
B -->|No| D["Transaction completes"]
C --> E["Reviewer approves or rejects"]
E --> F["My Requests updated"]
D --> G["Sync status may be tracked"]
F --> G
Transaction List
| Code | English Name | Page Type | Study Focus |
|---|---|---|---|
[9106] | My Work Items | Approval work queue | Items waiting for the current user to process. |
[9105] | My Requests | Request tracking | Requests submitted by the current user. |
[9107] | Data Synchronization Status Inquiry | Sync inquiry | Status of cross-system or asynchronous synchronization. |
[9106] My Work Items

My Work Items is the approval or review queue. It shows tasks that require the current user to approve, reject, or process. High-risk transactions, amount thresholds, special operations, and maintenance changes may enter this queue.
Risk controls: confirm the original transaction, requester, amount, account, reason, and approval authority before action.
[9105] My Requests

My Requests tracks items initiated by the current user. It helps users see whether submitted requests are pending, approved, rejected, completed, or failed.
Reading focus: request status, transaction code, submitted time, approver, approval result, and reference number.
[9107] Data Synchronization Status Inquiry

Data Synchronization Status Inquiry is used to check whether data has synchronized successfully between systems or components. It is useful when a transaction appears complete in one view but not visible in another.
Risk controls: do not retry or correct blindly. Confirm transaction reference, source system, target system, status, error reason, and whether a retry is already in progress.
Related Concepts
| Concept | Link |
|---|---|
| Authorization and approval | Authorization and Approval |
| User permissions | User Permissions, Roles, and Authorization |
| References | Business References and System References |