Re: Suggestion needed for Starting a career in HANA Field.
You are welcome. Happy Sapping,Siva
View ArticleConcat function or equivalent for CDS view?
Trying to create a CDS view and looking to combine multiple character fields (e.g. first_name + last_name) and am wondering if this is possible? Am on CRM NW 7.4 SP5 on HANA. Using the arithmetic...
View ArticleRe: Concat function or equivalent for CDS view?
Hi Sean,there's no concatenate function as of 7.4 SP5. A workaround in OpenSQL (if that's the combination you use), you could use the columns of your choice in the projection list like (I use literals...
View ArticleRe: Concat function or equivalent for CDS view?
Thanks Jasmin, thanks for the confirmation and work around solution.Much appreciated,Sean.
View ArticleExternal View - Restrictions regarding HANA Views?
Hi, trying to use a Calculation View in an External View to be able to access it easy via Open SQL from my ABAP program using an IDA Alv. My calculation views are stored in an XS project on HANA side....
View ArticleRe: External View - Restrictions regarding HANA Views?
Hi Florian, as you would like to use an external view (ABAP Data Dictionary object), I think you won't find any restrictions in the HANA guides - you can rather find them in the ABAP documentation....
View ArticleRe: External View - Restrictions regarding HANA Views?
Hi Jasmin, thx for your reply. The note solved my issues. Also that one with the length.I was a little bit confused about the length, because i made several samples with different length. Just that...
View ArticleRe: External View - Restrictions regarding HANA Views?
Hi Florian,one note to fix two issues... good quota :-).Cheers, Jasmin
View ArticleCalculation View via External View in IDA ALV
Hi, I try to display data (1 mio records for test reasons) which is delivered by a Calculation View in an IDA ALV using an external view. That works fine, but just for the first 200 entries. It seems...
View ArticleRe: Calculation View via External View in IDA ALV
Dear Florian,I am sure you would have looked at this overview of comparison between ALV vs ALV IDA. Just wanted point this as a reference.As mentioned in the above document in case of ALV IDA data...
View ArticleRe: Calculation View via External View in IDA ALV
Hi Sundard, thx for the information. With "paging does not work" I mean, that I got the first 200 records correct. All fields are filled. But all other records returned have empty fields.So I get...
View ArticleRe: Calculation View via External View in IDA ALV
Hi Florian, I'm a bit puzzled about your statement that "paging does not work". Do you only receive the first 200 records and the other records are empty (waiting for fetching the data as shown in the...
View ArticleRe: Calculation View via External View in IDA ALV
Hi Jasmin, I use a calculation view with data category "dimension". In the view there is a default "Aggregation"node which cannot be removed. But in semantics no aggregations functionality is defined....
View ArticleRe: Calculation View via External View in IDA ALV
Hi Florian,unfortunately we don't have a solution/explanation yet. I contacted the experts which investigate on the issue. They currently investigate if the issue is caused by the "Aggregation node" as...
View ArticleRe: Calculation View via External View in IDA ALV
Hi Florian, In the meantime, can you please check if you can right click on the aggregation node and switch it to "projection" node and then try to fetch the data. Just a random thought, not sure if it...
View ArticleRe: Calculation View via External View in IDA ALV
Hi Ravi, also switching to "Projection" does not solve the issue. Still the same problem, that just the first 200 records are displayed. The only thing which changed is that the counter displays the...
View ArticleRe: Performance J_3RMOBVED on HANA
Hi, are the two systems comparable with regards to the number of table entries? I just did a comparison on an ERP system on DB6 and a HANA system - the HANA system has roughly 3 times as much data, but...
View ArticleUnable to browse entries of External view for an SAP HANA analytical view.
Hi Expert, I was trying to create an external view for Analytical view from SAP HANA Studio. The external view got created successfully and i can see it in SE11 but am not able to browse the entries ....
View ArticleRe: Unable to browse entries of External view for an SAP HANA analytical view.
Hi Girdhari,you cannot display ZAN_MAT with the standard tools refers to "SE11/SE16". You can have a look at the external view using the ABAP Development Tools (aka ABAP in Eclipse), which basically...
View Article