sap_cohort
Active Contributor
Member since ‎2005 Nov 23

User Statistics

  • 2,144 Posts
  • 50 Solutions
  • 81 Kudos given
  • 28 Kudos received

User Activity

Hi, I have a simple CDS Cube using the Cube Read Interface IF_RSRTS_CDS_READ.This interface provides three methods:IF_RSRTS_CDS_READ~DEFINE / ~READ / ~GET_PROPERTIESIn the ~GET_PROPERTIES Method I am setting the attribute "provide_exact_data" to true...
Hi, I have an ABAP CDS Query with a two parameters.  The first parameter the user can dropdown to select the appropriate value.The second parameter I am defaulting a single value and want to restrict the parameter to this value.I would like to restri...
I have a requirement to store a list of GL Acct Hierarchy Nodes to be accessed by CDS or ABAP Program. I wanted to consider using some standard functionality for this before just a flat table Is there a way to create a GS01 Set that would hold jus...
Hi all, We just did an upgrade and found a few CDS Views that have syntax errors and generate an error when called. I'm sure it's due to more strict syntax checking. I'm looking if anyone knows of a way to do a mass syntax check on CDS Views after an...
I have an ABAP CDS View field value defined as follows:The field definition is in an ABAP CDS Consumption View with Data Category #CUBE @EndUserText.label: 'Related Link Count'@Aggregation.default: #COUNT_DISTINCT@Aggregation.referenceElement: ['Re...