I_SNAPSHOTPURPOSESTATUSVH

CDS View

F4 Help for Snapshot Purpose Status

I_SNAPSHOTPURPOSESTATUSVH is a CDS View in S/4HANA. F4 Help for Snapshot Purpose Status. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMContrSnpshtAddlVH view from COMPOSITE Interface view for Snapshot Additional Details Value Help

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ACMSnapshotFieldPurpose ACMSnapshotFieldPurpose 1
KEY ACMTrdgContrSnpshtPrpsDesc ACMTrdgContrSnpshtPrpsDesc 1
 @AbapCatalog.sqlViewName: 'ISNPPURVH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'F4 Help for Snapshot Purpose Status'
@Search.searchable: true
--@VDM.viewType: #CONSUMPTION
@VDM.viewType: #COMPOSITE
--@ObjectModel.semanticKey: 'Purpose'
@ObjectModel.representativeKey: 'ACMSnapshotFieldPurpose'
@AbapCatalog.preserveKey:true
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_SnapshotPurposeStatusVH
  as select from I_SnapshotPurposeStatus
{

key       $session.client as mandt,

          @UI.textArrangement: #TEXT_LAST
          @ObjectModel.text.element:  [ 'ACMTrdgContrSnpshtPrpsDesc' ]
          //@Search.defaultSearchElement: true

          @ObjectModel.filter.enabled: true
 key      ACMSnapshotFieldPurpose as ACMSnapshotFieldPurpose, 

          @Semantics.text: true
          @EndUserText:{label: 'Contract Document Status Description', quickInfo: 'Contract Document Status Description'}
          @ObjectModel.filter.enabled: false
 key    _Text[Language = $session.system_language].ACMTrdgContrSnpshtPrpsDesc as ACMTrdgContrSnpshtPrpsDesc

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