A_ACMSalesReasonForRejection

DDL: A_ACMSALESREASONFORREJECTION Type: view_entity CONSUMPTION

ACM SO Reason for Rejection

A_ACMSalesReasonForRejection is a Consumption CDS View that provides data about "ACM SO Reason for Rejection" in SAP S/4HANA. It reads from 1 data source (R_ACMSalesReasonForRejectionTP) and exposes 1 field with key field SalesDocumentRjcnReason. It is exposed through 1 OData service (API_ACMSLSRSNFORREJECTION).

Data Sources (1)

SourceAliasJoin Type
R_ACMSalesReasonForRejectionTP R_ACMSalesReasonForRejectionTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name ACMSlsRsnforRjcn_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label ACM SO Reason for Rejection view

OData Services (1)

ServiceBindingVersionContractRelease
API_ACMSLSRSNFORREJECTION API_ACMSLSRSNFORREJECTION V4 C2 NOT_RELEASED

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SalesDocumentRjcnReason SalesDocumentRjcnReason
@OData.entityType.name: 'ACMSlsRsnforRjcn_Type'
@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #B,
                 sizeCategory: #L
               }
}

@AccessControl.authorizationCheck: #MANDATORY
@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@EndUserText.label: 'ACM SO Reason for Rejection'
define root view entity A_ACMSalesReasonForRejection
  as projection on R_ACMSalesReasonForRejectionTP
{
  key SalesDocumentRjcnReason,

      // Associations

      _ACMSalesReasonForRjcnText : redirected to composition child A_ACMSalesReasonForRjcnText
}