AMDP exporting table with fields from various sources
I am writing an AMDP that has an output table a list of employees and attributes. These attributes have various sources with various keys. If I cannot with any practicality construct this table with...
View ArticleRe: AMDP exporting table with fields from various sources
Hi,My suggestions is dont rwite your statements in AMDP method, just create a HANA procedure containing local temporary tables to process your data how you want (insert update do what ever you want)...
View ArticleRe: AMDP exporting table with fields from various sources
Hi Deborah, let me do some assumptions on your problem and then try to help you: Assumption A: You only like to query data from tables, which, I simply assume, are available in the ABAP data...
View ArticleRe: Call HANA Procedure via AMDP
Hi Bilen,how was the procedure Z_SP_TEST created? If...you (or your colleague) created it via CREATE PROCEDURE..., e.g. from the SQL console or via native SQL in the ABAP, you only have a catalog...
View ArticleRe: is internal table processing faster in AMDP?
Hi, Thanks you both for your inputs. I have another related query : There are huge records in internal table , so when we give the control to AMDP-HANA ,from ABAP these records are copied to HANA layer...
View ArticleRe: is internal table processing faster in AMDP?
Hi Maqsood,if I understand correctly, you have an application logic which selects a huge amount of data from the DB into an internal table, you then do calculations/logic, and finally pass (let's say...
View ArticleHANA on ECC/ABAP
Hi Team, Client has requested our PoV on HANA on ECC and implications of that on ABAP programming (Standards, best practices, trainings required, etc). Do we have anyone who has exposure to HANA...
View ArticleRe: HANA on ECC/ABAP
I have done POVs on HANA on ECC.Below links should help. 1)http://scn.sap.com/community/abap/hana/blog/2013/06/05/abap-on-hana--from-analysis-to-optimization...
View ArticleRe: HANA on ECC/ABAP
Hi San, Our team have worked on few POVs in ABAP on HANA area. Most of the links above are quite useful in terms of Best practices documents. As part of POV/POCs one can select few critical ABAP...
View ArticleRe: AMDP exporting table with fields from various sources
I don't see how that solves the problem. I still have to write the procedure with the results complexity. The language is the same, . It also creates an object that won't get automatically...
View ArticleRe: AMDP exporting table with fields from various sources
The procedure is required because it involves free text searches using fulltext indices on two tables. One table exists at the SAP level, but the other does not. The second table includes a BINTEXT...
View ArticleRe: Call HANA Procedure via AMDP
hi jasmin hi princessnumber 1-2 helpmed me actually i needed this information but couldn't find in any tutorial, i tried as a last chance and it worked here it is full of tutorials but all contains...
View ArticleQuery about ABAP future in SAP HANA
Hello Experts, I have read many articles and SDN post about SAP HANA but does not get clear answer.I am having 7 years of experience of SAP ABAP and wanted to learn ABAP in SAP HANA. I learn that SAP...
View ArticleRe: Query about ABAP future in SAP HANA
The more you learn anything the better. SQL will help you when you write DB-level scripts and procedure. Newer releases of ABAP work with HANA and new development objects within will be available to...
View ArticleHow to identify dialog processor availability
Hi, Please let me know How to identify dialog processor availability to executed task by calling a functional module. Ex: Call function ''XYZ'' starting task ''abc'' Thanks in advance.
View ArticleRe: Query about ABAP future in SAP HANA
Dear Shivshanker, for ABAP for SAP HANA see http://scn.sap.com/docs/DOC-29357.In addition there are some nice blogs by Thomas Jung. You can use, for...
View ArticleRe: How to identify dialog processor availability
Hi, I need to check the Dialog processor avaibility to execute my task while calling the Function Module. If I do not check the Dialog processor avaibility before my Function Module execution, it will...
View ArticleRe: How to identify dialog processor availability
i know answer but this is not ABAP for HANA question why you write hereandJasmin Gruschke will be here in a very short time to warn you btw; FUNCTION Z_GET_PROCESS_INFO....
View ArticleRe: How to identify dialog processor availability
Thanks for your reply Bilen Cekic. I have posted this query in ABAP Development forum. Thank You.
View ArticleRe: How to identify dialog processor availability
can you please press the correct answer then actually here is more HANA specific questions rather than pure ABAP.
View Article