I_SecurityAccountCategory

DDL: I_SECURITYACCOUNTCATEGORY SQL: ISCRTYACCTCAT Type: view BASIC Package: FTR_SECURITIES_CORE

Security Account Category

I_SecurityAccountCategory (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Securities Account Category · Financial Operations

I_SecurityAccountCategory is a Basic CDS View (Dimension) that provides data about "Security Account Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SecurityAccountCategory. It has 1 association to related views. It is exposed through 1 OData service (ASQL_F3966). Part of development package FTR_SECURITIES_CORE.

SAP Help Documentation

CategoryCDS Views for System Data
Data CategoryDimension
StatusReleased
Data Extraction TypeFull (physical deletions are possible in source tables) The data extracted relates to system settings that can be changed only when the product version or release is changed.
Corresponding DataSourceISCRTYACCTCAT
Purpose
This CDS view provides the prerequisites for answering the following business questions: Which securities account categories exist?

Structure
Measures and attributes Some important attributes are: Securities Account Category

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessFinancial Operations
Application ComponentFIN-FSCM-TRM-2CL
CapabilitiesData Source for Data Extraction,Analytical Dimension,Data Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageFinancial Operations for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul> <li><p>Which securities account categories exist?</p></li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SecurityAccountCategoryText _Text $projection.SecurityAccountCategory = _Text.SecurityAccountCategory

Annotations (19)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ISCRTYACCTCAT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Security Account Category view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey SecurityAccountCategory view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.sapObjectNodeType.name SecuritiesAccountCategory view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SecurityAccountCategory domvalue_l Values for Domains: Single Value/Lower Limit
_Text _Text

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_SecurityAccountCategory.
-- 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: ISCRTYACCTCAT

CREATE VIEW I_SecurityAccountCategory AS
SELECT
  domvalue_l AS SecurityAccountCategory
FROM dd07l
LEFT OUTER JOIN I_SecurityAccountCategoryText AS _Text ON SecurityAccountCategory = _Text.SecurityAccountCategory  -- association [0..*]
;