I_ElectronicDocSettlementDoc

DDL: I_ELECTRONICDOCSETTLEMENTDOC SQL: IEDOSMTDOC Type: view BASIC

EDoc: Settlement Management Document

I_ElectronicDocSettlementDoc is a Basic CDS View that provides data about "EDoc: Settlement Management Document" in SAP S/4HANA. It reads from 1 data source (wbrk) and exposes 3 fields with key field SettlmtMgmtDoc.

Data Sources (1)

SourceAliasJoin Type
wbrk _SettlmtMgmtDoc from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IEDOSMTDOC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label EDoc: Settlement Management Document view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #M view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SettlmtMgmtDoc wbrk wbeln
SettlmtDocType wbrk lfart
PostingDate wbrk wfdat
@AbapCatalog.sqlViewName: 'IEDOSMTDOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'EDoc: Settlement Management Document'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MIXED,
  serviceQuality: #X,
  sizeCategory: #M
  }
define view I_ElectronicDocSettlementDoc 
as select from wbrk as _SettlmtMgmtDoc
  {
    key _SettlmtMgmtDoc.wbeln as SettlmtMgmtDoc,
      _SettlmtMgmtDoc.lfart as SettlmtDocType,
      _SettlmtMgmtDoc.wfdat as PostingDate
      //Align with EDOC_COCKPIT

     // cast( _SettlmtMgmtDoc.contract as wlf_related_coco_num ) as SettlmtReltdCndnContr,

     // _SettlmtMgmtDoc.contr_type as CndnContrType

  }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WBRK"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/