I_CustomizingTasks
Customizing Request: Tasks
I_CustomizingTasks is a CDS View that provides data about "Customizing Request: Tasks" in SAP S/4HANA. It reads from 1 data source (I_TasksHeader) and exposes 19 fields with key fields TransportRequestID, TransportRequestTaskID. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TasksHeader | I_TasksHeader | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TaskType | _TaskTypeText | $projection.TransportRequestTaskType = _TaskTypeText.domvalue_l |
| [0..1] | I_RequestStatus | _RequestStatusText | $projection.TransportRequestTaskStatus = _RequestStatusText.domvalue_l |
| [0..1] | I_User | _User | $projection.TransportRequestTaskOwner = _User.UserID |
| [0..*] | I_CustomizingTaskObjects | _TaskObjects | |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICUST_TASKS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Customizing Request: Tasks | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TransportRequestID | TransportRequestID | Parent Request | |
| KEY | TransportRequestTaskID | TransportRequestTaskID | Virtual Transport | |
| TransportRequestTaskType | TransportRequestTaskType | Type | ||
| TransportRequestTaskStatus | TransportRequestTaskStatus | Status | ||
| TransportRequestTaskTarget | TransportRequestTaskTarget | Transport Target | ||
| TransportRequestTaskCategory | TransportRequestTaskCategory | Category | ||
| TransportRequestTaskOwner | TransportRequestTaskOwner | Person Respons. | ||
| UserDescriptionendasUserDescription | ||||
| TransportRequestTaskChangedOn | TransportRequestTaskChangedOn | Date | ||
| TransportRequestTaskChangedAt | TransportRequestTaskChangedAt | Time | ||
| TransportRequestTaskDesc | TransportRequestTaskDesc | Short Description | ||
| TransportRequestTypeText | _TaskTypeText | TransportRequestTypeText | ||
| TransportRequestStatusText | _RequestStatusText | TransportRequestStatusText | ||
| IsFieldHidden | _Requests | IsFieldHidden | ||
| TransportRequestType | _Requests | TransportRequestType | ||
| TransportRequestTarget | _Requests | TransportRequestTarget | ||
| RepositoryId | _Requests | RepositoryId | ||
| _Requests | _Requests | |||
| _TaskObjects | _TaskObjects |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_CustomizingTasks.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ICUST_TASKS
CREATE VIEW I_CustomizingTasks AS
SELECT
TransportRequestID,
TransportRequestTaskID,
TransportRequestTaskType,
TransportRequestTaskStatus,
TransportRequestTaskTarget,
TransportRequestTaskCategory,
TransportRequestTaskOwner,
case when _User.UserDescription is null then TransportRequestTaskOwner when _User.UserDescription = '' then TransportRequestTaskOwner else _User.UserDescription end as UserDescription AS UserDescriptionendasUserDescription,
TransportRequestTaskChangedOn,
TransportRequestTaskChangedAt,
TransportRequestTaskDesc,
_TaskTypeText.TransportRequestTypeText AS TransportRequestTypeText,
_RequestStatusText.TransportRequestStatusText AS TransportRequestStatusText,
_Requests.IsFieldHidden AS IsFieldHidden,
_Requests.TransportRequestType AS TransportRequestType,
_Requests.TransportRequestTarget AS TransportRequestTarget,
_Requests.RepositoryId AS RepositoryId
FROM I_TasksHeader
LEFT OUTER JOIN I_TaskType AS _TaskTypeText ON TransportRequestTaskType = _TaskTypeText.domvalue_l -- association [0..1]
LEFT OUTER JOIN I_RequestStatus AS _RequestStatusText ON TransportRequestTaskStatus = _RequestStatusText.domvalue_l -- association [0..1]
LEFT OUTER JOIN I_User AS _User ON TransportRequestTaskOwner = _User.UserID -- association [0..1]
LEFT OUTER JOIN I_CustomizingTaskObjects AS _TaskObjects ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA