C_SftyDataShtOutpReqFDP_2
Safety Data Sheet Shipment Request
C_SftyDataShtOutpReqFDP_2 (Consumption)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Cross Applications
C_SftyDataShtOutpReqFDP_2 is a Consumption CDS View that provides data about "Safety Data Sheet Shipment Request" in SAP S/4HANA. It reads from 1 data source (I_SftyDataShtOutpReq) and exposes 17 fields with key field SftyDataShtOutpReqUUID. It has 1 association to related views.
SAP Help Documentation
| Category | CDS Views for Safety Data Sheet Management |
|---|---|
| Status | Released |
This CDS view represents a form data provider for Output Management. The CDS view provides data that can be used on a coversheet form for safety data sheets. This CDS view provides the prerequisites for answering the following business questions:
Prerequisites
You have authorizations to display safety data sheet shipment requests for the authorization object EHSDS_OR.
Structure
Object types This view is built on the following object type: Safety data sheet shipment request Main CDS parameters and filters This view has no input parameters. Measures and attributes Some important measures and attributes are: Safety data sheet recipient (business partner) Safety data sheet shipment origin Shipment items: Product Language Generation date of safety data sheet Version number of safety data sheet
SAP Business Warehouse (SAP BW) Extraction
Note The corresponding DataSource (Extractor) and this CDS view may have different functionalities. In case you are interested in the details of the DataSource, see the related documentation on the SAP Help Portal at https://help.sap.com/viewer/p/BI_CONTENT_757 under Application Help SAP Library BI Content . For more information on extraction, see Extracting Data Through CDS Views to SAP BW/4HANA . not applicable
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Cross Applications |
| Application Component | EHS-SUS-SDS |
| Capabilities | Output: Form Data Provider |
| Package | Cross Applications for SAP S/4HANA Cloud Private Edition |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SftyDataShtOutpReq | I_SftyDataShtOutpReq | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_SftyDataShtOutpReqItemEnhcd | _OutputItem | $projection.SftyDataShtOutpReqUUID = _OutputItem.SftyDataShtOutpReqUUID |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Safety Data Sheet Shipment Request | view | |
| AbapCatalog.sqlViewName | CSDSORFDP2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.representativeKey | SftyDataShtOutpReqUUID | view | |
| ObjectModel.modelingPattern | #OUTPUT_FORM_DATA_PROVIDER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SftyDataShtOutpReqUUID | SftyDataShtOutpReqUUID | SDS Output Request UUID | |
| Customer | Customer | Ship-To Party Customer | ||
| SftyDataShtRcpntPty | SftyDataShtRcpntPty | SDS Recipient (obsolete) | ||
| SftyDataShtRcpntAddrID | SftyDataShtRcpntAddrID | SDS Recipient Address | ||
| ShipToPartyAddressID | ShipToPartyAddressID | Ship-to Party Address | ||
| ShipToPartyCountry | ShipToPartyCountry | Safety Data Sheet Ship-to Country/Region ID | ||
| ShipToPartyRegion | ShipToPartyRegion | Safety Data Sheet Ship-to Region ID | ||
| SftyDataShtShipmentDateTime | SftyDataShtShipmentDateTime | Shipment Date and Time for Safety Data Sheet | ||
| SftyDataShtOutpDateTime | SftyDataShtOutpDateTime | Output Date and Time of Safety Data Sheet | ||
| SftyDataShtOutpReqStatus | SftyDataShtOutpReqStatus | Status of Safety Data Sheet Output Request | ||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| SftyDataShtOutpReqNoteText | SftyDataShtOutpReqNoteText | Safety Data Sheet Manual Shipment Notes | ||
| associations_OutputItem | ||||
| _SalesOrg | _SalesOrg | |||
| _RecipientParty | _RecipientParty | |||
| _BusinessPartner | _BusinessPartner | |||
| _BusinessPartnerCustomer | _BusinessPartnerCustomer |
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_SftyDataShtOutpReqFDP_2.
-- 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_SftyDataShtOutpReqFDP_2 AS
SELECT
SftyDataShtOutpReqUUID,
Customer,
SftyDataShtRcpntPty,
SftyDataShtRcpntAddrID,
ShipToPartyAddressID,
ShipToPartyCountry,
ShipToPartyRegion,
SftyDataShtShipmentDateTime,
SftyDataShtOutpDateTime,
SftyDataShtOutpReqStatus,
SalesOrganization,
SftyDataShtOutpReqNoteText
FROM I_SftyDataShtOutpReq
LEFT OUTER JOIN I_SftyDataShtOutpReqItemEnhcd AS _OutputItem ON SftyDataShtOutpReqUUID = _OutputItem.SftyDataShtOutpReqUUID -- association [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