I_TrackToolUsageTP
Composite view for manage (track) tools application
I_TrackToolUsageTP is a Transactional CDS View that provides data about "Composite view for manage (track) tools application" in SAP S/4HANA. It reads from 1 data source (I_TrackToolUsage) and exposes 36 fields with key field Equipment. Part of development package MPE_EXEC_TRACKABLE_TOOLS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_TrackToolUsage | I_TrackToolUsage | from |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ITTUTRACKTOOLSTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Composite view for manage (track) tools application | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.transactionalProcessingUnitRoot | true | view | |
| ObjectModel.writeActivePersistence | ITTUTRACKTOOLSTP | view | |
| ObjectModel.representativeKey | Equipment | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | false | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #D | view |
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Equipment | Equipment | Equipment check | |
| MaintObjectInternalID | MaintObjectInternalID | Object number | ||
| EquipmentCategory | EquipmentCategory | EquipCategory | ||
| CreatedByUser | CreatedByUser | User Name | ||
| SerialNumber | SerialNumber | Serial Number | ||
| Material | Material | Vehicle Model | ||
| UniqueItemIdentifier | UniqueItemIdentifier | UII | ||
| EquipmentClaimType | EquipmentClaimType | |||
| Plant | Plant | Valuation Area | ||
| MaintenancePlant | MaintenancePlant | Plant | ||
| StorageLocation | StorageLocation | StorageLocation | ||
| EquipLastClaimDateTime | EquipLastClaimDateTime | |||
| EquipLastUnclaimDateTime | EquipLastUnclaimDateTime | |||
| EquipmentHistoryDocument | EquipmentHistoryDocument | |||
| OperationActivityName | OperationActivityName | |||
| OpActyNtwkElementExternalID | OpActyNtwkElementExternalID | Op. Activity | ||
| Operation | Operation | Transaction | ||
| OrderID | OrderID | Order ID | ||
| WorkCenterInternalID | WorkCenterInternalID | Work Center | ||
| WorkCenter | _WorkCenter | WorkCenter | Work Center | |
| BusinessPartner | BusinessPartner | Issuing Authority | ||
| EquipClaimDurationInSeconds | EquipClaimDurationInSeconds | |||
| EquipmentIsClaimed | EquipmentIsClaimed | |||
| EquipmentIsOnHold | EquipmentIsOnHold | |||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| _Equipment | _Equipment | |||
| _Status | _Status | |||
| _TrackToolUsageClaimType | _TrackToolUsageClaimType | |||
| _TrackToolUsageCountForDoc | _TrackToolUsageCountForDoc | |||
| _EquipmentProdnRsceTool | _EquipmentProdnRsceTool | |||
| _EquipmentCategory | _EquipmentCategory | |||
| _Material | _Material | |||
| _Plant | _Plant | |||
| _Order | _Order | |||
| _WorkCenter | _WorkCenter | |||
| _MaintenancePlanningPlant | _MaintenancePlanningPlant |
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_TrackToolUsageTP.
-- 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: ITTUTRACKTOOLSTP
CREATE VIEW I_TrackToolUsageTP AS
SELECT
Equipment,
MaintObjectInternalID,
EquipmentCategory,
CreatedByUser,
SerialNumber,
Material,
UniqueItemIdentifier,
EquipmentClaimType,
Plant,
MaintenancePlant,
StorageLocation,
EquipLastClaimDateTime,
EquipLastUnclaimDateTime,
EquipmentHistoryDocument,
OperationActivityName,
OpActyNtwkElementExternalID,
Operation,
OrderID,
WorkCenterInternalID,
_WorkCenter.WorkCenter AS WorkCenter,
BusinessPartner,
EquipClaimDurationInSeconds,
EquipmentIsClaimed,
EquipmentIsOnHold,
AuthorizationGroup
FROM I_TrackToolUsage
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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