P_POSTINGPROCEDURETYPEVHT
P_POSTINGPROCEDURETYPEVHT is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ReprocgRulePostgProcedTypeT | view | from | BASIC | Basic view for Reprocessing Rule Posting Procedure Type Text |
@AbapCatalog.sqlViewName: 'PPSTNGPROCTYPET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.private: true
@Search.searchable: true
define view P_PostingProcedureTypeVHT as select from dd07t
association [0..*] to P_PostingProcedureType as _ProcedureType on $projection.ReprocgRulePostgProcedureType = _ProcedureType.ReprocgRulePostgProcedureType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key domname as ReprocRuleDomName,
key domvalue_l as ReprocgRulePostgProcedureType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key ddlanguage as Language,
key as4local as Pos2,
key valpos as Pos3,
key as4vers as Pos4,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
ddtext as PostgProcedureTypeName,
_Language,
_ProcedureType
}
where
dd07t.domname = 'FAR_PSTRL_POSTINGPROCEDURETYPE' and dd07t.as4local = 'A' and dd07t.domvalue_l between '000' and '999';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"P_POSTINGPROCEDURETYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/