Re: SAP certified add-on compatible with HANA?
This has to be answered by the vendor of the add-on.- Lars
View ArticleRe: How to remove comma from integer or decimal or any datatype columns of a...
You can alter the table and replace those column type from DECIMAL to NVARCHAR.
View ArticleRe: Triggering an email from SAP HANA SQL console/Procedure
You can't "call up" from a trigger to a XS engine functionality.And there's no direct way to send emails out from trigger functionality. In fact, that's not your requirement. You requirement is to send...
View ArticleRe: How to remove comma from integer or decimal or any datatype columns of a...
Hie Jyoti, When i am trying to alter the table using the following ALTER TABLE NEO_2YOU1TYXXXXX.ULLMAN_EXP ALTER (DEPTH VARCHAR); i am getting the following error AP DBTech JDBC: [7]: feature not...
View ArticleRe: How to remove comma from integer or decimal or any datatype columns of a...
Your data is not your problem here.It's the representation of the data in the UI. As I explained in Community criss cross puzzle posting in multiple locales the way numbers, dates, currency etc. gets...
View ArticleIam getting error while working on SLT
Hello When i tried to create new connection by using SLT then iam getting below error like source system is already used in some other configuration. Could you please some one explain how to do...
View ArticleRe: How to remove comma from integer or decimal or any datatype columns of a...
Hie Lars, I hoped you saw this post.Is there no way to remove commas ,as when i am trying to export those data from my attribute views into xml or csv those commas are also getting attached to them,...
View ArticleRe: Schema move from One System to another System.
Hi Ajay, I have a scenario very similar to yours. Just wanted to ask if you could figure out a way to migrate schema from one instance to another. I am trying it but getting column store error... TIA
View ArticleRe: Iam getting error while working on SLT
Hi sai I will do and give you the details soon. RegardsRamesh
View ArticleRe: Iam getting error while working on SLT
HI Sai Very very thanks the issue has been resolved now and schema name has been reflected on Studio.Really very very thanks. RegardsRamesh
View ArticleRe: Iam getting error while working on SLT
Hi Sai NEed your help again when i tried to click on Load and i am getting the error like privilege issues.Please check the below screen and do needful. ThanksRamesh
View ArticleRe: Iam getting error while working on SLT
Hi Sai If possible could you please help on the above. RegardsRamesh
View ArticleSAP DBTech JDBC: [258]: insufficient privilege: Not authorized
Hello All When i tried to load the mara table to my Hana studio by using load option i am getting the bellow error SAP DBTech JDBC: [258]: insufficient privilege: Not authorized.Please go through the...
View ArticleRe: Iam getting error while working on SLT
Hi, Could you please close this thread, if my suggestion, provides solution to your question. Please open new thread for new question. This approach would help others as well. Best regards,sai Krishna.
View ArticleRe: SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
hI zHOU iam facing privilage issue when i tried to load the mara table to my hana studio. Could you please help to resolve the issue. please find the below error image SAP DBTech JDBC: [258]:...
View ArticleRe: Iam getting error while working on SLT
Hi Sai I have already opened new thread. with the error. Thanks very much. RegardsRamesh.
View Article[Help] - ERR_INSECURE_RESPONSE when login to HANA
Hi experts, Just want to ask what is my error my code, I've got an error "ERR_INSECURE_RESPONSE". I think this might an error for certificate. What should I do. $(function () { //When button...
View ArticleRe: Multiple "input parameters" in SAP HANA in a standard way
Hello, define your filter expression like following:in("CARRID", $$P_CARRID$$)=> the parameter must not be enclosed in quotesRegarding the input:Your second option is correct. For every value an own...
View ArticleRe: Scheduling flow graphs/ tasks in HANA SPS09
Thanks Kiran, I have been trying with HANA XS already. I will let you know if I need more information on this. Regards,Dhruva
View ArticleRe: Multiple "input parameters" in SAP HANA in a standard way
Hello Florian, Remove the single quote works fine for my HANA model. I will double check whether the front-end tool can accept this multiple input. Thanks a lot for the kindly help.
View Article