FAA_REC_ANLP1_BASE
Reconciliation ANLP vs ANLC (Base View)
FAA_REC_ANLP1_BASE is a CDS View in S/4HANA. Reconciliation ANLP vs ANLC (Base View). It contains 6 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Faa_Rec_Anlp1_Sum | view | from | Reconciliation ANLP vs ANLC (Result Set) |
Fields (6)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | afaber | afaber | 1 |
| KEY | anln1 | anln1 | 1 |
| KEY | anln2 | anln2 | 1 |
| KEY | bukrs | bukrs | 1 |
| KEY | gjahr | gjahr | 1 |
| KEY | mandt | mandt | 1 |
@AbapCatalog.sqlViewName: 'FAAV_REC_ANLP1_B'
@EndUserText.label: 'Reconciliation ANLP vs ANLC (Base View)'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view Faa_Rec_Anlp1_Base
as select from Faa_Anlc_Ori
{ key mandt,
key bukrs,
key anln1,
key anln2,
key gjahr,
key afabe as afaber,
key '999' as peraf,
nafag as nafaz,
safag as safaz,
aafag as aafaz,
mafag as mafaz,
aufwb as aufwz,
aufng as aufnz,
zinsg as zinsz }
union all
select from Faa_Anlp_Ori
{ key mandt,
key bukrs,
key anln1,
key anln2,
key gjahr,
key afaber,
key peraf,
- nafaz as nafaz,
- safaz as safaz,
- aafaz as aafaz,
- mafaz as mafaz,
- aufwz as aufwz,
- aufnz as aufnz,
- zinsz as zinsz }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAA_ANLC_ORI",
"FAA_ANLP_ORI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/