Re: Can I call a procedure from a SQL Script calculation view
@ Jody HeschThere's some decent stuff to be found on SCN huh . Above tip came in handy for me today, cheers. Script calc view:/********* Begin Procedure Script ************/ BEGIN call...
View ArticleRe: YTD calculation in SAP HANA
I'd also recommend this approach by Abani Pattanayak which requires less maintenance and gives "point in time" reporting functionality: Modelling efficient Time Period based calculations (YTD, PTD, WTD...
View ArticleHANA SLT Schema selections
Hi , We have SLT server with 2 configurations setup (schema) , DEV and QA. on one of these configurations we are using transformation with an include where it is calling a source system via RFC....
View ArticleCan Dev and QA run on SAP HANA database where as Prod running on SAP HANA...
Hello SAP HANA Experts, Can you please answer my query? In case of BW running on SAP HANA or SAP Business Suites running on SAP HANA, In three system landscape, will it be possible to run production...
View ArticleGetting the row count for dynamically specified table in a procedure
I have the following code in my procedure: EXEC 'SELECT COUNT(*) INTO'|| V_CNT ||'FROM'|| :V_TBLNAM_IN; :V_TBLNAM_IN is a dynamically specified table name. I get the following error: Could not execute...
View ArticleRe: What is network bandwidth required HA and DR setup using SAP HANA...
Hello Atul, I am looking for SAP Document which talks about how to calculate network bandwidth based on client's RPO requirement or which talks about how should we determine network bandwidth when we...
View Articleexport & import of sap schema for building a new system
Hi, We have a quality BW system which runs on HANA SPS07 (Revision 73). The database contains many schemas in addition to sap<sid>, the rest of the schemas are used through native HANA and are...
View ArticleRe: Getting the row count for dynamically specified table in a procedure
Hi Sridhar, Have a look on this thread: Procedure to get no of records from any table | SCN Regards,Krishna Tangudu
View ArticleRe: Query on Calculated Column
It will first fetch the results and then apply the filter on the calculated column. If you want the filter to be applied at the lower level, you got to materialize a column in the table itself as...
View ArticleRe: SAP B1 HANA Installation On DELL R620
Dear All; I noticed that HP servers are using only RAID50 which is more safe, and can give also good performance as the following diagram says: I want to understand why HP is using a different RAID...
View ArticleRe: Error in Restricted Column of Analytic View
One quick question: The measure definition as shown as: <measure name="PER UNIT SALES PRICE" table="ID403381:CUSTOMER_FACT" column="PER UNIT SALES PRICE" aggregationType="max"...
View ArticleRe: export & import of sap schema for building a new system
Hi Saravanan why don't you simply backup and restore the database and drop all the schemas you don't want to keep from the restored instance? - Lars
View ArticleRe: HANA SLT Schema selections
Hey Nick you may want to move this and the other SLT related question to the SAP LT Replication Server forum. - Lars
View ArticleRe: SAP B1 HANA Installation On DELL R620
Dear All; I found the solution, and though of sharing it with you. SAP Note 1944415 "Configuration Guide for Hardware Platforms of SUSE Linux Enterprise Server" explains each server model with the...
View ArticleRe: update&delete TEMP TABLE IN HANA
We are working on VERSION: 1.00.68.384084 i.e. SP06, ("SYS"."M_DATABASE") and as per some threads issue of “updating Temp table with in an SP” has been resolved by SP05.Still, we are getting following...
View ArticleRe: update&delete TEMP TABLE IN HANA
We are working on VERSION: 1.00.68.384084 i.e. SP06, ("SYS"."M_DATABASE") and as per some threads issue of “updating Temp table with in an SP” has been resolved by SP05.Still, we are getting following...
View ArticleRe: export & import of sap schema for building a new system
Hi Lars, Thanks for the suggestion. But the problem is other schemas are very huge, so the export/import time will be long. Also we need more disk space for taking the backup. Thanks &...
View ArticleRe: Auto commit for inserts
Hi Justin, Can you share the details of the OSS message? And the reasons mentioned by SAP to stop supporting that syntax? It would be helpful Regards,Krishna Tangudu
View Article