C_LegalTransactionIdValueHelp

DDL: C_LEGALTRANSACTIONIDVALUEHELP SQL: CLEGALTRANSIDVH Type: view CONSUMPTION

Value Help for LCM Legal Transaction ID

C_LegalTransactionIdValueHelp is a Consumption CDS View that provides data about "Value Help for LCM Legal Transaction ID" in SAP S/4HANA. It reads from 1 data source (I_LegalTransaction) and exposes 11 fields with key field LegalTransaction.

Data Sources (1)

SourceAliasJoin Type
I_LegalTransaction I_LegalTransaction from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CLEGALTRANSIDVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Value Help for LCM Legal Transaction ID view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey LegalTransaction view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
Consumption.ranked true view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY LegalTransaction LegalTransaction Legal Transaction ID
LegalTransactionTitle LegalTransactionTitle Legal Transaction Name
LegalTransactionUUID LegalTransactionUUID
LglCntntMContextUUID LglCntntMContextUUID
LglCntntMProfile LglCntntMProfile
LglTransAccessLvl LglTransAccessLvl
LglCntntMMainOrgCoCode LglCntntMMainOrgCoCode
LglCntntMMainOrgSalesOrg LglCntntMMainOrgSalesOrg
LglCntntMMainOrgPurOrg LglCntntMMainOrgPurOrg
IsEndOfPurposeBlocked IsEndOfPurposeBlocked
_Context _Context
@AbapCatalog.sqlViewName: 'CLEGALTRANSIDVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help for LCM Legal Transaction ID'
@VDM.viewType: #CONSUMPTION

@ObjectModel.semanticKey: [ 'LegalTransaction' ]
@ObjectModel.representativeKey: 'LegalTransaction'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@Consumption.ranked: true

define view C_LegalTransactionIdValueHelp
  as select from I_LegalTransaction
{
        @ObjectModel.text.element:  [ 'LegalTransactionTitle' ]
        @Search: { defaultSearchElement: true, ranking: #HIGH , fuzzinessThreshold: 0.7}
        @EndUserText.label: 'Legal Transaction ID'
  key   LegalTransaction      as LegalTransaction,

        @Semantics.text: true
        @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
        @EndUserText.label: 'Legal Transaction Name'
        LegalTransactionTitle as LegalTransactionTitle,

        @UI.hidden: true
        LegalTransactionUUID,

        @UI.hidden: true
        LglCntntMContextUUID,

        @ObjectModel.readOnly: true
        LglCntntMProfile,

        @UI.hidden: true
        LglTransAccessLvl,

        @UI.hidden: true
        LglCntntMMainOrgCoCode,

        @UI.hidden: true
        LglCntntMMainOrgSalesOrg,

        @UI.hidden: true
        LglCntntMMainOrgPurOrg,

        @ObjectModel.readOnly: true
        @UI.hidden: true
        IsEndOfPurposeBlocked,

        @Consumption.filter.hidden: true
        _Context
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEGALTRANSACTION"
],
"ASSOCIATED":
[
"I_LGLCNTNTMCONTEXTBASIC"
],
"BASE":
[
"I_LEGALTRANSACTION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/