P_APARLineItemCompanyCode

DDL: P_APARLINEITEMCOMPANYCODE SQL: PAPARITEMCOMPANY Type: view BASIC

P_APARLineItemCompanyCode is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (bseg) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
bseg bseg from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PAPARITEMCOMPANY view
VDM.viewType #BASIC view
VDM.private true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_ALLOWED view

Fields (1)

KeyFieldSource TableSource FieldDescription
CompanyCode Value

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 P_APARLineItemCompanyCode.
-- 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: PAPARITEMCOMPANY

CREATE VIEW P_APARLineItemCompanyCode AS
SELECT
  cast( bukrs as fis_bukrs preserving type ) AS CompanyCode
FROM bseg
;