Hello experts,
I am facing an issue with selection variables.
Here is my modelisation: aDSO -> calculation view -> Composite provider (with infoobject association) -> query with selection variable on 0FISCPER3 and 0FISCPER.
My issue is that I ...
Hello everyone,
I am working on Lumira Designer 2.4 and came across a strange behaviour.
I am using COMPONENTS.setProperties() functionnality to apply company colors to several charts on my application. This worked fine for my charts until I need...
Hello,
I am trying to create a universe from Sap Data Services Designer datastore. This option is greyed out because of 64/32 bit compatibility between DS designer and Universe Design Tool. However as SAP note 2293239 (Business Objects universe men...
Hello Guru,
I am trying to get data from a web service with an Hana XS application but I don't get how to configure my request.
Postman gives me this generated code for jQuery:
var form = new FormData();
form.append("data[auth_code]", "xxxxx");...
Hello experts,
I am currently facing an issue within my Hana XS application.
I am trying to get data from an external service through outbound http call. The service has been tested with postman successfully.
We tested it also with php-HTTP_Req...
Hello Werner,Thanks for this post.Il would need the azure datalake adapter, can you please give me access to the repository?Email: jean-guillaume.kramarz@pasapas.comRegards,Jean-Guillaume
Hello Effie,
Did you have an answer to your question? I also need to add calweek in order to have a hierarchy : YEAR
MONTH
WEEK
DAY.
Regards,
Jean-Guillaume
Hello,
Thanks for this great post! I've been looking for a while how to implement F4 search on custom fields based on standard table.
I am trying to extend the search view by adding other fields than ID and description but I can't seem to figure ou...
Gret program!
I added search to update rules for old systems:
SELECT updid objvers routine iciobjnm codeid FROM rsupdrout INTO TABLE it_updr_rout.
SORT it_updr_rout.
DELETE ADJACENT DUPLICATES FROM it_updr_rout.
Then:
IF wtab-tranid IS INITI...