P_ACMTRDGCONTRHEADERTEXTVH

CDS View

Header Text Configuration VH

P_ACMTRDGCONTRHEADERTEXTVH is a CDS View in S/4HANA. Header Text Configuration VH. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_ACMTrdgContrTextDet view inner BASIC Private view: Text Details

Fields (4)

KeyField CDS FieldsUsed in Views
KEY tctyp TradingContractType 1
KEY tdid TextObjectType 1
ExternalRelevance ExternalRelevance 1
tdobject TextObjectCategory 1
@AbapCatalog.sqlViewName: 'PACMTRCONHDRTXT'
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Header Text Configuration VH'
define view P_ACMTrdgContrHeaderTextVH
  as select from tb2be            as ContractLinkText
    inner join   /accgo/t_hdr_txt as TextHeaderConfig on  TextHeaderConfig.tctyp = ContractLinkText.tctyp
                                                      and TextHeaderConfig.txtgr = ContractLinkText.txtgr
    inner join   ttxern           as TextProcessing   on  TextProcessing.tdobject = 'WBHK'
                                                      and TextProcessing.txtgr    = TextHeaderConfig.txtgr
                                                      and TextProcessing.txtob    = 'Y'
                                                      and TextProcessing.tdid     = TextHeaderConfig.tdid
{
  key ContractLinkText.tctyp              as tctyp,
      TextProcessing.tdobject             as tdobject,
      TextProcessing.tdid                 as tdid,
      TextHeaderConfig.relevance          as ExternalRelevance
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_HDR_TXT",
"TB2BE",
"TTXERN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/