R_SetlMgmtSAPObjectType
Settlement Management SAP Object Type
R_SetlMgmtSAPObjectType is a Basic CDS View that provides data about "Settlement Management SAP Object Type" in SAP S/4HANA. It reads from 1 data source (wlf_object_type) and exposes 2 fields with key field SAPObjectType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| wlf_object_type | wlf_object_type | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_SetlMgmtSAPObjectTypeText | _Text | |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RWLFSAPOBJTY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.dataMaintenance | #DISPLAY_ONLY | view | |
| EndUserText.label | Settlement Management SAP Object Type | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | SAPObjectType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPObjectType | bo_type | ||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'RWLFSAPOBJTY',
compiler.compareFilter: true,
preserveKey: true,
dataMaintenance: #DISPLAY_ONLY
}
@EndUserText.label: 'Settlement Management SAP Object Type'
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'SAPObjectType',
supportedCapabilities: [#VALUE_HELP_PROVIDER, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET],
usageType.serviceQuality: #A,
usageType.dataClass: #META,
usageType.sizeCategory: #S,
resultSet.sizeCategory: #XS
}
@ClientHandling: {
type: #INHERITED,
algorithm: #SESSION_VARIABLE
}
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata: {
ignorePropagatedAnnotations: true
}
define root view R_SetlMgmtSAPObjectType
as select from wlf_object_type
composition [0..*] of R_SetlMgmtSAPObjectTypeText as _Text
{
key bo_type as SAPObjectType,
/* Associations */
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WLF_OBJECT_TYPE"
],
"ASSOCIATED":
[
"R_SETLMGMTSAPOBJECTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA