P_APPROCESSFLOWDOCTYPETEXT

CDS View

P_APPROCESSFLOWDOCTYPETEXT is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_APProcessFlowDocTypeText view from BASIC Document Type Description for Accounts Payable Process Flow
@AbapCatalog.sqlViewName: 'PAPDOCTYPETEXT'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@DataAging.noAgingRestriction: false
@VDM.private: true
@AbapCatalog.compiler.compareFilter: true

define view P_APProcessFlowDocTypeText
  as select from fap_pfdoctypet

  association [1..1] to I_Language as _Language on $projection.Language = _Language.Language
{

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras                                   as Language,
  key doctype                                 as DocumentType,
  key modtype                                 as ProcessType,
          
      @Semantics.text: true
      ltext                                   as DocumentTypeDescription,

      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAP_PFDOCTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/