I_FldLogsSupplierItemAux

DDL: I_FLDLOGSSUPPLIERITEMAUX SQL: IFLOGSUPLRITMAUX Type: view BASIC

Basic View for Supplier Item Auxiliary

I_FldLogsSupplierItemAux is a Basic CDS View that provides data about "Basic View for Supplier Item Auxiliary" in SAP S/4HANA. It reads from 1 data source (flog_suplritmaux) and exposes 5 fields with key fields FldLogsSuplrItemUUID, FldLogsAuxPrflID, FldLogsAuxSubTypeCode.

Data Sources (1)

SourceAliasJoin Type
flog_suplritmaux flog_suplritmaux from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IFLOGSUPLRITMAUX view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Basic View for Supplier Item Auxiliary view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY FldLogsSuplrItemUUID fldlogssuplritemuuid Suplr Item UUID
KEY FldLogsAuxPrflID fldlogsauxprflid Aux Profile ID
KEY FldLogsAuxSubTypeCode fldlogsauxsubtypecode Aux Subtype Code
FldLogsAuxValue fldlogsauxvalue Auxiliary Value
FldLogsAuxAddlDetailsText fldlogsauxaddldetailstext Aux Add Details

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_FldLogsSupplierItemAux.
-- 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: IFLOGSUPLRITMAUX

CREATE VIEW I_FldLogsSupplierItemAux AS
SELECT
  FldLogsSuplrItemUUID,
  FldLogsAuxPrflID,
  FldLogsAuxSubTypeCode,
  FldLogsAuxValue,
  FldLogsAuxAddlDetailsText
FROM flog_suplritmaux
;