C_DisputeCaseCompanyCodeVH

DDL: C_DISPUTECASECOMPANYCODEVH Type: view_entity CONSUMPTION Package: ODATA_DISPUTE

Dispute Case Company Code

C_DisputeCaseCompanyCodeVH is a Consumption CDS View that provides data about "Dispute Case Company Code" in SAP S/4HANA. It reads from 1 data source (I_DisputeCaseCompanyCodeVH) and exposes 5 fields with key fields Customer, CompanyCode. It is exposed through 1 OData service (UI_DISPUTECASE_MANAGE). It is used in 1 Fiori application: Manage Dispute Cases (Version 2). Part of development package ODATA_DISPUTE.

Data Sources (1)

SourceAliasJoin Type
I_DisputeCaseCompanyCodeVH I_DisputeCaseCompanyCodeVH from

Annotations (9)

NameValueLevelField
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.representativeKey CompanyCode view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #MANDATORY view

OData Services (1)

ServiceBindingVersionContractRelease
UI_DISPUTECASE_MANAGE UI_DISPUTECASE_MANAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F0702A Manage Dispute Cases (Version 2) Transactional Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.

Manage Dispute Cases (Version 2)

Business Role: Accounts Receivable Accountant

Use this app to analyze and further process existing dispute cases. This involves dispute cases that are related to open receivables for your customers.

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Customer Customer
KEY CompanyCode CompanyCode
CompanyCodeName CompanyCodeName
_Customer _Customer
_CustomerVH _CustomerVH
@VDM: { viewType:  #CONSUMPTION,
        lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ObjectModel: { usageType: { serviceQuality: #X,
                             sizeCategory:   #XL,
                             dataClass:      #MIXED },
                representativeKey: 'CompanyCode' ,             
                dataCategory: #VALUE_HELP,
                resultSet: { sizeCategory: #XS }
                }
@AccessControl: { authorizationCheck: #MANDATORY }    
@Consumption: { dbHints: [ 'USE_HEX_PLAN' ] }
            
define view entity C_DisputeCaseCompanyCodeVH 
as select from I_DisputeCaseCompanyCodeVH
{
  key Customer,
  key CompanyCode,
  CompanyCodeName,
  
  // Exposed Associations

  _Customer,
  _CustomerVH
}