I_SDDocumentItemLongTextID

DDL: I_SDDOCUMENTITEMLONGTEXTID Type: view BASIC Package: VDM_SD_BF

Long Text ID of Sales Document Item

I_SDDocumentItemLongTextID is a Basic CDS View that provides data about "Long Text ID of Sales Document Item" in SAP S/4HANA. It reads from 1 data source (I_TextObjectType) and exposes 3 fields with key field LongTextID. It has 1 association to related views. It is exposed through 9 OData services (C_SALESORDERMANAGE_SD, UI_CREDITMEMOREQUESTMANAGE, UI_CUSTOMERRETURNMANAGE, ...). Part of development package VDM_SD_BF.

Data Sources (1)

SourceAliasJoin Type
I_TextObjectType I_TextObjectType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TextObjectTypeText _Text $projection.LongTextID = _Text.TextObjectType and $projection.TextObjectCategory = _Text.TextObjectCategory

Annotations (12)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISDDOCILNGTXTID view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey LongTextID view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
EndUserText.label Long Text ID of Sales Document Item view

OData Services (9)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_CREDITMEMOREQUESTMANAGE UI_CREDITMEMOREQUESTMANAGE V4 C1 NOT_RELEASED
UI_CUSTOMERRETURNMANAGE UI_CUSTOMERRETURNMANAGE V4 C1 NOT_RELEASED
UI_CUSTPROJSALESORDERMANAGE UI_CUSTPROJSALESORDERMANAGE V4 C1 NOT_RELEASED
UI_DEBITMEMOREQUESTMANAGE UI_DEBITMEMOREQUESTMANAGE V4 C1 NOT_RELEASED
UI_PRELIMBILLINGDOCUMENT_F6990 UI_PRELIMBILLINGDOCUMENT_F6990 V4 C1 NOT_RELEASED
UI_SALESCONTRACTMANAGE UI_SALESCONTRACTMANAGE V4 C1 NOT_RELEASED
UI_SALESQUOTATIONMANAGE UI_SALESQUOTATIONMANAGE V4 C1 NOT_RELEASED
UI_SLSORDERWITHOUTCHARGEMANAGE UI_SLSORDERWITHOUTCHARGEMANAGE V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LongTextID TextObjectType
TextObjectCategory TextObjectCategory
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE

@AbapCatalog: {
  sqlViewName: 'ISDDOCILNGTXTID',
  preserveKey: true,
  compiler.compareFilter: true
}

@VDM.viewType: #BASIC

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: {
  representativeKey: 'LongTextID',
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #A,
    sizeCategory: #S
  }  
 }

@Search.searchable: true

@EndUserText.label: 'Long Text ID of Sales Document Item'
define view I_SDDocumentItemLongTextID
  as select from I_TextObjectType

  association [0..*] to I_TextObjectTypeText as _Text on  $projection.LongTextID         = _Text.TextObjectType
                                                      and $projection.TextObjectCategory = _Text.TextObjectCategory

{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.9
      @Search.ranking: #HIGH
  key TextObjectType as LongTextID,

      TextObjectCategory,

      _Text


}
where
  TextObjectCategory = 'VBBP'