FISVD_EXTERNALTAX_TRFCQOUT
TAX EXPOSTING MANAGE
FISVD_EXTERNALTAX_TRFCQOUT is a CDS View in S/4HANA. TAX EXPOSTING MANAGE. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FISVD_EXTERNALTAX_TARFCSTATUS | view | from | TAX EXPOSTING MANAGE |
@AbapCatalog.sqlViewName: 'FISCDSEXTAXTRFC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TAX EXPOSTING MANAGE'
@ObjectModel.usageType: {
serviceQuality: #P
}
define view FISVD_EXTERNALTAX_TRFCQOUT
as select from trfcqout
left outer join dd07t as _recorded on domname = 'FIS_EXTDC_RECORDED'
and ddlanguage = $session.system_language
{
key arfcipid as host_id,
key arfcpid as process_id,
key arfctime as time_stamp,
key arfctidcnt as counter,
key concat (arfcipid,concat(arfcpid,concat(arfctime,arfctidcnt))) as tid,
dest as destion,
qname as qname,
qstate as state,
cast(case qstate
when 'READY' then _recorded.ddtext
else errmess
end as natxt) as errormes
}
where
qname = 'TIF_UPDATE_AUDIT_FILE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T",
"TRFCQOUT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/