I_SecurityClassTransferType

DDL: I_SECURITYCLASSTRANSFERTYPE SQL: ISECCLASSTRTYP Type: view BASIC Package: FTR_SECURITIES_CORE

Security Class Security Type

I_SecurityClassTransferType (Basic)

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

Security Class Transfer Type · Financial Operations

I_SecurityClassTransferType is a Basic CDS View (Dimension) that provides data about "Security Class Security Type" in SAP S/4HANA. It reads from 1 data source (tw20) and exposes 2 fields with key field SecurityClassTransferType. It has 1 association to related views. It is exposed through 3 OData services (ASQL_F1867, ASQL_F3966, ASQL_F8717). Part of development package FTR_SECURITIES_CORE.

SAP Help Documentation

CategoryCDS Views for Configuration Data
Data CategoryDimension
Corresponding DataSourceISECCLASSTRTYP
Purpose
This CDS view provides the prerequisites for answering the following business questions: Which security types are defined for stocks?

Structure
Measures and attributes Some important attributes are: Security type ID

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 security types are defined for stocks?</p> </li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
tw20 SecurityClassTransferType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SecurityClassTransfTypeText _Text $projection.SecurityClassTransferType = _Text.SecurityClassTransferType

Annotations (20)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ISECCLASSTRTYP 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 Class Security Type view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey SecurityClassTransferType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.resultSet.sizeCategory #XS view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.sapObjectNodeType.name SecurityClassTransferType view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F1867 ASQL_F1867 C2 NOT_RELEASED
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED
ASQL_F8717 ASQL_F8717 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SecurityClassTransferType swerttyp Security Type ID
_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_SecurityClassTransferType.
-- 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: ISECCLASSTRTYP

CREATE VIEW I_SecurityClassTransferType AS
SELECT
  swerttyp AS SecurityClassTransferType
FROM tw20 AS SecurityClassTransferType
LEFT OUTER JOIN I_SecurityClassTransfTypeText AS _Text ON SecurityClassTransferType = _Text.SecurityClassTransferType  -- association [0..*]
;