I_InspPlanMatlAssgmtVersTP_2

DDL: I_INSPPLANMATLASSGMTVERSTP_2 Type: view_entity TRANSACTIONAL Package: VDM_QM_PLANNING

Inspection Plan Material Assignment Version - TP

I_InspPlanMatlAssgmtVersTP_2 is a Transactional CDS View that provides data about "Inspection Plan Material Assignment Version - TP" in SAP S/4HANA. It reads from 1 data source (R_InspPlanMatlAssgmtVersionTP) and exposes 22 fields with key fields Material, Plant, InspectionPlanGroup, InspectionPlan, InspPlanMatlAssignment. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
R_InspPlanMatlAssgmtVersionTP R_InspPlanMatlAssgmtVersionTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Inspection Plan Material Assignment Version - TP view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.sapObjectNodeType.name InspPlanMaterialAssignment view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
KEY InspectionPlanGroup InspectionPlanGroup
KEY InspectionPlan InspectionPlan
KEY InspPlanMatlAssignment InspPlanMatlAssignment
KEY InspPlanMatlAssgmtIntVersion InspPlanMatlAssgmtIntVersion
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
ChangeNumber ChangeNumber Change Number
CreationDate CreationDate Time Stamp
CreatedByUser CreatedByUser User Name
LastChangeDate LastChangeDate Time Stamp
LastChangedByUser LastChangedByUser User Name
IsDeleted IsDeleted TRUE
Supplier Supplier Supplier
Customer Customer Sold-to Party
MultipleSpecificationObject MultipleSpecificationObject
MultipleSpecificationObjType MultipleSpecificationObjType
BOOSearchText BOOSearchText
ChangedDateTime ChangedDateTime Time Stamp
_Customer _Customer
_Supplier _Supplier

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_InspPlanMatlAssgmtVersTP_2.
-- 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_InspPlanMatlAssgmtVersTP_2 AS
SELECT
  Material,
  Plant,
  InspectionPlanGroup,
  InspectionPlan,
  InspPlanMatlAssignment,
  InspPlanMatlAssgmtIntVersion,
  ValidityStartDate,
  ValidityEndDate,
  ChangeNumber,
  CreationDate,
  CreatedByUser,
  LastChangeDate,
  LastChangedByUser,
  IsDeleted,
  Supplier,
  Customer,
  MultipleSpecificationObject,
  MultipleSpecificationObjType,
  BOOSearchText,
  ChangedDateTime
FROM R_InspPlanMatlAssgmtVersionTP
;