Date Format in SAP Hana
Hi,i have a Table with date values as below 18/11/2015 But this format is not available in any of the formats in Time Dimension. How can i convert this date into Sql date, so i can use this column in...
View ArticleRe: Consume Stored Procedures In HANA ODATA Services
Hello Arun. 1) Your scripted calculation view can just have one result parameter. Think about the situation in which you make a query (SELECT) on the view. How the query should handle several result...
View ArticleCDS view associations in SEGW
Hi All I am having a play with CDS views and associations. I am trying to setup a simple Odata service using the following view
View ArticleRe: CDS view associations in SEGW
define view ZTEST as select from scustom as customer association [*] to sbook as bookings on customid = $projection.id { key id , name , bookings } when I import this view...
View ArticleRe: top 10 records
Please share your code and type definitions, then maybe someone can help you. Just saying "there is an error" and giving no detailed background will provide you no result. Thx, Florian
View ArticleRe: top 10 records
Tanush, if you are able to run the data preview in your view, you can click on the upper right hand corner, select see log - then you will see the query with the correct syntax of what was run. hope...
View ArticleXSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hi, I get an error when I try to run through my xsjs and try to import my entity.Error:"Failed to execute action: TypeError: artifact is null"Could somebody tell me, if it is okay to import an entity...
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hello Dirk, the $importEntity method requires a CDS entity defined in an hdbdd file. Regards,Florian
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hi Florian, thank you for your helpful answer! I thought synonyms are a kind of cds entity and I can use it directly. Only for my understanding, if I have a standard local table (in this case it is a...
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hi Dirk, you can access any catalog table using method $defineEntity. You do not need a synonym. In the following example table _SYS_REPO.ACTIVE_OBJECT is accessed for instance: try{...
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
And why do we can use synonyms, if we can use the tables directly?Does it works also by virtual tables without synonyms? I mean, how does it work with virtual tables? Do I have to use the synonyms...
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hi Florian, nevertheless in my opinion it should work also with synonyms. (I need a design-time object of a local database.) And then I don't understand why I get this error: "artifact is null" BR,Dirk
View ArticleRe: CDS view associations in SEGW
Fixed. Data corrupted for Service on activation. Re created and it was fine.
View ArticleDISASTER RECOVERY in SAP HANA SPS10
Hi Experts, I performed a Single Node SAP HANA Multi-Tenant DB Installation with High option (individual OS users). Now I would like to run Dev and Quality on my secondary site along with Prod...
View ArticleRe: Input Parameter that is 'Derived from Procedure' does not return anything
Hi, "Derived From Procedure" is not working in our environment as well. Did you get any solution to it? Shirish.
View ArticleRe: Secure storage is locked
Hi Team, Any suggestions for the above issue ? appreciate your response in this regard, as I need to resolve this, as its impacting Project work. Thanks in Advance,Suma
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Hi Florian, thank you for testing it. Could you do me a favor, and check if you can see the synonyms also with the ide.I can see the synonyms with the hana studio client, but not with the web ide.But...
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
On revision 97 I can see it in the Web-based Development Workbench.
View ArticleRe: XSDS.$importEntity: "Failed to execute action: TypeError: artifact is null"
Ok, thanks. We are on v 1.100.30 and even with the system-user we can't see it.BR,DR
View Article