C_PurOrdMaintainCustValHelp
PO Maintenance: Value Help for Customer
C_PurOrdMaintainCustValHelp is a Consumption CDS View that provides data about "PO Maintenance: Value Help for Customer" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 6 fields with key field Customer. Part of development package ODATA_MM_PUR_PO_MAINTAIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CPOMAINTVHCUST | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | PO Maintenance: Value Help for Customer | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Customer | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | I_Customer | Customer | |
| CustomerName | I_Customer | CustomerName | ||
| CustomerAccountGroup | I_Customer | CustomerAccountGroup | ||
| AuthorizationGroup | I_Customer | AuthorizationGroup | ||
| DataControllerSet | I_Customer | DataControllerSet | ||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CPOMAINTVHCUST'
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'PO Maintenance: Value Help for Customer'
@VDM.lifecycle.status: #DEPRECATED
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.representativeKey: 'Customer'
define view C_PurOrdMaintainCustValHelp
as select from I_Customer
{
key I_Customer.Customer as Customer,
I_Customer.CustomerName as CustomerName,
I_Customer.CustomerAccountGroup as CustomerAccountGroup,
I_Customer.AuthorizationGroup as AuthorizationGroup,
@UI.hidden:true
I_Customer.DataControllerSet,
@UI.hidden:true
IsBusinessPurposeCompleted
}
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