I_AcademicTitle

DDL: I_ACADEMICTITLE Type: view_entity BASIC

Academic Titles

I_AcademicTitle (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

AcademicTitle · Cross Applications

I_AcademicTitle is a Basic CDS View (Dimension) that provides data about "Academic Titles" in SAP S/4HANA.

SAP Help Documentation

CategoryCDS Views for Business Address Service
Purpose
This CDS view returns the academic titles of a person. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations Users who want to use this CDS view don't need any special authorization.

Structure
Important Fields Important fields in this view include the following: Field Name Description AcademicTitle Academic Title Key AcademicTitleName Academic Title: Written Form

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentBC-SRV-ADR
CapabilitiesAssociation Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source in SQL Select
PackageCross Applications for SAP S/4HANA Cloud Private Edition

Documentation

Annotations (11)

NameValueLevelField
EndUserText.label Academic Titles view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey AcademicTitle view
Analytics.technicalName IACADEMICTITLE view
ObjectModel.sapObjectNodeType.name AcademicTitle view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AcademicTitle title_key Academic Title: Key
AcademicTitleName title_text Academic Title: Written Form
_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 I_AcademicTitle.
-- 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 I_AcademicTitle AS
SELECT
  title_key AS AcademicTitle,
  title_text AS AcademicTitleName
;