I_SecurityAccountStdVH

DDL: I_SECURITYACCOUNTSTDVH SQL: IFTRSA__VH Type: view COMPOSITE Package: FTR_SECURITIES_CORE

Security Account

I_SecurityAccountStdVH is a Composite CDS View that provides data about "Security Account" in SAP S/4HANA. It reads from 1 data source (I_SecurityAccount) and exposes 4 fields with key fields SecurityAccount, CompanyCode. It is exposed through 10 OData services (ASQL_F0735, ASQL_F1754, ASQL_F1755, ...). Part of development package FTR_SECURITIES_CORE.

Data Sources (1)

SourceAliasJoin Type
I_SecurityAccount I_SecurityAccount from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFTRSA__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SecurityAccount view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Security Account view
Consumption.ranked true view
Search.searchable true view

OData Services (10)

ServiceBindingVersionContractRelease
ASQL_F0735 ASQL_F0735 C2 NOT_RELEASED
ASQL_F1754 ASQL_F1754 C2 NOT_RELEASED
ASQL_F1755 ASQL_F1755 C2 NOT_RELEASED
ASQL_F1867 ASQL_F1867 C2 NOT_RELEASED
ASQL_F2331 ASQL_F2331 C2 NOT_RELEASED
ASQL_F3098 ASQL_F3098 C2 NOT_RELEASED
ASQL_F3130 ASQL_F3130 C2 NOT_RELEASED
ASQL_F3450 ASQL_F3450 C2 NOT_RELEASED
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED
ASQL_F6157 ASQL_F6157 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SecurityAccount SecurityAccount
KEY CompanyCode CompanyCode Receiver Company Code
SecurityAccountName SecurityAccountName
_CompanyCode _CompanyCode

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_SecurityAccountStdVH.
-- 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: IFTRSA__VH

CREATE VIEW I_SecurityAccountStdVH AS
SELECT
  SecurityAccount,
  CompanyCode,
  SecurityAccountName
FROM I_SecurityAccount
;