C_CN_TaxInvcGldnTxSystSts

DDL: C_CN_TAXINVCGLDNTXSYSTSTS SQL: CCNTXIGTSSTS Type: view CONSUMPTION

China Tax Invoice Golden Tax System Status

C_CN_TaxInvcGldnTxSystSts is a Consumption CDS View that provides data about "China Tax Invoice Golden Tax System Status" in SAP S/4HANA. It reads from 1 data source (I_CN_TaxInvcGldnTxSystSts) and exposes 2 fields with key field CN_TaxInvcGldnTxSystSts.

Data Sources (1)

SourceAliasJoin Type
I_CN_TaxInvcGldnTxSystSts I_CN_TaxInvcGldnTxSystSts from

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName CCNTXIGTSSTS view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
VDM.private false view
ObjectModel.representativeKey CN_TaxInvcGldnTxSystSts view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #META view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label China Tax Invoice Golden Tax System Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CN_TaxInvcGldnTxSystSts CN_TaxInvcGldnTxSystSts GT Status
StatusDescription StatusDescription GT Status

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_TaxInvcGldnTxSystSts.
-- 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: CCNTXIGTSSTS

CREATE VIEW C_CN_TaxInvcGldnTxSystSts AS
SELECT
  CN_TaxInvcGldnTxSystSts,
  StatusDescription
FROM I_CN_TaxInvcGldnTxSystSts
;