P_CONDITIONSITEM
Private view to retrieve Conditions Item
P_CONDITIONSITEM is a CDS View in S/4HANA. Private view to retrieve Conditions Item. It contains 1 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_StRpAdvncRetForSlsAndPurTxC | view | left_outer | COMPOSITE | Cube View which returns Sales and Purchases tax items |
| P_StRpCalTaxReturn | view | left_outer | COMPOSITE | Calculated Tax Return Information |
| P_StRpTaxReturnBox | view | left_outer | COMPOSITE | Private view to return Tax Details with TaxBox config |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ConditionAmount | ConditionAmount | 3 |
@AbapCatalog.sqlViewName: 'PCNDTNITM'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.private:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
//@EndUserText.label: 'Private view to retrieve Conditions Item'
define view P_ConditionsItem as select from konp {
key knumh as ConditionRecord,
key kopos as SequentialNumber,
kbetr as ConditionAmount
}