C_SupplierDetails

DDL: C_SUPPLIERDETAILS SQL: CSUPPLIERDET Type: view CONSUMPTION

Consumption view for Supplier Details

C_SupplierDetails is a Consumption CDS View that provides data about "Consumption view for Supplier Details" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 20 fields with key fields Supplier, AddressID.

Data Sources (1)

SourceAliasJoin Type
I_Supplier Supplier from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSUPPLIERDET view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #C view
EndUserText.label Consumption view for Supplier Details view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY Supplier I_Supplier Supplier
KEY AddressID I_Supplier AddressID
SupplierName I_Supplier SupplierName
VATRegistration I_Supplier VATRegistration
FaxNumber I_Supplier FaxNumber
SupplierAccountGroup I_Supplier SupplierAccountGroup
AuthorizationGroup I_Supplier AuthorizationGroup
PhoneNumber I_Supplier PhoneNumber1
EmailAddress
DataControllerSet I_Supplier DataControllerSet
DataController1 I_Supplier DataController1
DataController2 I_Supplier DataController2
DataController3 I_Supplier DataController3
DataController4 I_Supplier DataController4
DataController5 I_Supplier DataController5
DataController6 I_Supplier DataController6
DataController7 I_Supplier DataController7
DataController8 I_Supplier DataController8
DataController9 I_Supplier DataController9
DataController10 I_Supplier DataController10
@AbapCatalog.sqlViewName: 'CSUPPLIERDET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@EndUserText.label: 'Consumption view for Supplier Details'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@ClientHandling.algorithm: #SESSION_VARIABLE

define view C_SupplierDetails
  as select from I_Supplier as Supplier

  //association [1..*] to I_AddressEmailAddress as _Address on _Address.AddressID = $projection.AddressID

{
  key Supplier.Supplier,

  key Supplier.AddressID,
  
      Supplier.SupplierName,

      Supplier.VATRegistration,

      Supplier.FaxNumber,
      
      Supplier.SupplierAccountGroup,
      
      Supplier.AuthorizationGroup,

      Supplier.PhoneNumber1 as PhoneNumber,
      
      Supplier._AddressRepresentation._CurrentDfltEmailAddress.EmailAddress as EmailAddress,
      //Supplier._StandardAddress._DefaultEmailAddress.EmailAddress as EmailAddress

      //_Address.EmailAddress,


      //_Address

      
      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataControllerSet,                                                                                                                                                                      
      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController1,                                                                                                                                                                      
      //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController2,
      //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController3,
     //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController4,
     //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController5,                                                                                                                                                                       
      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController6,                                                                                                                                                                        
      //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController7,                                                                                                                                                                      
     //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController8,
     //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController9,                                                                                                                                   
      //added only for DCL check

      @Consumption.hidden:true
      @UI.hidden:true
      Supplier.DataController10
} 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ADDRCURDEFAULTEMAILADDRESS",
"I_ADDRESS_2",
"I_SUPPLIER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/