I_IN_SuplrGSTHlthChkErrDet

DDL: I_IN_SUPLRGSTHLTHCHKERRDET Type: view_entity COMPOSITE Package: J1I_GST_LOG_APP

Supplier GST IN HealthCheck Error Detail

I_IN_SuplrGSTHlthChkErrDet is a Composite CDS View that provides data about "Supplier GST IN HealthCheck Error Detail" in SAP S/4HANA. It reads from 1 data source (P_IN_SuplrGSTHlthChk) and exposes 6 fields with key fields CompanyCode, Supplier, IN_GSTHlthChkCategory, IN_GSTHealthCheck. Part of development package J1I_GST_LOG_APP.

Data Sources (1)

SourceAliasJoin Type
P_IN_SuplrGSTHlthChk P_IN_SuplrGSTHlthChk from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Supplier GST IN HealthCheck Error Detail view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY Supplier Supplier Supplier
KEY IN_GSTHlthChkCategory IN_GSTHlthChkCategory
KEY IN_GSTHealthCheck IN_GSTHealthCheck
IN_GSTHealthCheckErrDesc IN_GSTHealthCheckErrDesc
_SupplierGSTHlthChkCategory _SupplierGSTHlthChkCategory

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_IN_SuplrGSTHlthChkErrDet.
-- 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_IN_SuplrGSTHlthChkErrDet AS
SELECT
  CompanyCode,
  Supplier,
  IN_GSTHlthChkCategory,
  IN_GSTHealthCheck,
  IN_GSTHealthCheckErrDesc
FROM P_IN_SuplrGSTHlthChk
;