Re: Real time data replication by using HANA EIM (Smart Data Integration)
Hi Noah, Thanks for the prompt response.I don't see the setting you have mentioned above. I am running SPS10 and here's my dpserver.ini node: I've also done a search for "messagetimeout" and don't find...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Hey Asad, That framework container and messagetimeout value we had to manually create by right clicking on the dpserver.ini and selecting add section. Make sure to enter it exactly as it's displayed in...
View Articleui5 consume odata with CRUD
Hi experts, I want to consume odata, and the create rule follow userCreate.xsjslib . userlib.xsodata service { "sap.hana.democontent.epm.data::EPM.User.Details" as "Users" create using...
View ArticleRe: SPLT FUNCTION IN HANA SQL
While I agree with Fernando that the whole approach here might not be the best, I like to point you to the SUBSTR_AFTER function, which allows you to look for the first occurrence of a search string...
View ArticleRe: SPLT FUNCTION IN HANA SQL
Thanks for your reply. Current ABAP Custom Code I am using the below ABAP code in the custom program -> This is in production system and working fine. IF sy-subrc EQ 0 AND gx_conf_out-atwtb+0(1)...
View ArticleRe: SPLT FUNCTION IN HANA SQL
Hi Vellore, Thanks for post I understood the question and answer from Lars solve the issue. This does work:SELECT SUBSTR_AFTER ('Hello My Friend',' ') "substr after" FROM DUMMY;Result: My FriendYour...
View ArticleRe: SPLT FUNCTION IN HANA SQL
Thanks for checking..I tried with one Space and 2 spaces.... I guess I can still do the SPLIT in the abap layer. ATWTB has value -> 'CLH001001000 2100C'; ONLY one SPACE between two strings.The...
View ArticleRe: SPLT FUNCTION IN HANA SQL
Hi Vellore, Don't know what's going on but your post appears to me always with more than 1 space.Vellore Vasudeva Rao wrote: My HANA SQL SELECT a.vbeln, a.posnr, SUBSTR_AFTER(a.atwtb,' ') AS...
View ArticleoData with view and analytic privileges combination
Hi Experts, I'm exposing a table using a xsodata file, and everything works as expected, I can GET, POST, PUT and so on. But now, I need to adapt my application to multiple users, and each user needs...
View ArticleTileContainer vs Tile Catalog
Hi Experts, first, this is not a questiona about SAPUI5, I know this is a HANA Forum, and I promisse the question below is HANA related. I'm building an application and initially, I've built my initial...
View Articlecumulative sales value using graphical calculation view
Hi all, Please check the below table. I want result as per 'Desired column' which is highlighted in Red colour. Month Sales Desired ColumnJan 100Feb 100 200Mar...
View ArticleCalling Procedures with Arguments that Reference an Existing Table">"XS Procedures API" -> Calling Procedures with Arguments that Reference an...
Hi, I try to get familiar with "XS Procedures API" (SPS09). http://help.sap.com/hana/SAP_HANA_Developer_Guide_for_SAP_HANA_Web_Workbench_en.pdf"Calling Procedures with Arguments that Reference an...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Hi Noah, Thanks for the clarificationWould love to report it's fixed, but... Let me start by confirming that I've created the dpserver.ini property and set the values as you have suggested. I then used...
View ArticleRe: Error with JPA Content
Hi, There seems to be an shorcut key conflict in Eclipse. Try opening the XML with right click -> Open with -> System Editor in order to rule out the issue. Shortcut Key bind setting can be done...
View ArticleJoin-types in Star Join in Calculation view
Hi all, Native HANA-setup: I have built a Calculation View with a Star Join.Very basic: A fact table and a number of dimensions.When dimensions are joined to the fact table I have used referential...
View ArticlePermissions to HANA DB Views
Experts I have a requirement to only show users the views they are authorized to see. Do you have any suggestions for the above point?. Do we have any features in SP09/SP10 which can help us implement...
View ArticleRe: oData with view and analytic privileges combination
You can do POST/PUT/DELETE on a view if you implement an exit for these operations. In the exit you can write the logic to perform the operation against the base table instead.
View ArticleRe: Join-types in Star Join in Calculation view
Hi Giridhar, Did you checked if "Dynamic Join" can set to true on these left outer joins? Regards, Fernando Da Rós
View ArticleRe: Permissions to HANA DB Views
Hi Giridhar, This is the link that helped me with restricting access to views, though this is related to SAP Lumira you can try the same for your process. Restricting access to Views in SAP HANA for...
View ArticleRe: Join-types in Star Join in Calculation view
That checkbox is grayed out and non-selectable. Setting by default it is False.BR,Erling
View Article