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...
Managed to solve it in a very weird way. Makes me realizae the flexibility offered by the document store is lost when using the integration with the ABAP layer through AMDPs.I had to specify the exact fields I want to fetch in the types definition of...
The query works without the where condition. The string 'Vegetables' must be enclosed in single quotes and the field name in double quotes. It's weird but that's how the document store works, as it is documented in the sample queries here https://hel...
Hi Dong,
I did this setup in 7.52. The preflight requests are OK. However, I'm having trouble with allowing POST requests to OData endpoints, service is always returning 403 http errors. Is there any additional configuration needed? Thanks