I_SUBSTANCETRADESECRETTEXTTP
Substance Trade Secret Name - TP
I_SUBSTANCETRADESECRETTEXTTP is a CDS View in S/4HANA. Substance Trade Secret Name - TP. It contains 4 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_SubstanceTradeSecretTextTP | view | from | CONSUMPTION | Trade Secret Name |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 1 |
| KEY | SubstanceUUID | SubstanceUUID | 1 |
| LanguageForEdit | LanguageForEdit | 1 | |
| SubstanceTradeSecretName | SubstanceTradeSecretName | 1 |
@EndUserText.label: 'Substance Trade Secret Name - TP'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
@AbapCatalog: {
sqlViewName: 'ISUBTSTTP',
compiler.compareFilter: true,
preserveKey: true
}
@ObjectModel: {
dataCategory: #TEXT,
modelCategory: #BUSINESS_OBJECT,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeActivePersistence: 'ehfndd_sub_ts_t',
writeDraftPersistence: 'ehfndw_sub_ts_t',
representativeKey: 'SubstanceUUID',
semanticKey: ['SubstanceUUID'],
usageType: {
dataClass: #MASTER,
serviceQuality: #B,
sizeCategory: #M
}
}
define view I_SubstanceTradeSecretTextTP
as select from I_SubstanceTradeSecretText as tradeSecretText
association [1..1] to I_SubstanceTP as _Substance on $projection.SubstanceUUID = _Substance.SubstanceUUID
association [0..1] to I_Language as _LanguageForEdit on $projection.LanguageForEdit = _LanguageForEdit.Language
{
key tradeSecretText.SubstanceUUID,
@ObjectModel.mandatory: true
@ObjectModel.readOnly: true
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key tradeSecretText.Language,
@ObjectModel.mandatory: true
@ObjectModel.foreignKey.association: '_LanguageForEdit'
@ObjectModel.editableFieldFor: 'Language'
@Semantics.language: false
cast(tradeSecretText.Language as ehfnd_sub_trade_secret_langu preserving type ) as LanguageForEdit,
@Semantics.text: true
@ObjectModel.mandatory: true
tradeSecretText.SubstanceTradeSecretName,
/* Associations */
@ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
_Substance,
_Language,
_LanguageForEdit
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUBSTANCETRADESECRETTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SUBSTANCETP"
],
"BASE":
[
"I_SUBSTANCETRADESECRETTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/