former_member186444
Participant
Member since ‎06-05-2006

User Statistics

  • 323 Posts
  • 5 Solutions
  • 1 Kudos given
  • 10 Kudos received

User Activity

If I have an ABAP CDS View with parameters (CDS no. 1) and I need an inner join on that CDS View from another CDS View (CDS no. 2), how do I do it?If it was the first table of the SELECT in the CDS, I could do it like this:.......as select from CDS1 ...
When we have activation errors in CDS Views in our development system, we simply get an error message saying "....was not activated". We don't get any other more specific error messages that describe the problem.  In s previous sandpit system we did ...
I'm using a UNION ALL in a CDS View but I'm having trouble matching up one of the fields in the projection list between the Select's. In the first Select, I have this:  case     when offer_level = '2' and decrep.decision = 'U' and decrep.reply = 'F' ...
me again!I'm getting this error in a CDS View in which I'm using a 'UNION ALL' and I can't figure out why I'm getting it.I have the same number of fields in both selection lists (that is the Projection List, right?) and their types are all the same. ...
As far as I can tell (as I cannot find reference to it anywhere), it's not possible to define an optional parameter for a CDS view.Is that correct? Thanks.