C_DelivProcFlowSalesDocument

DDL: C_DELIVPROCFLOWSALESDOCUMENT SQL: CDLVPROCFLOWSLS Type: view CONSUMPTION

Delivery Process Flow - Node Sales Document

C_DelivProcFlowSalesDocument is a Consumption CDS View that provides data about "Delivery Process Flow - Node Sales Document" in SAP S/4HANA. It reads from 1 data source (I_SalesDocument) and exposes 8 fields with key field SalesDocument.

Data Sources (1)

SourceAliasJoin Type
I_SalesDocument I_SalesDocument from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CDLVPROCFLOWSLS view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Delivery Process Flow - Node Sales Document view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SalesDocument view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY SalesDocument SalesDocument
SDDocumentCategory SDDocumentCategory
SalesDocumentType SalesDocumentType
OverallSDProcessStatus OverallSDProcessStatus
RequestedDeliveryDate RequestedDeliveryDate
SalesOrganization SalesOrganization
OrganizationDivision OrganizationDivision
DistributionChannel DistributionChannel
@AbapCatalog.sqlViewName: 'CDLVPROCFLOWSLS'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@AccessControl.authorizationCheck:#CHECK
@EndUserText.label: 'Delivery Process Flow - Node Sales Document'
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'SalesDocument'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory:#L

define view C_DelivProcFlowSalesDocument
  as select from I_SalesDocument
   
{
      //Key

      key SalesDocument,
      
      //Category

      SDDocumentCategory,
      
      //Title

      SalesDocumentType,
      
      //Status

      OverallSDProcessStatus,
  
      //Attribute 1            

      RequestedDeliveryDate,  
      
      //Sales Area

      SalesOrganization,
      OrganizationDivision,
      DistributionChannel    
};                                                
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESDOCUMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/