@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"KONP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/