Re: Syntax issue with table variable declaration
Thanks Lars,I'll look for other alternatives or updates. -Rajat
View ArticleRe: How to see which backend SAP System is integrated with Hana system in...
I have just got my landscape document from basis team and understood the SLT synch to HANA.
View ArticleRe: RDS FOR SAP MM
Material Master TableMARA - General DataMARC - Plant Details EKKO - Purchase Order headerEKPO - Purchase Order Item Any serach in google like SAP MM module tables will provide you with a set of the...
View Articletime related information
from the calculation view how can i take the current system date
View ArticleRe: Fuzzy search with sap.m
Hi Dominik, Best way is to put your code in JS Bin for people to have a look.
View ArticleOData Batch Posting error Failed 400
Hi All, I am current trying to post a batch OData request which I am not sure where is the error or how to fix it. On Chrome developer tools.The Network batch request status code comes back with a...
View Articlecalculation views
i have scripted view ..i want to convert this scriptedv iew into graphical view..can you please suggest me
View ArticleRe: calculation views
This is a generic query Karuna. We usually adopt scripted calculation view when we are not able to achieve the task with graphical models.Sree
View ArticleRe: Fuzzy search with sap.m
ok, here is my code: The Controller: onSuggest: function(event){ var suche = sap.ui.getCore().byId("suchfeld"); suchString = suche.getValue(); var aUrl = 'URLURLURL?suchString=' +...
View ArticleRe: System crash, preview data and activate views
Hello Lars, after this post me and the DBA did some extra tests (on revision 80 and 85)This problem is solved in 85, then the Save and Activate session waits untill the Data Preview is ready. In 80...
View ArticleRe: SAPUI5 Navigation between sap.m.App and sap.m.splitApp
Hi Carlos, I'm already following this tutorial. But, as sad in Application Best Practices (SAPUI5 SDK - Demo Kit) we should use the router and the tutorial doesn't use it! My problem is that I need to...
View ArticleRe: Can HANA handle more than 2 billion records on a table from ERP?
Hi Sneha, I will recommend you to put filters on lower level in attribute view only and then use the same in calculation view. And can you please insert the table in CV and tried it in projection view...
View ArticleRe: Can HANA handle more than 2 billion records on a table from ERP?
We don't know your data.We don't know your models or your query.We don't know your hardware. All of those aspects contribute to your system's performance.But we don't know about them, because you did...
View ArticleException Handling
Hi, I have created a stored Procedure which inserts multiple records. I am trying to write exception handling which also reports on the field value which is duplicated. PROCEDURE MYPROC ( ) AS BEGIN...
View ArticleRe: Can HANA handle more than 2 billion records on a table from ERP?
Hi Sneha, Yes as suggested by Dubravko above use partitioning concept if records are more than 2 billion. Kindly follow below link. Table partitioning for 2.5 Billion rows BRSumeet
View ArticleRe: Can HANA handle more than 2 billion records on a table from ERP?
Theres not much to go on here, but for start I would readhttps://websmp109.sap-ag.de/~sapidb/011000358700000558182013E/HANA_ExecutionOfModels.pdf Theres few tricks to enable filter push down. Also if...
View ArticleRe: User Defined Function is not working in .Net
Hi Dubravko, Agreed, there are many newbies questions around lately; in fact too many. The topic of "how to ask technical questions" is as old as the first internet forums.Somehow I doubt that another...
View ArticleRe: Exception Handling
Hi Murali, currently, there is no way to capture the values of a failed statement. Once the error is thrown, you cannot access the values any more and they are not returned as part of the error...
View ArticleRe: User Defined Function is not working in .Net
>Having an FAQ is a great idea and there's nothing stopping you from starting one. I was afraid of that But You are right, he who does not know, does not know that he does not know. An idea was that...
View ArticleRe: Dynamic column list in contains-statement
Hi Lars, isn't it a bit to early to judge over someones design without knowing the requirements...!? Without starting a discussion of the design: We are implementing a generic search with filters...
View Article