I_SiteInventoryMgmtProfileText
Desc for Inventory Mgmt Profile
I_SiteInventoryMgmtProfileText is a Basic CDS View that provides data about "Desc for Inventory Mgmt Profile" in SAP S/4HANA. It reads from 1 data source (twprt) and exposes 3 fields with key fields InventoryManagementProfile, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twprt | twprt | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISTINVMGMTPRFT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InventoryManagementProfile | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| EndUserText.label | Desc for Inventory Mgmt Profile | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InventoryManagementProfile | wbpro | ||
| KEY | Language | spras | ||
| InventoryManagementProfileName | proftxt | Inventory Management Profile |
@AbapCatalog.sqlViewName: 'ISTINVMGMTPRFT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'InventoryManagementProfile',
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
@EndUserText.label: 'Desc for Inventory Mgmt Profile'
define view I_SiteInventoryMgmtProfileText
as select from twprt
{
key wbpro as InventoryManagementProfile,
@Semantics.language: true
key spras as Language,
@Semantics.text: true
@EndUserText.label: 'Inventory Management Profile'
proftxt as InventoryManagementProfileName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWPRT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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