I_SpecificationNonHistoric

DDL: I_SPECIFICATIONNONHISTORIC SQL: ISPCNONHIST Type: view COMPOSITE Package: VDM_PLMB_SPC_BAS

Specification Non Historic

I_SpecificationNonHistoric is a Composite CDS View that provides data about "Specification Non Historic" in SAP S/4HANA. Part of development package VDM_PLMB_SPC_BAS.

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISPCNONHIST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Specification Non Historic view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SpecificationInternalID SpecificationInternalID Specification
Specification Specification Specification
SpecificationType SpecificationType
_SpecificationType _SpecificationType
_LogAccMObjectTypeActive _LogAccMObjectTypeActive
_LogAccMObjectUserAuthzn _LogAccMObjectUserAuthzn
_LogAccMObjSecureIDAssgmt _LogAccMObjSecureIDAssgmt

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_SpecificationNonHistoric.
-- 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: ISPCNONHIST

CREATE VIEW I_SpecificationNonHistoric AS
SELECT
  SpecificationInternalID,
  Specification,
  SpecificationType
;