P_TagAssignment
P_TagAssignment is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_AllocTagObjectAssignment) and exposes 5 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AllocTagObjectAssignment | I_AllocTagObjectAssignment | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PTAGASGMNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| AllocationType | AllocationType | |||
| AllocationCycle | AllocationCycle | |||
| AllocationCycleStartDate | AllocationCycleStartDate | |||
| AllocationCycleSegment | AllocationCycleSegment | |||
| AllocationTagID | AllocationTagID |
@AbapCatalog.sqlViewName: 'PTAGASGMNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Is Tag Assigned'
@VDM: {
viewType: #CONSUMPTION,
private: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MIXED
}
define view P_TagAssignment
as select from I_AllocTagObjectAssignment
{
AllocationType,
AllocationCycle,
AllocationCycleStartDate,
AllocationCycleSegment,
AllocationTagID
}
group by
AllocationType,
AllocationCycle,
AllocationCycleStartDate,
AllocationCycleSegment,
AllocationTagID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ALLOCTAGOBJECTASSIGNMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- 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 Annotations — A Complete Guide
- 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