Re: ABAP in ECC on HANA
Hi, 1. HANA Sql script is essential in both areas like building SQL calculated script view in HANA modeler as well as in AMDP(ABAP managed database procedures). 2. Within SQL script you can not use...
View ArticleRe: Code Remediation for pool and cluster tables in A4H
Hello Jasmin, Thanks for your reply and all kind help. I understand and completely agree that ATC will provide the suggestion of code remediation.Sorry but I failed to understand what could be the...
View ArticleRe: Problem with cl_salv_gui_table_ida
Hi Jasmin, hi Jens, are there any news about this problem?Thanks! CheersFrank
View ArticleRe: Problem with cl_salv_gui_table_ida
Hi Frank,sorry for the late reply. Yes, acutally there is an update. Seems that there is an issue in the interplay of the ALV and the CONTAINS function in your HDB revision.I guess asking you to...
View ArticleRe: Code Remediation for pool and cluster tables in A4H
Hi Palas, As we discussed as part of the plan to move to SoH you should run the code inspector FUNCTIONAL_DB check. One of the checks within that will highlight your code and this statement being an...
View ArticleRe: Code Remediation for pool and cluster tables in A4H
Hi Palas,let me add that you can find more information in SAP note http://service.sap.com/sap/support/notes/1785057. Cheers, Jasmin
View ArticleHow to use dynamic colums with conditions into SELECT statment in AMDP?
Dear SAP HANA Experts, Recently, I am digging on AMDP for leveraging performance of programs. Meanwhile, I need some help to change/adapt AMDP method concurrently as applying dynamic SQL in AMDP. I...
View ArticleRe: How to use dynamic colums with conditions into SELECT statment in AMDP?
Hi,I have also tried, but its not working. Can you tell me exact requirement so we can find the alternate solution using other ABAP utility. -Amol
View ArticleHow to insert data from ECC to HANA DB based on the schedule job?
I want to fetch some data from ECC db, and then insert these data to another HANA DB. This ECC DB is the HANA primary database. How could I insert the data to another HANA DB?
View ArticleRe: How to insert data from ECC to HANA DB based on the schedule job?
Hi, I am confused about your question....but you can try this by using ADBC(ABAP to database connectivity).Either Write FM in ECC side call in HDB or write ADBC in HDB layer or write ADBC in ECC layer....
View ArticleConsuming ABAP code in HANA views
Hello All, Is there any possibility I can write ABAP views while creating views in SAP HANA,I will be using HANA live content for replacing the clients ECC reports, the custom ECC reports does have...
View ArticleRe: How to use dynamic colums with conditions into SELECT statment in AMDP?
Dynamic specification of column names (and table names) is a feature one is used to when coding ABAP OpenSQL but it is not a feature of HANA SQL-Script.Note that AMDPs are simply database procedures...
View ArticleUse abap report in HANA
Hi Experts, We had a abap report created in ECC, now we want to move it to hana. Does any one know if we are able to do it? If yes, can you please provide steps? Thanks, Yufei
View ArticleRe: Use abap report in HANA
Hi Yufei, what do you mean with "move to HANA"? In general all ABAP code that is not DB-specifc is running on HANA. There can be some pitfalls like relying to the implicit sorting of a DB when doing a...
View ArticleRe: Use abap report in HANA
Hi Christian, Thanks for your reply. We have an abap report on ECC based on Hana DB. Now we want to use the output of the abap report to build a hana view. Do you know if there is a way we can do...
View ArticleRe: Use abap report in HANA
Hi Yufei, I am not aware of a way to transfer the output of an ABAP report into a HANA view (e. g. calculation view).What is the use case for that scenario? Are the requirements not solveable via ABAP...
View ArticleRe: Use abap report in HANA
Hi Christian, We have an existing abap report in the system. Now we want to re-use the report's logic to implement a hana view. Because the abap code's logic is so complicate, we want to find a...
View ArticleRe: Use abap report in HANA
Hu Yufei, ok understood. As already mentioned I do not know a way to achieve that goal. Sorry Nevertheless if this report is that complicated this might be a chance to redesign it and break it down...
View Articleusing ABAP data types in SQL procedures
Hello Gurus, Is it possible to use ABAP Data types in SQL procedure. Example- like in abap we declare structures and within structure when we define the fields we can define them as type table-field....
View ArticleRe: using ABAP data types in SQL procedures
Hello Vivek, the usage of ABAP Data Types (like data elements, structured, table types) is not possible in HANA native artifacts like stored procedures or structured types. In that artifacts primitive...
View Article