I_TranspChargeCalcReslnBase

DDL: I_TRANSPCHARGECALCRESLNBASE Type: view BASIC

Transportation Charges Calculation Resolution Base

I_TranspChargeCalcReslnBase is a Basic CDS View (Dimension) that provides data about "Transportation Charges Calculation Resolution Base" in SAP S/4HANA. It reads from 1 data source (/scmtms/c_res_bs) and exposes 2 fields with key field TranspChargeCalcReslnBase.

Data Sources (1)

SourceAliasJoin Type
/scmtms/c_res_bs /scmtms/c_res_bs from

Annotations (14)

NameValueLevelField
EndUserText.label Transportation Charges Calculation Resolution Base view
Analytics.dataCategory #DIMENSION view
ObjectModel.representativeKey TranspChargeCalcReslnBase view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #NONE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName ICALCRESBASE view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TranspChargeCalcReslnBase resolution_base Calc. Res. Base
_Text _Text

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_TranspChargeCalcReslnBase.
-- 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_TranspChargeCalcReslnBase AS
SELECT
  resolution_base AS TranspChargeCalcReslnBase
FROM /scmtms/c_res_bs
;