Re: Can a person from ABAP background, learn SAP HANA ?
Hi Virendra, You should start by reading the blog http://scn.sap.com/community/abap/hana/blog/2012/12/04/key-learning--in-sapteched--abap-on-hana Check the below links for more information : ABAP for...
View ArticleRe: Using Where clause in Expression Editor
Hi Sridhar, The expression editor used in Calculation column definition provides limited functionality. The WHERE condition for a column is also applicable in case of Restricted Column, but that is...
View ArticleDo we use SE11 to create tables in HANA
Hi,I have few queries regarding the use of HANA database. First In SAP Netweaver 7.4, the OLTP systems are using row storage or column storage of HANA. Second since SAP Netweaver 7.4 is optimized for...
View ArticleRe: Do we use SE11 to create tables in HANA
If you are going to use SAP system on HANA : 1. Then if you create a table : by default it will be Column Store but you can change it to either Row or Undefined during creation time 2. If you are using...
View ArticleRe: B1 HANA 9.0 installation error
Hi Taw, Do not type the path , just navigate it from the GUI. BRAtul
View ArticleRe: Problem with file activation in SAP HANA Studio on Cloudshare
Hi, I am facing the exact same issue.. I even cannot stop the activation process - need to close hana studio every time.. Does anybody have a solution for that problem?Thanks in advance!Kristina
View ArticleRe: Conversion character to integer
Hi Stefan, Here is the approach i followed (HANA revision 46). I created a table with column YEAR with data type NVARCHAR which has numeric value.In CE_PROJECTION I included this YEAR field and using...
View ArticleRe: error feature not supported while calling afl wrapper generator inside a...
Hi, Could you try commenting this line call OutlierDetection('I301605', 'CITY');and validate the procedure. If it is working then it is easy to invoke the procedure using parameters with placeholder....
View ArticleRe: Error when Exporting on Hana cluster when connecting to secondary
Hi, hdbsql=> \c -i 00 -n hana109:30015;hana108:30015;hana110:30015 -u CC41 -p ********Connected to A01@hana108:30015hdbsql A01=> export "CC41"."*" AS CSV INTO '/usr/sap/A01/HDB00/work' WITH...
View ArticleHANA SAP BW Integration
Hello,I have a couple queries regarding SAP BW integration with HANA. Is there a way of replicating BW Models(Infoobjects,DSO) into SAP HANA without using DXC.? Does DXC only helps me in replicating...
View ArticleRe: error feature not supported while calling afl wrapper generator inside a...
hi, thanks for replying. I actually did that, the procedure compilation is successful (as far as the debugger is saying)bu when I call the procedure i am getting weird errors. You can check my message...
View ArticleProblem in creating Input parameter
Hello folks, We have an Analytical view named as "AN_WARRANTY" whose data preview is as below-: We are trying to create one Calculation view on top on Analytical view where we require to use...
View ArticleRe: Conversion character to integer
Raj, Thanks, i will try this on monday. The big difference seems not to use any kind of implicit conversion function (like int or to_decimal). I'll let you know what the result is :-) Grz,Stefan
View ArticleRe: HANA SAP BW Integration
Hi Kaushik, DXC is the extraction process which bypasses the normal data flow and sends data from the source SAP Business suite system to SAP HANA and provides data models into SAP HANA. After the...
View ArticleRe: error feature not supported while calling afl wrapper generator inside a...
Hi, I do not have access to view your error message. Always paste the error message here to get fast response. RegardsRaj
View ArticleRe: error feature not supported while calling afl wrapper generator inside a...
Thanks for replying. new infos:when I try to create a new PAL procedure within my stored procedure using the AFL_WRAPPER_GENERATORthe call of the stored procedure, in this way: call...
View ArticleRe: Using Where clause in Expression Editor
Hi Ravi, Thanks for your time. My requirement is just to create a calculated column as below:calculated column = ("CITY" WHERE "REGION"='APAC') so that my calculated column only returns the filtered...
View ArticleRe: Conversion character to integer
Hi Rijinkels, Could you provide error evidence for detail information, besides, whether you use to_int function to do convert character to int? Regards,Jerry
View ArticleRe: Problem in creating Input parameter
Hi Ruchi, Little confused here, what is the logic used while deciding which 5 previous weeks data has to be displayed? As per the example you have given the previous 5 weeks are not in any particular...
View ArticleRe: Problem in creating Input parameter
Hi Jain, According to your explanation, I think that you need to create one calculation column "FYWEEK" base on "Fiscal_Year_Week_Name" as well, such as "FY10W03" convert to 1003, then you fetch top 5...
View Article