C_TrdCmplncLicTariffNumberTP

DDL: C_TRDCMPLNCLICTARIFFNUMBERTP Type: view_entity CONSUMPTION Package: VDM_SLL_LMG

License Tariff Numbers

C_TrdCmplncLicTariffNumberTP is a Consumption CDS View that provides data about "License Tariff Numbers" in SAP S/4HANA. It reads from 1 data source (I_TrdCmplncLicTariffNumberTP) and exposes 20 fields with key field TrdCmplncLicTrifNoUUID. It is exposed through 1 OData service (ASQL_F2545). Part of development package VDM_SLL_LMG.

Data Sources (1)

SourceAliasJoin Type
I_TrdCmplncLicTariffNumberTP I_TrdCmplncLicTariffNumberTP projection

Annotations (7)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
Metadata.allowExtensions true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2545 ASQL_F2545 C2 NOT_RELEASED

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY TrdCmplncLicTrifNoUUID TrdCmplncLicTrifNoUUID
TrdCmplncLicenseUUID TrdCmplncLicenseUUID
CustomsTariffNumber CustomsTariffNumber
TrdCmplncLicenseMaxAmount TrdCmplncLicenseMaxAmount
TrdCmplncLicenseUsdAmount TrdCmplncLicenseUsdAmount
TrdCmplncLicenseAvailAmount TrdCmplncLicenseAvailAmount
TrdCmplncLicenseDeprCurrency TrdCmplncLicenseDeprCurrency
TrdCmplncLicenseAmtExcdPct TrdCmplncLicenseAmtExcdPct
TrdCmplncLicenseMaxQuantity TrdCmplncLicenseMaxQuantity
TrdCmplncLicenseUsdQuantity TrdCmplncLicenseUsdQuantity
TrdCmplncLicenseAvailQuantity TrdCmplncLicenseAvailQuantity
TrdCmplncLicenseDeprUnit TrdCmplncLicenseDeprUnit
TrdCmplncLicenseQtyExcdPct TrdCmplncLicenseQtyExcdPct
TrdCmplncLicenseAmtAssgmtLvl _TrdCmplncLicenseTP TrdCmplncLicenseAmtAssgmtLvl
TrdCmplncLicenseQtyAssgmtLvl _TrdCmplncLicenseTP TrdCmplncLicenseQtyAssgmtLvl
MaxAmtAtCstmsTNLvlIsInactive _TrdCmplncLicenseTP MaxAmtAtCstmsTNLvlIsInactive
MaxQtyAtCstmsTNLvlIsInactive _TrdCmplncLicenseTP MaxQtyAtCstmsTNLvlIsInactive
_TrdCmplncLicHeader _TrdCmplncLicHeader
_Currency _Currency
_UnitOfMeasure _UnitOfMeasure

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_TrdCmplncLicTariffNumberTP.
-- 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_TrdCmplncLicTariffNumberTP AS
SELECT
  TrdCmplncLicTrifNoUUID,
  TrdCmplncLicenseUUID,
  CustomsTariffNumber,
  TrdCmplncLicenseMaxAmount,
  TrdCmplncLicenseUsdAmount,
  TrdCmplncLicenseAvailAmount,
  TrdCmplncLicenseDeprCurrency,
  TrdCmplncLicenseAmtExcdPct,
  TrdCmplncLicenseMaxQuantity,
  TrdCmplncLicenseUsdQuantity,
  TrdCmplncLicenseAvailQuantity,
  TrdCmplncLicenseDeprUnit,
  TrdCmplncLicenseQtyExcdPct,
  _TrdCmplncLicenseTP.TrdCmplncLicenseAmtAssgmtLvl AS TrdCmplncLicenseAmtAssgmtLvl,
  _TrdCmplncLicenseTP.TrdCmplncLicenseQtyAssgmtLvl AS TrdCmplncLicenseQtyAssgmtLvl,
  _TrdCmplncLicenseTP.MaxAmtAtCstmsTNLvlIsInactive AS MaxAmtAtCstmsTNLvlIsInactive,
  _TrdCmplncLicenseTP.MaxQtyAtCstmsTNLvlIsInactive AS MaxQtyAtCstmsTNLvlIsInactive
FROM I_TrdCmplncLicTariffNumberTP
;