I_CostCenterActivityTypeTextTP
Languages
I_CostCenterActivityTypeTextTP is a Transactional CDS View that provides data about "Languages" in SAP S/4HANA. It reads from 1 data source (I_CostCenterActivityTypeText) and exposes 15 fields with key fields Language, ControllingArea, CostCtrActivityType, ValidityEndDate. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CostCenterActivityTypeText | I_CostCenterActivityTypeText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CostCenterActivityTypeTP | _CostCenterActivityTypeTP | $projection.ControllingArea = _CostCenterActivityTypeTP.ControllingArea and $projection.CostCtrActivityType = _CostCenterActivityTypeTP.CostCtrActivityType and $projection.ValidityEndDate = _CostCenterActivityTypeTP.ValidityEndDate |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICCACTTYPTXTTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.writeDraftPersistence | CSLT_DRAFT | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Languages | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | Report Text Language | |
| KEY | ControllingArea | ControllingArea | Controlling Area | |
| KEY | CostCtrActivityType | CostCtrActivityType | Activity Type | |
| KEY | ValidityEndDate | ValidityEndDate | ValidTo | |
| LanguageForEdit | Language | Report Text Language | ||
| CostCtrActivityTypeName | CostCtrActivityTypeName | |||
| CostCtrActivityTypeDesc | CostCtrActivityTypeDesc | |||
| ValidityStartDate | ValidityStartDate | Validity Start Date | ||
| LanguageISOCode | _Language | LanguageISOCode | Language ISO Code | |
| LanguageName | ||||
| CostCtrActyTypeTxtSearchTerm | CostCtrActyTypeTxtSearchTerm | Short Text | ||
| UxFcCostCtrActivityTypeDesc | ||||
| _CostCenterActivityTypeTP | _CostCenterActivityTypeTP | |||
| _ControllingArea | _ControllingArea | |||
| _Language | _Language |
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_CostCenterActivityTypeTextTP.
-- 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: ICCACTTYPTXTTP
CREATE VIEW I_CostCenterActivityTypeTextTP AS
SELECT
Language,
ControllingArea,
CostCtrActivityType,
ValidityEndDate,
Language AS LanguageForEdit,
CostCtrActivityTypeName,
CostCtrActivityTypeDesc,
ValidityStartDate,
_Language.LanguageISOCode AS LanguageISOCode,
_Language._Text[1:Language=$session.system_language].LanguageName AS LanguageName,
CostCtrActyTypeTxtSearchTerm,
cast ( '' as fco_long_text_indicator ) AS UxFcCostCtrActivityTypeDesc
FROM I_CostCenterActivityTypeText
LEFT OUTER JOIN I_CostCenterActivityTypeTP AS _CostCenterActivityTypeTP ON ControllingArea = _CostCenterActivityTypeTP.ControllingArea AND CostCtrActivityType = _CostCenterActivityTypeTP.CostCtrActivityType AND ValidityEndDate = _CostCenterActivityTypeTP.ValidityEndDate -- association [1..1]
;
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