A_CnsldtnBusinessApplT

DDL: A_CNSLDTNBUSINESSAPPLT SQL: ACSBUSINESSAPPLT Type: view BASIC

Business Application Check Text

A_CnsldtnBusinessApplT is a Basic CDS View that provides data about "Business Application Check Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDocTypeBusinessApplT) and exposes 3 fields with key fields Language, DocumentTypeBusinessAppl.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnDocTypeBusinessApplT I_CnsldtnDocTypeBusinessApplT from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ACSBUSINESSAPPLT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Business Application Check Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey DocumentTypeBusinessAppl view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entitySet.name ConsolidationBusApplText view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY DocumentTypeBusinessAppl
DebitCreditCodeName Business Application Text
@AbapCatalog.sqlViewName: 'ACSBUSINESSAPPLT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business Application Check Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'DocumentTypeBusinessAppl'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #C,
  sizeCategory: #S
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entitySet.name: 'ConsolidationBusApplText'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view A_CnsldtnBusinessApplT as select from I_CnsldtnDocTypeBusinessApplT {
   
   @Semantics.language: true
  key Language, 
  key cast(CnsldtnDocTypeBusinessAppl as domvalue_l) as DocumentTypeBusinessAppl, 
   @EndUserText.label: 'Business Application Text'
  @Semantics.text: true
  cast (CnsldtnDocTypeBusinessApplText as val_text preserving type) as  DebitCreditCodeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDOCTYPEBUSINESSAPPLT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/