C_IN_SuplrGSTHlthChkErrList

DDL: C_IN_SUPLRGSTHLTHCHKERRLIST Type: view_entity CONSUMPTION Package: J1I_GST_LOG_APP

Supplier GST IN Health Check Error List

C_IN_SuplrGSTHlthChkErrList is a Consumption CDS View that provides data about "Supplier GST IN Health Check Error List" in SAP S/4HANA. It reads from 1 data source (I_IN_SuplrGSTHlthChkErrorList) and exposes 6 fields with key fields CompanyCode, Supplier. It is exposed through 1 OData service (J_1IG_UI_HC_SUPPLIERMASTER). Part of development package J1I_GST_LOG_APP.

Data Sources (1)

SourceAliasJoin Type
I_IN_SuplrGSTHlthChkErrorList I_IN_SuplrGSTHlthChkErrorList projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
EndUserText.label Supplier GST IN Health Check Error List view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view

OData Services (1)

ServiceBindingVersionContractRelease
J_1IG_UI_HC_SUPPLIERMASTER J_1IG_UI_HC_SUPPLIERMASTER V4 C1 NOT_RELEASED

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY Supplier Supplier Supplier
CompanyCodeName CompanyCodeName Company Name
BPSupplierFullName BPSupplierFullName
BusinessPartner BusinessPartner Issuing Authority
IN_GSTHlthChkNmbrOfErrors IN_GSTHlthChkNmbrOfErrors

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_IN_SuplrGSTHlthChkErrList.
-- 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_IN_SuplrGSTHlthChkErrList AS
SELECT
  CompanyCode,
  Supplier,
  CompanyCodeName,
  BPSupplierFullName,
  BusinessPartner,
  IN_GSTHlthChkNmbrOfErrors
FROM I_IN_SuplrGSTHlthChkErrorList
;