C_SftyDataShtCntctTP

DDL: C_SFTYDATASHTCNTCTTP Type: view_entity CONSUMPTION

SDS Contact

C_SftyDataShtCntctTP is a Consumption CDS View that provides data about "SDS Contact" in SAP S/4HANA. It reads from 1 data source (R_SftyDataShtCntctTP) and exposes 7 fields with key field SftyDataShtCntctUUID.

Data Sources (1)

SourceAliasJoin Type
R_SftyDataShtCntctTP R_SftyDataShtCntctTP projection

Annotations (15)

NameValueLevelField
EndUserText.label SDS Contact view
UI.headerInfo.typeName SDS Contact view
UI.headerInfo.typeNamePlural SDS Contacts view
UI.headerInfo.title.type #STANDARD view
UI.headerInfo.title.label Contact Identifier view
UI.headerInfo.title.value SftyDataShtCntctID view
Metadata.allowExtensions true view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.representativeKey SftyDataShtCntctUUID view
ObjectModel.sapObjectNodeType.name SafetyDataSheetContact view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SftyDataShtCntctUUID SftyDataShtCntctUUID
neededforeTagLastChangeDateTime
SftyDataShtCntctID SftyDataShtCntctID Identifier
SalesOrganizationNamelocalized
ProductvirtualProductproductnumber
ResponsibleUnitNamelocalized
LogoLogoName

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 C_SftyDataShtCntctTP.
-- 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 C_SftyDataShtCntctTP AS
SELECT
  SftyDataShtCntctUUID,
  SftyDataShtCntctID,
  _SalesOrganization._Text.SalesOrganizationName : localized AS SalesOrganizationNamelocalized,
  _ResponsibleUnit._Text.ResponsibleUnitName : localized AS ResponsibleUnitNamelocalized
FROM R_SftyDataShtCntctTP
;