former_member249109
Active Participant
Member since ‎08-29-2012

User Statistics

  • 73 Posts
  • 3 Solutions
  • 14 Kudos given
  • 79 Kudos received

User Activity

Hi, I have a DocStore collection named food_collection from which I'm getting data into the ABAP world through an AMDP. The code for the AMDP looks like this: PUBLIC SECTION. INTERFACES if_amdp_marker_hdb. TYPES: BEGIN OF ty_foo...
Hi, Under the db module, I would expect to right click on the folder to open the dialog for adding a external SAP HANA service, like this: However, in my HXE installation that dialog is empty: Has anyone experienced the same problem? I'm...
Hi, I'm creating a Gateway project through CDS reference data source. The CDS was built to leverage the BOPF through the @ObjectModel annotations. Within the Business Object, let's call it Alice, I have a static action that is configured as its ex...
Hi, I have defined the following annotations in my CDS view: @ObjectModel.alternativeKey: [ { element: ['concept'], uniqueness: #UNIQUE_IF_NOT_INITIAL, id: 'ConceptID' } ] However, upon activation the Alternative Key is not genera...
Hi, I have two independent BOs, which at the moment are not related to each other (there is no association defined), let's call them First and Second. If I try to create an instance in Second through a simple ABAP program, I can perfectly do...