C_CN_TaxInvcType

DDL: C_CN_TAXINVCTYPE Type: view CONSUMPTION Package: GLO_FIN_TAX_INVC_MGMT_COMM_CN

China Tax Invoice Type

C_CN_TaxInvcType is a Consumption CDS View that provides data about "China Tax Invoice Type" in SAP S/4HANA. It reads from 1 data source (I_CN_TaxInvcType) and exposes 2 fields with key field CN_TaxInvcType. It has 1 association to related views. It is exposed through 4 OData services (ASQL_F0859, ASQL_F6852, ASQL_F7900, ...). Part of development package GLO_FIN_TAX_INVC_MGMT_COMM_CN.

Data Sources (1)

SourceAliasJoin Type
I_CN_TaxInvcType type from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CN_TaxInvcTypeT _Text $projection.CN_TaxInvcType = _Text.CN_TaxInvcType

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName CCNTXITYPE view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey CN_TaxInvcType view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
VDM.viewType #CONSUMPTION view
VDM.private false view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label China Tax Invoice Type view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F0859 ASQL_F0859 C2 NOT_RELEASED
ASQL_F6852 ASQL_F6852 C2 NOT_RELEASED
ASQL_F7900 ASQL_F7900 C2 NOT_RELEASED
UI_CN_VATINVOICEBINDING_MANAGE UI_CN_VATINVOICEBINDING_M V2 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CN_TaxInvcType I_CN_TaxInvcType CN_TaxInvcType
_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 C_CN_TaxInvcType.
-- 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_CN_TaxInvcType AS
SELECT
  type.CN_TaxInvcType AS CN_TaxInvcType
FROM I_CN_TaxInvcType AS type
LEFT OUTER JOIN I_CN_TaxInvcTypeT AS _Text ON CN_TaxInvcType = _Text.CN_TaxInvcType  -- association [0..*]
;