R_SftyCertTemplateLongTxtDraft

DDL: R_SFTYCERTTEMPLATELONGTXTDRAFT Type: view_entity BASIC Package: VDM_EAM_WCM_SAFETY_CERTIFICATE

Sfty Cert Template Long Txt Draft

R_SftyCertTemplateLongTxtDraft is a Basic CDS View that provides data about "Sfty Cert Template Long Txt Draft" in SAP S/4HANA. It reads from 1 data source (sftycerttltxt_d) and exposes 15 fields with key fields SafetyCertificate, Language, DraftUUID. Part of development package VDM_EAM_WCM_SAFETY_CERTIFICATE.

Data Sources (1)

SourceAliasJoin Type
sftycerttltxt_d sftycerttltxt_d from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Sfty Cert Template Long Txt Draft view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY SafetyCertificate safetycertificate WC Document
KEY Language language Report Text Language
KEY DraftUUID draftuuid UUID
ParentDraftUUID parentdraftuuid NodeID
SafetyCertificateInternalID safetycertificateinternalid Object number
TextObjectKey textobjectkey Text Name
TextObjectCategory textobjectcategory Text object
TextObjectType textobjecttype Text ID
SafetyCertificateLongText safetycertificatelongtext Long Text
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes

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 R_SftyCertTemplateLongTxtDraft.
-- 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 R_SftyCertTemplateLongTxtDraft AS
SELECT
  SafetyCertificate,
  Language,
  DraftUUID,
  ParentDraftUUID,
  SafetyCertificateInternalID,
  TextObjectKey,
  TextObjectCategory,
  TextObjectType,
  SafetyCertificateLongText,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM sftycerttltxt_d
;