Re: Using ABAP function calls in HANA
Hi Anu, Please try the following. Take the transaction iuuc_repl_content for the advanced replication settings.Select the configuration and then select the table.You should be able to add ABAP code for...
View ArticleDiff B/W ABAP HANA and normal ABAP.
Hello Techies, Hope you all doing well. Recently I attended a session of HANA and got to know little about the same. Its really good in terms of performance and seems to be more for BI people. I have...
View ArticleRe: Diff B/W ABAP HANA and normal ABAP.
Hi Sumeet, You are on the right forum, just need to look into the documents posted. HANA is definitely not ONLY for BW people. You can use ABAP, JAVA, .NET, HTML5 and other technologies for development...
View Articlehi!!
can anyone suggest me....actually me an abaper..i wanna learn abap on hana...but no where i found any documents or pdf..regarding abap on hana...if u guys having any important information regarding...
View ArticleERROR : Idoc document Issue
Hi Consultant, As i am getting an issue regarding Vendor & Customer description is not assigned to Sales Area. I had tried to maintained in Customization but still no solution . So kindly...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hi Jitin, Use global temporary table, this table data is private to the connecting session only. Regards.YS
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hi Jitin, You need to use SAP HANA as the primary database to create the Database Procedure Proxy. No other way round it. Regards.YS
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Thanks Yeu, I understand that but how to do this?Any note, document or blog that you can refer please? RegardsJitin
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Check this document link http://scn.sap.com/docs/DOC-41604. Regards.YS
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Yeu, This document explains how to execute HANA procedures from ABAP through database procedure proxy. For this DB Proxy first must be created through HANA but I'm not able to do so as I'm not able to...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
As mentioned earlier in all previous replies.. no other way round it without having a HANA database as primary database. Side car approach is not considered for database procedure proxy. Regards.YS
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Thanks for clarification Yeu.
View ArticleRe: Execute Procedure with i/o parameters from ABAP
Hi Jitin,examples of how to call a DB procedure using ADBC can be found in the demo report ADBC_DEMO_PROC_CALLS_HDB (available in any system with a minimum NetWeaver release 7.40 SP5).Cheers, Jasmin
View ArticleRe: in sap hana sp6..we have abap development persecptive,abap profiling,abap...
Eric - First of all thank you very much for clarifying my questions...With respect to #2 you have mentioned that HANA Native Application development (HANA XS) does not require ABAP System..My question...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hi YS,not entirely true. You cannot create the DB procedure proxy via the the "standard tools", i.e. the ADT in the eclipse. In order to create the DB procedure proxy if HANA is not the primary DB but...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hello Jasmin, Please elaborate.how to create DB proxy programatically when using HANA as secondary database. Thanks
View ArticleRe: in sap hana sp6..we have abap development persecptive,abap profiling,abap...
Hi Hakim, you are raising very interesting questions about SAP HANA as development platform.I will try a short answer here, and maybe I will create an separate general blog post about the topic, as it...
View ArticleRe: in sap hana sp6..we have abap development persecptive,abap profiling,abap...
Eric - Thanks again for giving a brief explanation about HANA and its possible development environment options.. I agree with you that ABAP 7.4 has been optimized for HANA and the existing customer...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hi Jasmin, My layman interpretation of the proxy creation - ADT faciltate the linkage of the ABAP application server with the HANA DB which allows us to create the proxy. For this case, ABAP apps...
View ArticleRe: Execute Procedure with input parameters as table from ABAP
Hi YS,side car approach still means there's an AS ABAP which can connect to the HANA DB via secondary DB connection. In this case proxy creation is still feasible but not via the ADT approach (the nice...
View Article