A_AppointmentActivity
Appointment Activity
A_AppointmentActivity is a Composite CDS View that provides data about "Appointment Activity" in SAP S/4HANA. It reads from 1 data source (I_CustMgmtActivityEnhcd) and exposes 25 fields with key field AppointmentActivity. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustMgmtActivityEnhcd | AppointmentActivity | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_AppointmentActyPersonResp | _PersonResponsible | $projection.AppointmentActivity = _PersonResponsible.AppointmentActivity |
| [0..*] | A_AppointmentActyAttendee | _AppointmentActivityAttendee | $projection.AppointmentActivity = _AppointmentActivityAttendee.AppointmentActivity |
| [0..*] | A_AppointmentActivityText | _Text | $projection.AppointmentActivity = _Text.AppointmentActivity |
| [0..1] | E_ActivityDocument | _Extension | _Extension.BusinessObjectType = 'BUS2000126' and $projection.AppointmentActivity = _Extension.ActivityDocument |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Appointment Activity | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AbapCatalog.sqlViewName | AAPPTACT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | AppointmentActivity | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AppointmentActivity | CustMgmtActivity | ||
| AppointmentActivityType | CustMgmtActivityType | |||
| AppointmentActivityUUID | CustMgmtActivityUUID | |||
| AppointmentActivityDescription | CustMgmtActivityDescription | |||
| CustMgmtActivityCategory | CustMgmtActivityCategory | |||
| CustMgmtActivityPriority | CustMgmtActivityPriority | |||
| CustMgmtActivityIsPrivate | CustMgmtActivityIsPrivate | |||
| CustMgmtActyIsDspdInCalendar | CustMgmtActyIsDspdInCalendar | |||
| ApptActivityLocationText | CustMgmtActivityLocationText | |||
| Account | Account | Std. Account | ||
| ContactPerson | ContactPerson | Contact Person Key | ||
| AppointmentActivityIsRejected | CustMgmtActivityIsRejected | |||
| CustMgmtActivityStartDateTime | CustMgmtActivityStartDateTime | |||
| CustMgmtActivityEndDateTime | CustMgmtActivityEndDateTime | |||
| ResponsibleSalesOrganization | ResponsibleSalesOrganization | |||
| ServiceOrganization | ServiceOrganization | |||
| ResponsibleServiceOrganization | ResponsibleServiceOrganization | |||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| Division | Division | Internal Division ID | ||
| SalesOrganizationOrgUnitID | SalesOrganizationOrgUnitID | |||
| SalesOfficeOrgUnitID | SalesOfficeOrgUnitID | |||
| SalesGroupOrgUnitID | SalesGroupOrgUnitID | |||
| _PersonResponsible | _PersonResponsible | |||
| _AppointmentActivityAttendee | _AppointmentActivityAttendee | |||
| _Text | _Text |
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 A_AppointmentActivity.
-- 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.
CREATE VIEW A_AppointmentActivity AS
SELECT
CustMgmtActivity AS AppointmentActivity,
CustMgmtActivityType AS AppointmentActivityType,
CustMgmtActivityUUID AS AppointmentActivityUUID,
CustMgmtActivityDescription AS AppointmentActivityDescription,
CustMgmtActivityCategory,
CustMgmtActivityPriority,
CustMgmtActivityIsPrivate,
CustMgmtActyIsDspdInCalendar,
CustMgmtActivityLocationText AS ApptActivityLocationText,
Account,
ContactPerson,
CustMgmtActivityIsRejected AS AppointmentActivityIsRejected,
CustMgmtActivityStartDateTime,
CustMgmtActivityEndDateTime,
ResponsibleSalesOrganization,
ServiceOrganization,
ResponsibleServiceOrganization,
DistributionChannel,
Division,
SalesOrganizationOrgUnitID,
SalesOfficeOrgUnitID,
SalesGroupOrgUnitID
FROM I_CustMgmtActivityEnhcd AS AppointmentActivity
LEFT OUTER JOIN A_AppointmentActyPersonResp AS _PersonResponsible ON AppointmentActivity = _PersonResponsible.AppointmentActivity -- association [0..*]
LEFT OUTER JOIN A_AppointmentActyAttendee AS _AppointmentActivityAttendee ON AppointmentActivity = _AppointmentActivityAttendee.AppointmentActivity -- association [0..*]
LEFT OUTER JOIN A_AppointmentActivityText AS _Text ON AppointmentActivity = _Text.AppointmentActivity -- association [0..*]
LEFT OUTER JOIN E_ActivityDocument AS _Extension ON _Extension.BusinessObjectType = 'BUS2000126' AND AppointmentActivity = _Extension.ActivityDocument -- association [0..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