Re: Column created with generated always as clause getting dropped when...
No Sumeet. It's not in the Information Views. Column is in table. I am using these columns in my query.
View ArticleCustomizing Live Views!
Are there any easy way to customize SAP provide live views? Scenario A : Simple View and no other sub views 1. Copy the view and change the authorizing schema2. it works no issues . Scenario B...
View ArticleRe: Connecting DotNet to SAP HANA: Not using ODBC
Hello Samarjit uppal, can you plz try this Right click on your project -> Properties -> Build -> change the platform target to "Any CPU" i was face same issue when i try to...
View ArticleRe: SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
hi shashank please use the schema already available. trail version wont allow you to create a new schema. you can use the existing schema, and create any no of tables
View ArticleWhere did the HANA Client (ODBC drivers etc.) go ?
Hi HANA Community, Despite searching all over, I can't find a working URL / link where I can download the latest 32bit and 64bit HANA client drivers. I would very much appreciate it if someone could...
View ArticleRe: Where did the HANA Client (ODBC drivers etc.) go ?
Support Packages and Patches | SAP Support Portal Then Browse Download Catalog Then this navigation path:SAP In-Memory (SAP HANA )"HANA Platform Edition"SAP HANA PLATFORM EDITION"SAP HANA PLATFORM...
View ArticleRe: Where did the HANA Client (ODBC drivers etc.) go ?
Thanks Thomas, It looks like my S number authorisation doesn't currently give me access to download HANA components from the SWDC. I guess this means the HANA Client tool is no longer available in the...
View ArticleRe: Where did the HANA Client (ODBC drivers etc.) go ?
>I guess this means the HANA Client tool is no longer available in the public SCN domain ?No. There is no download on SCN or trial for the HANA Client.
View ArticleRe: How to call External Stored Procedure from HANA SQLScripts?
Hi Sergio, Thanks for the answer.Do you have any reference document or link available for the solution you provided. Regards,Vijay
View ArticleRe: how to change number visible columns in table
Hi, ok. But any way I solved the issue. Thanks,Ashok.
View ArticleHana views for Bex Query Designer tables
Hi Gurus, Has anyone created HANA views to query the various tables used for storing Bex Query designer metadata?I'm looking for something more user-friendly for interrogating the query metadata to...
View ArticleRe: Problem with UNION ALL in SAP HANA SQL Script Procedure?
Ramana,you are grouping and aggregating the data on the wrong level, before the UNION operation.From what you described you want to perform the SUM/GROUP on the result of the UNION operations.Thus your...
View ArticleUNION ALL is not working in SAP HANA SQL Script?
Hi, I have written an SQL statement as below. SELECT GJAHR, SUM(DMBTR) AS "101_DMBTR", SUM(0) as "102_DMBTR" FROM "SAPR3"."MSEG"where BWART = '101' and werks = '1102'group by GJAHRunion allSELECT...
View ArticleRe: Problem with UNION ALL in SAP HANA SQL Script Procedure?
Hi Lars, Thanks for your reply.Can you suggest me the clear syntax for UNION ALL mentioned above because i'm facing some issues. Regards,Ramana.
View ArticleRe: Problem with UNION ALL in SAP HANA SQL Script Procedure?
Hi Lars, Thanks for your reply. The syntax you have provided above is not working. i mean it's giving syntax error too. Please suggest me in detail. Regards,Ramana.
View ArticleRe: Problem with UNION ALL in SAP HANA SQL Script Procedure?
I gave you the sketch of the SQL statement, not the actual full command.Please flesh it out yourself - it's pretty straight forward.Just put your previous query into the FROM clause and add the SELECT...
View ArticleRe: How to call External Stored Procedure from HANA SQLScripts?
hi Vijay,please reference Wenjun's post in regards to making outbound connectivity calls:...
View ArticleRe: How to set proxyUser and proxyPassword properties in .xshttpdest
Hi Florian, Thanks for your tip. Its working now. Regards,Subramanian S.
View Article