C_LegalTransactionIdValueHelp
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LegalTransaction | I_LegalTransaction | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA