Re: Can you alter a column name from lowercase to upper in Virtual table
To clarify...virtual table in HANA
View ArticleRe: How to Insert the results of a stored procedure to a temporary table in...
Have a look on these: Create local temporary table in procedure | SCN How to call HANA store procedure with input tab... | SCN Regards,Krishna Tangudu
View ArticleRe: syntax error for dynamic column for update query
Consider them as strings and try to concatenate them. In your last statement, the SQL you want to execute is : SELECT 'UMESH' FROM DUMMY;So while framing the dynamic sql, you need to frame that string...
View ArticleRe: Unable to Add CDS OData Service
It looks like a Authorization error while accessing the oData Regards,Krishna Tangudu
View ArticleRe: syntax error for dynamic column for update query
Thank you Boss..... Its solved now.
View ArticleCrystal Report Connection error on SAPB1HANA Client
Hi all, I had a question.I have developed a crystal report on SAP B1 HANA client. The report working fine when i preview the report in Crystal report. But when i export the report in SAP B1 HANA client...
View ArticleSAP DBTech JDBC: [270]: not enough values
Hi All, I am trying to execute this below query but getting an error SAP DBTech JDBC: [270]: not enough values site. INSERTINTO TEDPOC.Z_MFG_ORDER_ITEM_SHIP_HISTORY select CURRENT_TIMESTAMP, tA.*from...
View ArticleRe: SAP DBTech JDBC: [270]: not enough values
Probably the table: TEDPOC.Z_MFG_ORDER_ITEM_SHIP_HISTORYhas more columns than you were trying to insert . Change the above query into below: INSERT INTO TABLE (<column list>) ( SELECT <column...
View ArticleIn what cases Sql script based modeling is better than graphical based modeling
Hi I'm newbie to the SAP Hana.Could you please anybody share any scenarios why we are choosing SQL script based modeling instead of Graphical modeling. In what cases GUI is not possible to create a...
View ArticleRe: Input Parameter that is 'Derived from Procedure' does not return anything
Is your Procedure created in _SYS_BIC? if not, please create it and see if this helps
View Article[SAP Hana Vora] Spark version
Hello, we are integrating our hadoop platform to SAP Hana DB.We have a hadoop cluster managed by CDH 5.7 (the latest version). Also all nodes are using Linux SLES 11 SP4.After Installing SAP hana Vora...
View ArticleRe: SQL privilege consumption in Repository role
Hi Experts, Can you please suggest on this. Because if I go to SAP they will say consultant issue. But I don't find document for this. RegardsRajender Singh
View ArticleRe: Unable to Add CDS OData Service
can you please check the .xsaccess has { Expose:TRUE } JSON in it. Your code is 403, so I can suspect this could be the issue.
View ArticleSQL Script in HANA: Access row of table
Hi experts,I have created the following table in my AMDP as below. I want to loop at the table and fetch the contents to fill the variables: tab1 = SELECT mandt AS client, col1...
View ArticleRe: SAP HANA B1 - Create and Execute Stored Procedure Privileges
Hi Kemal Ertas,Yes, it was actually the privilege issue like you mentioned in your second point. User din't have sufficient privileges to create SP under a specific package but once the privileges were...
View ArticleRe: Unable to Add CDS OData Service
Hi Chandan, How to open standard repo of Aging analysis. I opened the CDS in ABAP Perspective.I Searched for Package in ABAP Repo bt couldnt find the same in Eclipse. Regards,Vishnu
View ArticleIssue with HANA installation
Hi, I am getting an error when i try adding a system to the HANA studio. Error screenshot below. Same error comes up when i try creating a repository workspace. Please help.Thanks,Anupama
View ArticleRe: SAP Hana WebIDE: 500 Hostname/IP doesn't match certificate's altnames
Hi Dirk, great, that you were able to proceed.Please note that this parameter should only be set in development environments and never be used for production. The root cause for your problem is, that I...
View ArticleRe: SQL Script in HANA: Access row of table
Hi, SQLScript is not ABAP. You should use a different approach and use CASE WHEN within your SQL statement. For some circumstances you can use the CURSOR. GreetzSilvio
View Article