SHSM_V_LINF_M
Delivery info for the Project System
SHSM_V_LINF_M is a CDS View that provides data about "Delivery info for the Project System" in SAP S/4HANA. It reads from 2 data sources (I_Customer, v_linf_m) and exposes 6 fields. Part of development package PS_S4CLOUD_DEPRECATED_OBJECTS.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | left_outer |
| v_linf_m | linf | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMVLINFM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Delivery info for the Project System | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| linfn | v_linf_m | linfn | ||
| pspnr | v_linf_m | pspnr | ||
| pspid | v_linf_m | pspid | ||
| kunnr | v_linf_m | kunnr | ||
| AuthorizationGroup | I_Customer | AuthorizationGroup | ||
| CustomerAccountGroup | I_Customer | CustomerAccountGroup |
@AbapCatalog.sqlViewName: 'SHSMVLINFM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm : #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Delivery info for the Project System'
define view SHSM_V_LINF_M as select from v_linf_m as linf left outer join I_Customer on linf.kunnr = I_Customer.Customer{
linf.linfn,
linf.pspnr,
linf.pspid,
linf.kunnr,
@Consumption.hidden: true
I_Customer.AuthorizationGroup,
@Consumption.hidden: true
I_Customer.CustomerAccountGroup
}
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