ALV with IDA and background job
Hello, However new ALV surpass old solutions in almost every aspect, I have noticed a small limitation.When I run the report in background (either manually or via job), I get the short dump and job is...
View ArticleRe: ALV with IDA and background job
Hi Radek,can you please give some more information on "short dump" respectively on the issue you had? There is the remark about "The Data Display is restricted to a maximum of 2 billion cells" in the...
View ArticleRe: ALV with IDA and background job
Hi Jasmin, It's not the size limitation definitely. At first, I thought it's a paging problem, but with amount of rows which fits to one screen, the error occurs as well.E.g. when I run demo report...
View ArticleScripting Language with AMDP
Is SQL script the only language that can be used for AMDP with SAP HANA Database?Is SAP trying to accomodate other scripting langauges with AMDP going ahead?
View ArticleRe: Scripting Language with AMDP
The windows for extending the feasibility to add more scripting language is there (LANGUAGE <db_lang>. As per the architecture, it should support the language only which is supported by HANA DB ....
View ArticleRe: Scripting Language with AMDP
Hi Makrand,as described in the documentation (http://help.sap.com/abapdocu_740/en/abapmethod_by_db_proc.htm#!ABAP_ADDITION_2@2@), the AMDP framework supports SQLScript and LLang, but the later is...
View ArticleABAP : HANA : Connectivity
Dear All,Am new to HANA. I’m a abaper. I’m trying to create abap program to access hana. All I did till now is ,Installed HANA and ABAP in Ecclipse.Create account for trial version on SAP HANA CLOUD...
View ArticleRe: ABAP : HANA : Connectivity
Hi Sindhuja,congrats so far, you already succeeded in a lot of steps. You already got a CAL account, but what you did not do, is to get yourself an AWS or Azure hosted system, i.e. an Netweaver ABAP on...
View ArticleRe: ABAP : HANA : Connectivity
Hi Jasmin, Thanks for your valuable reply.Can u guide me how to install or which to install ? Does it costs any ?what is the requirement for installing? Regards,Sindhuja
View ArticleRe: ABAP : HANA : Connectivity
Hi Sindhuja,this question is best answered by http://scn.sap.com/docs/DOC-56314 in sections "How to get a trial system" and "System costs". You'll be charged by the cloud provider depending on your...
View ArticleSecondary database connections in AMDP
Hi all, I'm trying to write a simple method which will use a secondary database connection (new functionality available for AMDP - New in AS ABAP 7.4 SP8 - Use of Secondary Database Connection when...
View ArticleRe: Concatenate in CDS
hi Jasmin, on the concat function itself, is there anyway to get a space/blank character between string values? e.g. this strips out the blank space, is there anyway to protect it/force it in?...
View ArticleRe: Concatenate in CDS
This would place a blank between Part_1 and Part_2:REPLACE( CONCAT( CONCAT('Part_1','- -'),'Part_2'),'-','')
View ArticleRe: Concatenate in CDS
hi Christian, Yes.. it does. Nice workaround. Thank you for that. It would be nice to see the pipe | for concat similar to what we have on the HANA db, more flexible that the two argument concat...
View ArticleFPM application of CDS View with Input Parameters
Hi, is it possible to create an FPM application via the wizard of a CDS View with Input Parameters? Regards,Bram
View ArticleError Message - Identifier must be declared
Hello all, We are trying to create an AMDP joining a few tables, applying some where clauses and returning a list of records. In this we are trying to dynamically pass the LIMIT and OFFSET parameters...
View ArticleRe: Error Message - Identifier must be declared
Maybe the error message does not reflect the actaul error.Does the following work ? select * from dummy LIMIT :iv_top OFFSET :iv_skip; et_result = SELECT <required columns> FROM <tables, joins...
View ArticleRe: Error Message - Identifier must be declared
Hello, a question, you have your query aggregation functions ? as sum () or something? if so you should target within the grouping , like this: select customer, year, product, sum(sales) from t1...
View ArticleRe: Secondary database connections in AMDP
Hi Keane, as far as I know, the AMDP only work with *service connections*. These service connections start with R/3* and only go _to the same database_ as the default connection. If you want to use a...
View Article