I_FrtCostAllocItmStdVH

DDL: I_FRTCOSTALLOCITMSTDVH Type: view_entity COMPOSITE

Freight Cost Allocation Document Item

I_FrtCostAllocItmStdVH (Composite)

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

Sales

I_FrtCostAllocItmStdVH is a Composite CDS View that provides data about "Freight Cost Allocation Document Item" in SAP S/4HANA. It reads from 1 data source (I_FrtCostAllocItm) and exposes 3 fields with key fields FreightCostAllocationDocument, FrtCostAllocDocumentItem.

SAP Help Documentation

CategorySettlement Management Document
Purpose
This CDS view exposes the values for the freight cost allocation documents with the corresponding items. It is based on the view I_FrtCostAllocItm . 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 run reports using this CDS view must have the authorization to display the following data: Authorization object W_WBRK_FKA Authorization required for Settlement Document Type ( LFART ) Authorization object W_WBRK_ORG Authorization required for the following: Company Code ( BUKRS ) Purchasing Organization ( EKORG ) Purchasing Group ( EKGRP ) Sales Org Data ( VKORG ) Distribution Channel ( VTWEG ) Division ( SPART )

Structure
Important Fields Important fields in this view include the following: Field Name Description FreightCostAllocationDocument Freight Cost Allocation Document FrtCostAllocDocumentItem Freight Cost Allocation Document Item

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessSales
Application ComponentLO-AB
CapabilitiesData Source for Search, Data Provider for Value Help
PackageSales for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view exposes the values for the freight cost allocation documents with the corresponding items. It is based on the view I_FrtCostAllocItm. </p> <p>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.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_FrtCostAllocItm I_FrtCostAllocItm from

Annotations (13)

NameValueLevelField
EndUserText.label Freight Cost Allocation Document Item view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey FrtCostAllocDocumentItem view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FreightCostAllocationDocument FreightCostAllocationDocument Freight Cost Allocation Document Number
KEY FrtCostAllocDocumentItem FrtCostAllocDocumentItem Document Item
_FrtCostAllocDoc _FrtCostAllocDoc

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_FrtCostAllocItmStdVH.
-- 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_FrtCostAllocItmStdVH AS
SELECT
  FreightCostAllocationDocument,
  FrtCostAllocDocumentItem
FROM I_FrtCostAllocItm
;