C_RU_ImprtCstmsDeclnHdrTP

DDL: C_RU_IMPRTCSTMSDECLNHDRTP SQL: CRUIMPCSTDECLHTP Type: view CONSUMPTION Package: GLO_FIN_IS_RU_FOREIGN_TRADE

ImCD header: consumption

C_RU_ImprtCstmsDeclnHdrTP is a Consumption CDS View that provides data about "ImCD header: consumption" in SAP S/4HANA. It reads from 1 data source (I_RU_ImprtCstmsDeclnHdrTP) and exposes 9 fields with key field ImportCustomsDecln. Part of development package GLO_FIN_IS_RU_FOREIGN_TRADE.

Data Sources (1)

SourceAliasJoin Type
I_RU_ImprtCstmsDeclnHdrTP Header from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CRUIMPCSTDECLHTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label ImCD header: consumption view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY ImportCustomsDecln I_RU_ImprtCstmsDeclnHdrTP ImportCustomsDecln
CompanyCode I_RU_ImprtCstmsDeclnHdrTP CompanyCode Receiver Company Code
RU_EntryCustomsOffice I_RU_ImprtCstmsDeclnHdrTP RU_EntryCustomsOffice
CustomsDeclarationDate I_RU_ImprtCstmsDeclnHdrTP CustomsDeclarationDate
RU_CustomsDeclaration I_RU_ImprtCstmsDeclnHdrTP RU_CustomsDeclaration
Supplier I_RU_ImprtCstmsDeclnHdrTP Supplier Supplier
RU_CustomsDeclarationOrigin I_RU_ImprtCstmsDeclnHdrTP RU_CustomsDeclarationOrigin
RU_CustomsDeclarationType I_RU_ImprtCstmsDeclnHdrTP RU_CustomsDeclarationType
_Item _Item

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_RU_ImprtCstmsDeclnHdrTP.
-- 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.
-- SQL view name: CRUIMPCSTDECLHTP

CREATE VIEW C_RU_ImprtCstmsDeclnHdrTP AS
SELECT
  Header.ImportCustomsDecln AS ImportCustomsDecln,
  Header.CompanyCode AS CompanyCode,
  Header.RU_EntryCustomsOffice AS RU_EntryCustomsOffice,
  Header.CustomsDeclarationDate AS CustomsDeclarationDate,
  Header.RU_CustomsDeclaration AS RU_CustomsDeclaration,
  Header.Supplier AS Supplier,
  Header.RU_CustomsDeclarationOrigin AS RU_CustomsDeclarationOrigin,
  Header.RU_CustomsDeclarationType AS RU_CustomsDeclarationType
FROM I_RU_ImprtCstmsDeclnHdrTP AS Header
;