I_CAWriteOffHistoryUserVH
WriteOff History user value help
I_CAWriteOffHistoryUserVH is a Basic CDS View that provides data about "WriteOff History user value help" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 4 fields with key field UserID. It is exposed through 1 OData service (UI_CAWRITEOFFHIST_DISP). It is used in 1 Fiori application: Display Write-Offs. Part of development package ODATA_O2C_FICA_WRITEOFF_HIST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_User | _User | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | WriteOff History user value help | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.representativeKey | UserID | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CAWRITEOFFHIST_DISP | UI_CAWRITEOFFHIST_DISP | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F3125 | Display Write-Offs | Transactional | This app allows you to display write-offs and their details. |
Display Write-Offs
Business Role: Accounts Payable and Receivable Accountant (FI-CA)
Note that this app only provides data for postings in FI-CA and does not provide any information if you only use FI-AR/AP. Contract Accounts Receivable and Payable (FI-CA) is a subledger that is set up for companies with a high end customer base and a need for processing mass data (B2C). This app allows you to display write-offs andtheir details. This app is available for the role Accountant - Accounts Payable and Receivable (FI-CA).
@EndUserText.label: 'WriteOff History user value help'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@Search.searchable: true
@Consumption.ranked: true
@ObjectModel.representativeKey: 'UserID'
@VDM: {
viewType: #BASIC
}
@ObjectModel:{
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED
},
dataCategory: #VALUE_HELP
}
define view entity I_CAWriteOffHistoryUserVH
as select from I_User as _User
association[0..*] to P_CAWriteOffHistoryEnhanced as _WriteOffHistory on _User.UserID = _WriteOffHistory.CreatedByUser
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@ObjectModel.text.element: ['UserDescription']
@UI.textArrangement: #TEXT_LAST
key _User.UserID,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
_User.UserDescription,
cast (IsTechnicalUser as fco_io_is_technical_user preserving type ) as IsTechnicalUser,
@Consumption.hidden: true
_WriteOffHistory
}
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