R_SftyCertSftyPrcautnTmplDraft
Sfty Cert Sfty Prcautn Tmpl Draft
R_SftyCertSftyPrcautnTmplDraft is a Basic CDS View that provides data about "Sfty Cert Sfty Prcautn Tmpl Draft" in SAP S/4HANA. It reads from 1 data source (sftycerttspr_d) and exposes 25 fields with key fields SafetyCertificate, SftyCertSftyPrcautnGrpCategory, SftyCertSafetyPrecautionGroup, SftyCertSafetyPrecaution, DraftUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sftycerttspr_d | sftycerttspr_d | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | E_SftyCertTmplSftyPrcautnDraft | _SafetyCertTempSPDExtension | $projection.SafetyCertificate = _SafetyCertTempSPDExtension.SafetyCertificate and $projection.SftyCertSftyPrcautnGrpCategory = _SafetyCertTempSPDExtension.SftyCertSftyPrcautnGrpCategory and $projection.SftyCertSafetyPrecautionGroup = _SafetyCertTempSPDExtension.SftyCertSafetyPrecautionGroup and $projection.SftyCertSafetyPrecaution = _SafetyCertTempSPDExtension.SftyCertSafetyPrecaution and $projection.DraftUUID = _SafetyCertTempSPDExtension.DraftUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Sfty Cert Sfty Prcautn Tmpl Draft | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | STS | view | |
| AbapCatalog.extensibility.quota.maximumFields | 250 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 5000 | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SafetyCertificate | safetycertificate | WC Document | |
| KEY | SftyCertSftyPrcautnGrpCategory | sftycertsftyprcautngrpcategory | Category | |
| KEY | SftyCertSafetyPrecautionGroup | sftycertsafetyprecautiongroup | Safety Rqmt Group | |
| KEY | SftyCertSafetyPrecaution | sftycertsafetyprecaution | Safety Rqmt | |
| KEY | DraftUUID | draftuuid | UUID | |
| ParentDraftUUID | parentdraftuuid | NodeID | ||
| SafetyCertificateInternalID | safetycertificateinternalid | Object number | ||
| UserCommentsText | usercommentstext | Character 100 | ||
| CreatedByUser | createdbyuser | User Name | ||
| CreatedByUserName | createdbyusername | Person Resp. | ||
| CreationDateTime | creationdatetime | Timestamp | ||
| SftyCertSftyPrcautnIsSelected | sftycertsftyprcautnisselected | Checkbox | ||
| SftyCertSftyPrcautnIsImplmtd | sftycertsftyprcautnisimplmtd | Checkbox | ||
| SftyCertSftyPrcautnCritltyCode | sftycertsftyprcautncritltycode | Criticality | ||
| CriticalityText | criticalitytext | |||
| MaintenancePlanningPlant | maintenanceplanningplant | Planning Plant | ||
| SafetyCertificateType | safetycertificatetype | Usage | ||
| WrkPmtSftyRequirementGroupText | wrkpmtsftyrequirementgrouptext | Safety Rqmt Grp Txt | ||
| WrkPmtSafetyRequirementText | wrkpmtsafetyrequirementtext | Safety Rqmt Txt | ||
| 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_SftyCertSftyPrcautnTmplDraft.
-- 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_SftyCertSftyPrcautnTmplDraft AS
SELECT
SafetyCertificate,
SftyCertSftyPrcautnGrpCategory,
SftyCertSafetyPrecautionGroup,
SftyCertSafetyPrecaution,
DraftUUID,
ParentDraftUUID,
SafetyCertificateInternalID,
UserCommentsText,
CreatedByUser,
CreatedByUserName,
CreationDateTime,
SftyCertSftyPrcautnIsSelected,
SftyCertSftyPrcautnIsImplmtd,
SftyCertSftyPrcautnCritltyCode,
CriticalityText,
MaintenancePlanningPlant,
SafetyCertificateType,
WrkPmtSftyRequirementGroupText,
WrkPmtSafetyRequirementText,
DraftEntityCreationDateTime,
DraftEntityLastChangeDateTime,
DraftAdministrativeDataUUID,
DraftEntityOperationCode,
HasActiveEntity,
DraftFieldChanges
FROM sftycerttspr_d
LEFT OUTER JOIN E_SftyCertTmplSftyPrcautnDraft AS _SafetyCertTempSPDExtension ON SafetyCertificate = _SafetyCertTempSPDExtension.SafetyCertificate AND SftyCertSftyPrcautnGrpCategory = _SafetyCertTempSPDExtension.SftyCertSftyPrcautnGrpCategory AND SftyCertSafetyPrecautionGroup = _SafetyCertTempSPDExtension.SftyCertSafetyPrecautionGroup AND SftyCertSafetyPrecaution = _SafetyCertTempSPDExtension.SftyCertSafetyPrecaution AND DraftUUID = _SafetyCertTempSPDExtension.DraftUUID -- 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