I_SerialNumberWithStkSgmtVH

DDL: I_SERIALNUMBERWITHSTKSGMTVH Type: view_entity COMPOSITE Package: VDM_EAM_EQUIPMENT

Help-View for serial numbers

I_SerialNumberWithStkSgmtVH is a Composite CDS View that provides data about "Help-View for serial numbers" in SAP S/4HANA. It reads from 1 data source (I_Equipment) and exposes 9 fields with key fields SerialNumber, Material, Equipment. It is exposed through 2 OData services (ASQL_F4713, ASQL_F5147). Part of development package VDM_EAM_EQUIPMENT.

Data Sources (1)

SourceAliasJoin Type
I_Equipment I_Equipment from

Annotations (9)

NameValueLevelField
EndUserText.label Help-View for serial numbers view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4713 ASQL_F4713 C2 NOT_RELEASED
ASQL_F5147 ASQL_F5147 C2 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY SerialNumber SerialNumber Serial Number
KEY Material Material Vehicle Model
KEY Equipment Equipment Equipment check
AuthorizationGroup AuthorizationGroup AuthorizGroup
Customer Customer Sold-to Party
Supplier Supplier Supplier
_Customer _Customer
_Supplier _Supplier
_Material _Material

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_SerialNumberWithStkSgmtVH.
-- 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_SerialNumberWithStkSgmtVH AS
SELECT
  SerialNumber,
  Material,
  Equipment,
  AuthorizationGroup,
  Customer,
  Supplier
FROM I_Equipment
;