Re: SAP River setup
Hi guys, I discovered a problem with by _SYS_RT schema. Tried the migration ("migrate_SYS_RT_25to27.py") and got the following: - _SYS_RT schema version 1.00 1 differs from expected 1.00 25 => no...
View ArticleL-Language documentation and code examples
Hi Colleagues. We just started project required development of the L-Language stored procedures.I was looking for L-Language documentation and code examples in the our SAP network.I was hopping we have...
View ArticleRe: Cannot read file '/usr/sap/sapservices': No such file or directory
Please check if your machine name is bind with the IP address.use ping <machine name> to see if system returns the IP, if not,add the bind mapping in /etc/hosts and try the HANA installation again.
View ArticleRe: L-Language documentation and code examples
Hi Viktor, L is not supported for any development outside SAP, and therefore not documented publicly. i send you the information required for you to proceed with that via email. I will lock this thread...
View ArticleRe: HANA Models - Quantity Conversions
Hi Sravan asking people to "write a blog post" is pretty big, don't you think? Why don't you find out how to perform unit conversion (e.g. by reading the Modelling Guide) and come up with a blog post...
View ArticleUnable to create Triggers
Hi Frzz, There is a requirement where in I have two tables T1 and T2. I need to move data from T1 to T2. we are using BODS to load data to T1,when the record got inserted in HANA T1 Table I am trying...
View ArticleOutput data differs in Analytic view
Hi Everyone, I am trying to figure out the solution for the Analytic view. I have created a calculated column based on the Input parameter.In the Input paramter I have defined as...
View ArticleRe: HANA PAL Executing error
Hi All,I got solution for above problem.Issue was coming because i was using NVARCHAR data type ( "ProductId" NVARCHAR), where as algorithm need the VARCHAR data type. So I suggest to Match every...
View ArticleRe: Unable to create Triggers
Hi Krishna, Subject_table_name and table used in Select query shouldn't be same as per my knowledge, this is not supported. This will not work. I suggest two alternatives:1. In the BODS job, map to...
View ArticleRe: Unable to create Triggers
Hi Chandra, Thanks a lot for your valuable suggestions. Best Regards,Krishna.
View ArticleRe: Unable to create Triggers
Hmm... what exactly are you trying to do here?The select statements could retrieve any number of records but still you want to use the result in an INSERT statement? If you want to access the data that...
View ArticleHow to use non-select(insert, delete) statement inside HANA UDF?
Hi, As per HANA document, UDF (User defined function) is read only, but client’s requirement is preserve calculated value into temporary table. Example: Increase salary by 10% for each employee and...
View ArticleRe: SAP HANA Transport Best Practices
The 'Builds on ' as described by Denis actually exists in the HANA Live browser ! You can visualize the whole dependancy chain of any (even custom) view down to the table. Usefull !A pity it's not...
View ArticleAuto Activation of Content for CTS+ for HANA
Hi Everyone, I have configured CTS+ for HANA and I am able to transport HANA Content(Delivery Unit) From Dev to Quality box.But my content like Views are not getting activated automatically.The...
View ArticleSSL Configuration for SAP HANA Rev 70
Hi All, Can any one help us on SSL configuration for SAP HANA.We have followed the SCN link as per the SNOTE 1900023, but no luck. We have also raised OSS message but no response. Kindly help us on the...
View ArticleHow to get a varchar type out of a hdbdd-model?
Hello, I'd like to define the tree model input table type for the PAL function PREDICTWITHDT within CDS via an hdbdd-file. The tree model input data type needs varchar(5000), but string(5000) in hdbdd...
View ArticleRe: Modeling approach : HANA studio OR BW on HANA ?
Hi, In my opinion, you have some misunderstanding of BW on HANA. Please read the BW on HANA documentation as suggested by Mr. Sarhan Polatates, a couple of times keeping in mind that SAP is trying to...
View ArticleIs there any way to change literals from double to single quotes?
I'm converting a small application in C# / .net that runs on several other databases to HANA. The escaped double quote thing is pretty painful - is there any way to change the default literals from...
View ArticleRe: Is there any way to change literals from double to single quotes?
Hi Chad can you please provide an example of what runs with other DBMS but doesn't with SAP HANA? - Lars
View ArticleSTRING_AGG function in SAP HANA SQL Script
Hi, We have HANA Revision 7.3.STRING_AGG function seems to work when we just execute the query without assinging it to the value.However as soon as we assign it to a value in a stored procedure or...
View Article