Skip to content

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

CodeEnglish NamePage TypeStudy Focus
[9106]My Work ItemsApproval work queueItems waiting for the current user to process.
[9105]My RequestsRequest trackingRequests submitted by the current user.
[9107]Data Synchronization Status InquirySync inquiryStatus of cross-system or asynchronous synchronization.

[9106] My Work Items

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

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

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.

ConceptLink
Authorization and approvalAuthorization and Approval
User permissionsUser Permissions, Roles, and Authorization
ReferencesBusiness References and System References